Fixed some accidentally committed code

This commit is contained in:
Karl Hobley 2014-09-16 15:29:38 +01:00
parent 9e3bec0d5f
commit cd3431a57e

View file

@ -244,7 +244,7 @@ class BaseImageBackend(object):
bottom = im_height
# Crop!
return self.resize_to_min(self.crop(image, Rect(left, top, right, bottom)), (100, 100))
return self.resize_to_min(self.crop(image, Rect(left, top, right, bottom)), size)
def no_operation(self, image, param, focal_point=None):