This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit 3edd981ff431340c38ac02794ca57851735e63cd
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sun Mar 2 19:06:22 2025 +0100
test: Add transparent gif check
---
test/images/Makefile | 1 +
test/images/image-alpha-64.gif | Bin 0 -> 1748 bytes
test/test_load_2.cpp | 1 +
3 files changed, 2 insertions(+)
diff --git a/test/images/Makefile b/test/images/Makefile
index 87f22cb..d8f34fe 100644
--- a/test/images/Makefile
+++ b/test/images/Makefile
@@ -43,6 +43,7 @@
#TYPES_NOALP += .id3
TYPES_ALPHA += .ff
+ TYPES_ALPHA += .gif
TYPES_ALPHA += .heif
TYPES_ALPHA += .png -gray.png
TYPES_ALPHA += .jp2 -gray.jp2
diff --git a/test/images/image-alpha-64.gif b/test/images/image-alpha-64.gif
new file mode 100644
index 0000000..6545e40
Binary files /dev/null and b/test/images/image-alpha-64.gif differ
diff --git a/test/test_load_2.cpp b/test/test_load_2.cpp
index 3d09ae4..8c400b6 100644
--- a/test/test_load_2.cpp
+++ b/test/test_load_2.cpp
@@ -39,6 +39,7 @@ static tii_t tii[] = {
#endif
#ifdef BUILD_GIF_LOADER
{ "image-noalp-64.gif", 3493023514 },
+ { "image-alpha-64.gif", 2852291560 },
#endif
#ifdef BUILD_HEIF_LOADER
#if LIBHEIF_HAVE_VERSION(1, 19, 0)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.