Adjust constants

This commit is contained in:
2025-07-31 18:44:05 -06:00
parent aa8f87a6d3
commit 1b5fee77c2
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ from PIL import Image, ImageDraw
# For the custom crop transform. User can adjust these.
TRIANGLE_CROP_WIDTH = 556
TRIANGLE_CROP_HEIGHT = 1184
RESIZE_DIM = 64 # Resize cropped image to this dimension (square)
RESIZE_DIM = 256 # Resize cropped image to this dimension (square)
# Custom transform to crop a triangle from the lower right corner