summaryrefslogtreecommitdiffstats
path: root/lib/private/Preview/HEIC.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-3/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add new Provider interface for preview providersRobin Appelman2019-06-171-10/+9
| | | | | | | | | the main difference is passing the `File` object to the provider instead of a `View` + path Old providers will still continue to work as before Signed-off-by: Robin Appelman <robin@icewind.nl>
* FixesRoeland Jago Douma2018-08-241-5/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* HEIC previews as JPG rather than PNGs to save space.Sebastian Steinmetz2018-08-241-2/+99
| | | Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
* Address comments from @rullzer:Sebastian Steinmetz2018-08-171-0/+8
| | | | | | | - implement isAvailable - run tests only if ImageMagick with HEIC support is available in the environment Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
* Develop HEIC/HEIF preview support #7406Sebastian Steinmetz2018-08-111-0/+32
Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>