Imager 0.66 wasn't publicly released due to a packaging error. 24-bit color .ICO/.CUR files can now be read. Bug fixes: an optimization skipping 0 src alpha values could cause the rubthrough() to read past the end of a buffer.corrected a reference leak where writing GIFs would leak memory. This could also happen calling to_paletted(). Also documented the underlying long existing feature where the colors parameter is filled with the generated color table and added tests for it.write out the image size in bytes field of a BMP correctly.add limited tests for Imager::ExtUtilsmake Imager::ExtUtils->includes use an absolute path, since a relative path could cause failures using Inline::C.re-arrange the POD for Imager::Font::BBox: mark total_width(), pos_width(), end_offset() obsolete, since they're mostly for backwards compatibility; group width methods and height methods
Imager 0.66 wasn't publicly released due to a packaging error.
Bug fixes: