Add HEIC note

pull/37/head
Varun Patil 2022-08-22 23:04:57 +00:00
parent 7b7ea2b597
commit eac3286846
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ The approach of this app is fundamentally different from the official Nextcloud
## Notes
1. The app has been tested with 100GB worth of ~25k photos.
1. You may need to configure the Nextcloud preview generator and Imagemagick / ffmpeg to support all types of images and videos (e.g. HEIC).
1. You may need to configure the Nextcloud preview generator and Imagemagick / ffmpeg to support all types of images and videos (e.g. HEIC). If using the official docker image, add `OC\Preview\HEIC` to `enabledPreviewProviders` in your `config.php`.
## Special Thanks 🙏🏻
Nextcloud team. At least one half of the code is based on the work of the [Nextcloud Photos](https://github.com/nextcloud/photos).