summaryrefslogtreecommitdiffstats
path: root/tests/shared
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2019-02-26 16:23:08 +0100
committerEirik Aavitsland <eirik.aavitsland@qt.io>2019-03-26 12:48:59 +0000
commit434aa248ad5710c7f65283fc3beb7e8adb8b1ad7 (patch)
tree6f282e8dfb5c64213e76c7d7e513e65aa54af3ec /tests/shared
parent0989f6aa2d45426c10bcfd60272486a8b34c8e44 (diff)
Heic handler: fix orientation and other image properties
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>
Diffstat (limited to 'tests/shared')
-rw-r--r--tests/shared/images/heif.qrc1
-rw-r--r--tests/shared/images/heif/newlogoCCW.heicbin0 -> 4847 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/tests/shared/images/heif.qrc b/tests/shared/images/heif.qrc
index 2a41c36..8232b6a 100644
--- a/tests/shared/images/heif.qrc
+++ b/tests/shared/images/heif.qrc
@@ -1,5 +1,6 @@
<RCC>
<qresource prefix="/">
<file>heif/col320x480.heic</file>
+ <file>heif/newlogoCCW.heic</file>
</qresource>
</RCC>
diff --git a/tests/shared/images/heif/newlogoCCW.heic b/tests/shared/images/heif/newlogoCCW.heic
new file mode 100644
index 0000000..1604947
--- /dev/null
+++ b/tests/shared/images/heif/newlogoCCW.heic
Binary files differ