libimager-perl (1.015+dfsg-1) unstable; urgency=medium From upstream Changes: - rename the "virtual" member of i_img to "isvirtual" to allow the API to be used from C++, this may break source compatibility, using the i_img_virtual() accessor is backward compatible. -- gregor herrmann Sun, 08 May 2022 16:51:48 +0200 libimager-perl (0.98+dfsg-1) unstable; urgency=medium From upstream Changes: Incompatible changes: - the return value of setpixel() has changed. Previously the return values for undrawable pixels vs caller errors changed depending on whether you used the multiple pixel calling mechanism, or the single pixel mechanism. Now: - for an invalid parameter, such as an unknown colour, or missing parameter, an empty list (or undef in scalar context) is returned, and errstr() is set, - otherwise the number of pixels drawn is returned. If none of the pixels could be drawn (they were all outside the image), "0 but true" is returned. https://rt.cpan.org/Ticket/Display.html?id=87650 -- gregor herrmann Sun, 12 Jan 2014 00:12:00 +0100 libimager-perl (0.95+dfsg-1) unstable; urgency=low From upstream Changes: - NOTE: possibly backward incompatible: support reading from/writing to perl filehandes that aren't raw files. This allows Imager's I/O to honour handles with layers such as gzip, scalar file handles or tied file handles. This is backward incompatible in that previous Imager would simply use fileno() to retrieve the fd for the file and call write(2) etc on it directly. https://rt.cpan.org/Ticket/Display.html?id=78843 -- gregor herrmann Sat, 18 May 2013 15:04:21 +0200