Changes for version 0.01 - 2014-03-01
- Initial release
Changes for version 0.00_12 - 2014-02-28
- Revert to using C99 version, since the use of the C99 stripping script was responsible for the memory corruption.
Changes for version 0.00_11 - 2014-02-28
- Add back stripping of C99 constructs and removal of OPTIMIZE from Makefile.PL.
Changes for version 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.
Changes for 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.
Changes for version 0.00_08 - 2014-02-27
- Most of the planned getters now available.
Changes for version 0.00_07 - 2014-02-27
- Strip out C99 constructs from libimagequant
Changes for version 0.00_06 - 2014-02-22
- Stricter tests on IHDR chunk.
Changes for version 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.
Changes for version 0.00_04 - 2014-02-22
- Internal changes to track a bug from cpantesters on some systems.
Changes for version 0.00_03 - 2014-02-22
- Remove "makeitfile", "discard.png" from distribution.
- Better testing in "t/log-callback.t".
Changes for version 0.00_02 - 2014-02-21
- Remove .o files, .gitmodules, pngquant directory, t/*-output.png from distribution.
Changes for version 0.00_01 - 2014-02-21
- Initial testing version
Modules
quantize image data into 256 or fewer colours
Provides
in lib/Image/Quantize/PNG.pm