CharLS v2.0.0
Summary
First 2.0.0 release of the CharLS JPEG-LS codec. This release requires a C++ v14 compatible compiler.
Bug fixes
- #10 - Fixed the problem that "output buffer to small" was not detected when writting encoded bytes to a fixed output buffer. This could cause memory corruption problems
- #11 - Update charlstest to return EXIT_SUCCESS/FAILURE
- Fixed the issue that DecodeToPnm would set params.colorTransform = ColorTransformation::BigEndian but the library didn’t support this option during decoding
Misc
- Updated the source code to C++ v14
- Refactored several API's to make usage of the library easier