Date: 2018-01-22
Modernized CMake3 scripts, CMake package and Windows support.
All closed issues can be found at
Milestone 0.7.0
New Features:
PNGwriterConfig.cmake packagemake test supportedMisc:
Date: 2017-03-28
This release fixes 8bit RBG reads, adds performance improvements on large
images, removes warnings and cleans up larger sections of the code. Some
interfaces changed parameter attributes to reflect constants and static calls.
All closed issues can be found at
Milestone 0.6.0
Bug Fixes:
Misc:
.gitignore #101Thanks to René (@psychocoderHPC), Paul (@pkohut), Maximilian (@mxmlnkn) and
Axel (@ax3l) for contributions to this release!
Date: 2015-12-16
This release fixes a bug with creation time meta data and refactors several
internal methods based on coverity-scan reports.
All closed issues can be found at
Milestone 0.5.6
Bug Fixes:
ucs4text on error, restore std::cerr state #70Misc:
read_png_image refactored #71readCMYK #68rowbytes_ #69Date: 2015-08-31
This release fixes several bugs, removes Spanish language documentation and
example files, and restructures the documentation file locations as a result of
these changes.
All closed issues can be found at
Milestone 0.5.5
New Features:
CMakeLists.txtBug Fixes:
examples/pngtest.cc:48 and examples/pngtest.espaniol.cc:47 fix #include <iostream>pngwriter.cc #2filleddiamond() bug reported inpngwriter::readfromfile reportedread/dread (reported by Felix Schmitt) #13operator= #23FilledTriangle methods (reported by Dongkook Park, Nov 2009) #22triangle method rounding/casting error (reported by Andrea Charao, Apr 2009) #19png_read_update_info() #56Misc:
OLD_CPP install removed #30#define PNGWRITER_VERSION is deprecated, better query PNGWRITER_VERSION_MAJOR,PNGWRITER_VERSION_MINOR and PNGWRITER_VERSION_PATCH #50Note: Changes to PNGwriter prior to version 0.5.5 can be found in the doc/CHANGES file.