ExactImage 0.6.7 (Default branch)

ExactImage is a fast C++ image processing library.Unlike ImageMagick, it allows operation in severalcolor spaces and bit depths natively, resulting inmuch lower memory and computational requirements.Some optimized algorithms operate in 1/20 of thetime ImageMagick requires, and displaying largeimages can be as fast as 1/10 of the time the"display" program takes.License: GNU General Public License (GPL)Changes:
The vector text handling now supports the whole Unicode range via UTF-8 (formerly only the ASCII sub-set was supported). The econvert command line interface was fixed to parse newlines in string arguments. The Floyd-Steinberg implementation was improved to reduce color bleeding, the zlib compression factor can now be controlled for writing PNG images, and a buffer-overrun was fixed in the XPM decoder.

More...