summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Woelders <kim@woelders.dk>2021-12-23 13:46:22 +0100
committerKim Woelders <kim@woelders.dk>2021-12-26 12:22:20 +0100
commitcbe7408bd85a2e02bd2b67c52f276e3fb90d56e3 (patch)
tree1bd02faba0af3714e080de854ed5e15d1d5f9e4b
parent71a905d70000ff78802641d7cbd2ec0400d923e3 (diff)
downloadimlib2-cbe7408bd85a2e02bd2b67c52f276e3fb90d56e3.tar.gz
test: Add a couple of ico depth test images
-rw-r--r--test/images/icon-128-d1.icobin0 -> 4166 bytes
-rw-r--r--test/images/icon-128-d4.icobin0 -> 10366 bytes
-rw-r--r--test/images/icon-128-d8.icobin0 -> 19518 bytes
-rw-r--r--test/images/icon-128.icobin0 -> 67646 bytes
-rw-r--r--test/test_load_2.cpp5
5 files changed, 5 insertions, 0 deletions
diff --git a/test/images/icon-128-d1.ico b/test/images/icon-128-d1.ico
new file mode 100644
index 0000000..9d36a06
--- /dev/null
+++ b/test/images/icon-128-d1.ico
Binary files differ
diff --git a/test/images/icon-128-d4.ico b/test/images/icon-128-d4.ico
new file mode 100644
index 0000000..49ddca2
--- /dev/null
+++ b/test/images/icon-128-d4.ico
Binary files differ
diff --git a/test/images/icon-128-d8.ico b/test/images/icon-128-d8.ico
new file mode 100644
index 0000000..2f54042
--- /dev/null
+++ b/test/images/icon-128-d8.ico
Binary files differ
diff --git a/test/images/icon-128.ico b/test/images/icon-128.ico
new file mode 100644
index 0000000..2008718
--- /dev/null
+++ b/test/images/icon-128.ico
Binary files differ
diff --git a/test/test_load_2.cpp b/test/test_load_2.cpp
index 766a60d..efc30a0 100644
--- a/test/test_load_2.cpp
+++ b/test/test_load_2.cpp
@@ -39,6 +39,11 @@ static tii_t tii[] = {
{ "icon-64.webp", 1698406918 },
{ "icon-64.xbm", 907392323 },
{ "icon-64.xpm", 1768448874 },
+
+ { "icon-128.ico", 218415319 },
+ { "icon-128-d1.ico", 3776822558 },
+ { "icon-128-d4.ico", 1822311162 },
+ { "icon-128-d8.ico", 2584400446 },
/**INDENT-ON**/
};
#define NT3_IMGS (sizeof(tii) / sizeof(tii_t))