arnecoomans / fmly

FMLY is a family photo, document and family tree manager. Built to add context to old photo's I found, allowing to tag people and start building information sets around them.
1 stars 0 forks source link

Add support for heic uploads #231

Closed arnecoomans closed 11 months ago

arnecoomans commented 11 months ago

Convert heic to jpeg on upload

arnecoomans commented 11 months ago

Image Resizing for thumbnail is currently done in Image Model. In order to accept .heic, add

accept="image/png, image/gif, image/jpeg, image/heic" required value="{{ form.source.value }}" to the input

arnecoomans commented 11 months ago

Move storing and resizing image to Image View