summaryrefslogtreecommitdiffstats
path: root/tests/shared
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2017-10-25 15:15:09 +0200
committerEirik Aavitsland <eirik.aavitsland@qt.io>2017-10-30 08:11:38 +0000
commitc7f2abe551c027a8eddb01dd7445dcf1fb829171 (patch)
tree280d76f8406710fc9eefa714ea4e2f9ebf00f0d6 /tests/shared
parentb0631ce6ed816e16869b87165ce8d7e34643afe8 (diff)
Add native Darwin handler for the HEIF (.heic) format
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>
Diffstat (limited to 'tests/shared')
-rw-r--r--tests/shared/images/heif.qrc5
-rw-r--r--tests/shared/images/heif/col320x480.heicbin0 -> 29004 bytes
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/shared/images/heif.qrc b/tests/shared/images/heif.qrc
new file mode 100644
index 0000000..2a41c36
--- /dev/null
+++ b/tests/shared/images/heif.qrc
@@ -0,0 +1,5 @@
+<RCC>
+ <qresource prefix="/">
+ <file>heif/col320x480.heic</file>
+ </qresource>
+</RCC>
diff --git a/tests/shared/images/heif/col320x480.heic b/tests/shared/images/heif/col320x480.heic
new file mode 100644
index 0000000..6ca3c7b
--- /dev/null
+++ b/tests/shared/images/heif/col320x480.heic
Binary files differ