You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace PNG support with TIFF; JPEG and TIFF are the only accepted formats
- api.py: validate_image_upload now accepts image/jpeg and image/tiff
(.jpg, .jpeg, .tif, .tiff); batch ZIP scanner uses same extensions
- ui_routes.py: single-image upload check updated to match; TIFF images
are converted to JPEG via Pillow before base64-encoding for display
(browsers cannot render TIFF); raw image endpoint serves image/tiff
- templates/index.html: file input accept attr and help text updated
- templates/batch.html: instructions and example updated
- tests: replaced test_verify_with_png_image with test_verify_with_tiff_image
and added test_verify_png_rejected to confirm PNG is now rejected
0 commit comments