mirror of
https://github.com/e1ven/Robohash.git
synced 2025-06-23 21:35:02 +00:00
filter better
This commit is contained in:
parent
ef69dcb638
commit
bd433d4774
@ -305,7 +305,7 @@ class ImgHandler(tornado.web.RequestHandler):
|
||||
bg.paste(robohash,(0,0),robohash)
|
||||
robohash = bg
|
||||
|
||||
robohash = robohash.resize((sizex,sizey))
|
||||
robohash = robohash.resize((sizex,sizey),Image.ANTIALIAS)
|
||||
robohash.save(self,format=ext)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user