filter better

This commit is contained in:
Robohash 2011-07-08 18:45:01 +00:00
parent ef69dcb638
commit bd433d4774

View File

@ -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)