diff --git a/robohash/robohash.py b/robohash/robohash.py index e63e617..05020b4 100644 --- a/robohash/robohash.py +++ b/robohash/robohash.py @@ -195,6 +195,6 @@ class Robohash(object): r, g, b, a = roboimg.split() roboimg = Image.merge("RGB", (r, g, b)) - self.img = roboimg.resize((sizex,sizey),Image.ANTIALIAS) + self.img = roboimg.resize((sizex,sizey),Image.LANCZOS) self.format = format