summaryrefslogtreecommitdiffstats
path: root/tests/shared
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shared')
-rw-r--r--tests/shared/images/tiff.qrc4
-rw-r--r--tests/shared/images/tiff/big_16bpc.tiffbin0 -> 21548 bytes
-rw-r--r--tests/shared/images/tiff/big_grayscale.tiffbin0 -> 4581 bytes
-rw-r--r--tests/shared/images/tiff/big_rgb.tiffbin0 -> 12748 bytes
-rw-r--r--tests/shared/images/tiff/big_rgb_bigendian.tiffbin0 -> 12748 bytes
5 files changed, 4 insertions, 0 deletions
diff --git a/tests/shared/images/tiff.qrc b/tests/shared/images/tiff.qrc
index e1ce9da..2c876af 100644
--- a/tests/shared/images/tiff.qrc
+++ b/tests/shared/images/tiff.qrc
@@ -52,5 +52,9 @@
<file>tiff/oddsize_mono.tiff</file>
<file>tiff/tiled_rgb.tiff</file>
<file>tiff/gray16.tiff</file>
+ <file>tiff/big_rgb.tiff</file>
+ <file>tiff/big_16bpc.tiff</file>
+ <file>tiff/big_grayscale.tiff</file>
+ <file>tiff/big_rgb_bigendian.tiff</file>
</qresource>
</RCC>
diff --git a/tests/shared/images/tiff/big_16bpc.tiff b/tests/shared/images/tiff/big_16bpc.tiff
new file mode 100644
index 0000000..09f949c
--- /dev/null
+++ b/tests/shared/images/tiff/big_16bpc.tiff
Binary files differ
diff --git a/tests/shared/images/tiff/big_grayscale.tiff b/tests/shared/images/tiff/big_grayscale.tiff
new file mode 100644
index 0000000..244f8fc
--- /dev/null
+++ b/tests/shared/images/tiff/big_grayscale.tiff
Binary files differ
diff --git a/tests/shared/images/tiff/big_rgb.tiff b/tests/shared/images/tiff/big_rgb.tiff
new file mode 100644
index 0000000..18eecf2
--- /dev/null
+++ b/tests/shared/images/tiff/big_rgb.tiff
Binary files differ
diff --git a/tests/shared/images/tiff/big_rgb_bigendian.tiff b/tests/shared/images/tiff/big_rgb_bigendian.tiff
new file mode 100644
index 0000000..0d1a11f
--- /dev/null
+++ b/tests/shared/images/tiff/big_rgb_bigendian.tiff
Binary files differ