Despite the seemingly large version jump, the sole change is the compatibility with lcms-2.x. I'm now also adding fixes for some compiler-warnings raised by the modern clang. These suggest, certain parts of the code aren't even really excercised. Neither API nor ABI are changing, so no shared library version-bump.
6 lines
339 B
Plaintext
6 lines
339 B
Plaintext
The libmng library supports decoding, displaying, encoding, and various other
|
|
manipulations of Multiple-image Network Graphics (MNG) format image files. It
|
|
uses the zlib(3) compression library, and optionally the JPEG library by the
|
|
Independant JPEG Group (IJG) and/or lcms (little CMS), a color-management
|
|
library by Marti Maria Saguar.
|