django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.73k stars 574 forks source link

Feat: add heif upload support (`*.heic`, e.g., for iOS devices) #1375

Closed fsbraun closed 1 year ago

fsbraun commented 1 year ago

Description

This PR adds optional support for upload. To activate, install using pip install django-filer\[heif\].

This installs pillow-heif.

Related resources

Checklist