png++, a C++ wrapper for libpng - News
posted by alexshulgin, Sun 25 Oct 2015 08:09:34 PM UTC
A new release after cleaning up open items:
- Added gAMA chunk handling
- Use thread-safe strerror_* variant
- Add CXX make parameter to override the default g++
- Some code and makefile fixes
(forgot to update the NEWS file in distribution... :-p)
posted by alexshulgin, Thu 15 Jan 2015 01:22:12 PM UTC
Upon numerous requests, a new version 0.2.7 is released today.
The notable changes include:
- Added solid_pixel_buffer (patch by Andrey Potapov).
- Fixed some compilation problems on Win32.
Happy hacking!
posted by alexshulgin, Tue 26 Oct 2010 07:58:18 AM UTC
Version 0.2.5:
- Fixed compatibility with newer libpng versions (>= 1.4)
- Fixed compilation on FreeBSD.
- Fixed tRNS handling with transformations.
- Added IO transformation debugging facility.
- Better organized test suite.
Happy hacking!
posted by alexshulgin, Sun 19 Oct 2008 07:31:43 PM UTC
A new version: png++-0.2.3 is released today.
This is a maintenance and bugfix release. In the news:
- Fixed numerous `already defined' errors due to
require_color_space implementation.
- Added `config.hpp'.
- Fixed `strerror' usage.
- Minor docs fixes.
Happy hacking!
--
Alex
posted by alexshulgin, Sat 08 Dec 2007 01:25:17 PM UTC
A new version (png++-0.2.1) is just released! This is maintenance and bugfix release with a few new features.
In the news:
- Added support for tRNS chunk.
- Added non-std IO streams support.
- Fixed 16-bit endianness problems.
- Improved test script.
--
Happy hacking!
Alex Shulgin
Powered by Savane 3.13-461b.
Corresponding source code