This commit is contained in:
Ander
2015-04-09 01:47:58 +02:00
parent 8d2a41673b
commit 56ddc47902

View File

@@ -106,4 +106,3 @@ def get_aspect_scale_size(img, (bx, by)):
new_size = (int(aspect*size[0]), int(aspect*size[1]))
return new_size