Add thumbnail generation for images #9
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mhu/shimatta-kenkyusho#9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently images are not postprocessed. Therefore, depending on the size of the uploaded image, the thumbnail loading can be quite long and it is unnecessary to load the full scale image.
If the uploaded image is either greate than TBD pixels in width/height or exceeds a maximum file size limit (TBD), a thumbnail shall be generated to reduce loading times.