gathering / unicorn-backend

Backend/API for UNICORN
https://competitions.gathering.org
MIT License
2 stars 1 forks source link

Implement generation of thumbnails for uploaded images #4

Open eriktm opened 3 years ago

eriktm commented 3 years ago

Proposed Functionality

When images are uploaded, generate thumbnails at predefined sizes.

Use Case

Improved loading-times and lower data usage on entry administration pages and voting.

Database Changes

We probably need additional fields on the File model to allow thumbs to be connected to the original media.

External Dependencies

Yes, unknown at this time.

eriktm commented 2 years ago

We can probably use django-imagekit for this.