diff --git a/webfront.py b/webfront.py index 3183e7a..f374ff8 100755 --- a/webfront.py +++ b/webfront.py @@ -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)