summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/macheif
Commit message (Collapse)AuthorAgeFilesLines
* Heic handler: fix orientation and other image propertiesEirik Aavitsland2019-03-262-25/+12
| | | | | | | | | | The mac heic handler lacked support for any meta-data i/o. Most notably, the image orientation proprty was ignored, so images read in could be wrongly oriented. Fixes: QTBUG-73415 Change-Id: I779f91dc28c7441b124aab4557e1abcd3e69fde9 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* Add native Darwin handler for the HEIF (.heic) formatEirik Aavitsland2017-10-305-0/+307
Adds basic support for still images encoded with the HEIF standard introduced in macOS Sierra and IOS 11. Uses the Core Graphics Image I/O Framework as codec backend. Reuses the helper class from the macjp2 handler. Change-Id: I5f0c7891b189a916cccd2c27eacbac12416ce209 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>