summaryrefslogtreecommitdiff
path: root/test/reference
diff options
context:
space:
mode:
authorManuel Stoeckl <code@mstoeckl.com>2021-08-21 09:26:21 -0400
committerManuel Stoeckl <code@mstoeckl.com>2023-01-11 06:39:23 -0500
commit39f8be09f83b2c904c513fd0a7f28086cdc47689 (patch)
treeca11fa450c5fa1a566b24dd73ad59a7b6251bcd8 /test/reference
parentb0a5c3a11fdcca4460b7c4cd5dc711e8b1d16537 (diff)
downloadcairo-39f8be09f83b2c904c513fd0a7f28086cdc47689.tar.gz
Add test for loading 16 bit PNG images
The base image has 16 bits per channel, with colors that do not have an exact corresponding 8 bit representation. The reference image uses 8bpc, like the rgb24/argb32 formatted images which the test outputs.
Diffstat (limited to 'test/reference')
-rw-r--r--test/reference/create-from-png-16bit.base.pngbin0 -> 113 bytes
-rw-r--r--test/reference/create-from-png-16bit.image16.ref.pngbin0 -> 98 bytes
-rw-r--r--test/reference/create-from-png-16bit.ref.pngbin0 -> 98 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/test/reference/create-from-png-16bit.base.png b/test/reference/create-from-png-16bit.base.png
new file mode 100644
index 000000000..7e0f00e33
--- /dev/null
+++ b/test/reference/create-from-png-16bit.base.png
Binary files differ
diff --git a/test/reference/create-from-png-16bit.image16.ref.png b/test/reference/create-from-png-16bit.image16.ref.png
new file mode 100644
index 000000000..9591a12dd
--- /dev/null
+++ b/test/reference/create-from-png-16bit.image16.ref.png
Binary files differ
diff --git a/test/reference/create-from-png-16bit.ref.png b/test/reference/create-from-png-16bit.ref.png
new file mode 100644
index 000000000..296c559bc
--- /dev/null
+++ b/test/reference/create-from-png-16bit.ref.png
Binary files differ