removing test message
This commit is contained in:
@@ -38,7 +38,6 @@ class CropImage(ImageManipulation):
|
||||
right = left + crop_width
|
||||
bottom = top + crop_height
|
||||
else:
|
||||
# Default: trim margins similar to demo in root main.py
|
||||
img_width, img_height = pil_image.size
|
||||
left = 80
|
||||
top = 80
|
||||
|
||||
Reference in New Issue
Block a user