test: Add a couple of ico depth test images

This commit is contained in:
Kim Woelders 2021-12-23 13:46:22 +01:00
parent 71a905d700
commit cbe7408bd8
5 changed files with 5 additions and 0 deletions

BIN
test/images/icon-128-d1.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
test/images/icon-128-d4.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
test/images/icon-128-d8.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
test/images/icon-128.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -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))