removing test message

This commit is contained in:
vb
2025-10-25 23:32:37 +02:00
parent 2e5bda4531
commit b417803472
4 changed files with 4 additions and 8 deletions

View File

@@ -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