for which the driver hasn't been built in Imager.
http://rt.cpan.org/Ticket/Display.html?id=27571
+ - transparency is now enabled by default when writing GIF images
+ http://rt.cpan.org/Ticket/Display.html?id=27615
+
Imager 0.59 - 14 June 2007
===========
hv = (HV *)SvRV(ST(1));
memset(&quant, 0, sizeof(quant));
quant.mc_size = 256;
+ quant.transp = tr_threshold;
+ quant.tr_threshold = 127;
handle_quant_opts(&quant, hv);
img_count = items - 2;
RETVAL = 1;
hv = (HV *)SvRV(ST(2));
memset(&quant, 0, sizeof(quant));
quant.mc_size = 256;
+ quant.transp = tr_threshold;
+ quant.tr_threshold = 127;
handle_quant_opts(&quant, hv);
img_count = items - 3;
RETVAL = 1;
hv = (HV *)SvRV(ST(1));
memset(&quant, 0, sizeof(quant));
quant.mc_size = 256;
+ quant.transp = tr_threshold;
+ quant.tr_threshold = 127;
handle_quant_opts(&quant, hv);
img_count = items - 2;
RETVAL = 1;
error message when loading an unsupported font format is confusing (#27571) (done)
+enable transparency by default for gif (#27615) (done)
+
new color counting code (#28142)
Imager doesn't load on Windows 98 (#27653)
-enable transparency by default for gif (#27615)
-
sample: scaling an animated gif (#27591)
For 0.58: