kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=579b1b33667d73fbcb332997e1791ad1bfa9224a
commit 579b1b33667d73fbcb332997e1791ad1bfa9224a Author: Kim Woelders <[email protected]> Date: Thu Oct 7 06:16:23 2021 +0200 test: Add icon-64.pbm --- test/images/icon-64.pbm | Bin 0 -> 521 bytes test/test_load.cpp | 1 + 2 files changed, 1 insertion(+) diff --git a/test/images/icon-64.pbm b/test/images/icon-64.pbm new file mode 100644 index 0000000..be01ef7 Binary files /dev/null and b/test/images/icon-64.pbm differ diff --git a/test/test_load.cpp b/test/test_load.cpp index 5e47c55..943f4a2 100644 --- a/test/test_load.cpp +++ b/test/test_load.cpp @@ -25,6 +25,7 @@ static const char *const pfxs[] = { "jpeg", "ilbm", // lbm "png", + "pbm", // pnm "ppm", // pnm "tga", "tiff", --
