-
-
Notifications
You must be signed in to change notification settings - Fork 545
Closed
Labels
area: backendThis issue involves Python, Django or dependency (eg. database)This issue involves Python, Django or dependency (eg. database)bughelp wanted
Milestone
Description
Repro:
Upload image file larger than
attachment_image_max_widthandattachment_image_max_height, that after scaling down will still be valid for thumbnail.1280 x 4000file size is guaranteed to trigger it
This will cause resize routine to scale down uploaded image, changing its format attribute to None. generate_attachment_thumbnail will then crash with ValueError: unknown file extension:
Solution: add image_format: str attribute to generate_attachment_thumbnail
Metadata
Metadata
Assignees
Labels
area: backendThis issue involves Python, Django or dependency (eg. database)This issue involves Python, Django or dependency (eg. database)bughelp wanted