Subject: | make test fails with libimlib2 >= 1.1.2 (no alpha channel unless imlib_image_set_has_alpha) |
Just in case you didn't already know, I'm currently the Debian
developer responsible for packaging Image::Imlib2 in Debian.
Recent versions of imlib2 apparently have decided that images don't
have an alpha channel unless you call imlib_image_set_has_alpha().[1]
This leads to the test scripts breaking, as the alpha values are
ignored.[2]
I'm personally of the opinion that the alpha channel should be enabled
by default in imlib2 since the memory is already spent. However,
upstream seems to disagree (and I really don't know enough about the
library to argue with them.)
I wanted to know what your opinion is on a fix for this, before I
wrote bindings for imlib_image_set_has_alpha, or called
imlib_image_set_has_alpha at new time. [I kind of need to fix this
soon, but I really don't want Debian's packages to differ from the
ones that you're providing, as much as that is possible.]
Anyway, let me know what you think I should do to resolve this. [And
as always, feel free to contact me directly if you have questions or
issues with the Debian package or users of the Debian package.]
Don Armstrong
1: http://sourceforge.net/mailarchive/message.php?msg_id=10517308
2: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=290122