The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for perl module Image::Quantize

0.00_11 2014-02-28

* Add back stripping of C99 constructs and removal of OPTIMIZE from
  Makefile.PL.

0.00_10 2014-02-28

* Revert to last known working version of libimagequant, do not strip
  C99 constructs, to get back to a working version.

0.00_09 2014-02-27

* Add correct copyright notice, some more documentation.
* Use ordinary malloc/free rather than liq_aligned_malloc/free to see
  if this is what is causing all the weird errors at cpan testers.
* Add small epsilon to quality getters to allow for floating point errors.

0.00_08 2014-02-27

* Most of the planned getters now available.

0.00_07 2014-02-27

* Strip out C99 constructs from libimagequant

0.00_06 2014-02-22

* Stricter tests on IHDR chunk.

0.00_05 2014-02-22

* Disable libimagequant check for nul bytes at the end of pointers.
* Replace libimagequant original functions with ones that report the
  exact error which causes a failure.
* Better tidyup of allocated memory after a fatal error.

0.00_04 2014-02-22

* Internal changes to track a bug from cpantesters on some systems.

0.00_03 2014-02-22

* Remove "makeitfile", "discard.png" from distribution.
* Better testing in "t/log-callback.t".

0.00_02 2014-02-21

* Remove .o files, .gitmodules, pngquant directory, t/*-output.png
  from distribution.

0.00_01 2014-02-21

* Initial testing version