summaryrefslogtreecommitdiffstats
path: root/tests/shared/images
diff options
context:
space:
mode:
authorAlex <prevedtest@gmail.com>2013-12-16 22:32:39 +0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-17 11:22:27 +0100
commita9d13d79298ec7f7c7f69fb38f97b0f48ca45323 (patch)
tree5c53708f1d425df8ebef26f5fec5e24227c9f880 /tests/shared/images
parent2c7b8941ae4e70787f56fc277b582c8c698716d3 (diff)
Add ICNS (Apple Icon Image) plugin.
Change-Id: I98f79d781e5986ee5602438e02d761c7f5a77217 Reviewed-by: Ivan Komissarov <ABBAPOH@me.com> Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'tests/shared/images')
-rw-r--r--tests/shared/images/icns.qrc15
-rw-r--r--tests/shared/images/icns/test-32bit.icnsbin0 -> 38865 bytes
-rw-r--r--tests/shared/images/icns/test-jp2.icnsbin0 -> 239220 bytes
-rw-r--r--tests/shared/images/icns/test-legacy.icnsbin0 -> 6712 bytes
-rw-r--r--tests/shared/images/icns/test-png.icnsbin0 -> 38792 bytes
-rw-r--r--tests/shared/images/icns/test-write-1024.pngbin0 -> 48514 bytes
-rw-r--r--tests/shared/images/icns/test-write-128.pngbin0 -> 6338 bytes
-rw-r--r--tests/shared/images/icns/test-write-16.pngbin0 -> 671 bytes
-rw-r--r--tests/shared/images/icns/test-write-256.pngbin0 -> 13260 bytes
-rw-r--r--tests/shared/images/icns/test-write-32.pngbin0 -> 1479 bytes
-rw-r--r--tests/shared/images/icns/test-write-512.pngbin0 -> 22098 bytes
-rw-r--r--tests/shared/images/icns/test-write-64.pngbin0 -> 3071 bytes
12 files changed, 15 insertions, 0 deletions
diff --git a/tests/shared/images/icns.qrc b/tests/shared/images/icns.qrc
new file mode 100644
index 0000000..072b78c
--- /dev/null
+++ b/tests/shared/images/icns.qrc
@@ -0,0 +1,15 @@
+<RCC>
+ <qresource prefix="/">
+ <file>icns/test-png.icns</file>
+ <file>icns/test-jp2.icns</file>
+ <file>icns/test-32bit.icns</file>
+ <file>icns/test-legacy.icns</file>
+ <file>icns/test-write-16.png</file>
+ <file>icns/test-write-32.png</file>
+ <file>icns/test-write-64.png</file>
+ <file>icns/test-write-128.png</file>
+ <file>icns/test-write-256.png</file>
+ <file>icns/test-write-512.png</file>
+ <file>icns/test-write-1024.png</file>
+ </qresource>
+</RCC>
diff --git a/tests/shared/images/icns/test-32bit.icns b/tests/shared/images/icns/test-32bit.icns
new file mode 100644
index 0000000..be3921e
--- /dev/null
+++ b/tests/shared/images/icns/test-32bit.icns
Binary files differ
diff --git a/tests/shared/images/icns/test-jp2.icns b/tests/shared/images/icns/test-jp2.icns
new file mode 100644
index 0000000..57125bd
--- /dev/null
+++ b/tests/shared/images/icns/test-jp2.icns
Binary files differ
diff --git a/tests/shared/images/icns/test-legacy.icns b/tests/shared/images/icns/test-legacy.icns
new file mode 100644
index 0000000..fc66fac
--- /dev/null
+++ b/tests/shared/images/icns/test-legacy.icns
Binary files differ
diff --git a/tests/shared/images/icns/test-png.icns b/tests/shared/images/icns/test-png.icns
new file mode 100644
index 0000000..600bc67
--- /dev/null
+++ b/tests/shared/images/icns/test-png.icns
Binary files differ
diff --git a/tests/shared/images/icns/test-write-1024.png b/tests/shared/images/icns/test-write-1024.png
new file mode 100644
index 0000000..d62d14f
--- /dev/null
+++ b/tests/shared/images/icns/test-write-1024.png
Binary files differ
diff --git a/tests/shared/images/icns/test-write-128.png b/tests/shared/images/icns/test-write-128.png
new file mode 100644
index 0000000..1570976
--- /dev/null
+++ b/tests/shared/images/icns/test-write-128.png
Binary files differ
diff --git a/tests/shared/images/icns/test-write-16.png b/tests/shared/images/icns/test-write-16.png
new file mode 100644
index 0000000..a3b27e2
--- /dev/null
+++ b/tests/shared/images/icns/test-write-16.png
Binary files differ
diff --git a/tests/shared/images/icns/test-write-256.png b/tests/shared/images/icns/test-write-256.png
new file mode 100644
index 0000000..7a22292
--- /dev/null
+++ b/tests/shared/images/icns/test-write-256.png
Binary files differ
diff --git a/tests/shared/images/icns/test-write-32.png b/tests/shared/images/icns/test-write-32.png
new file mode 100644
index 0000000..ecede6f
--- /dev/null
+++ b/tests/shared/images/icns/test-write-32.png
Binary files differ
diff --git a/tests/shared/images/icns/test-write-512.png b/tests/shared/images/icns/test-write-512.png
new file mode 100644
index 0000000..12ce0d2
--- /dev/null
+++ b/tests/shared/images/icns/test-write-512.png
Binary files differ
diff --git a/tests/shared/images/icns/test-write-64.png b/tests/shared/images/icns/test-write-64.png
new file mode 100644
index 0000000..d11ccc1
--- /dev/null
+++ b/tests/shared/images/icns/test-write-64.png
Binary files differ