All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- New property JpegLSDecoder.CompressedDataFormat to retrieve the compressed data format of the JPEG-LS file. JPEG-LS defines 3 formats: 1 interchange (most common) and 2 abbreviated.
- Internal improvements.
- Improved lossless encoding speed by speedup ratio of 1.2.
- Forever loop when reading bits from invalid JPEG-LS files in the JpegLSDecoder (found by fuzzing).
- JpegLSDecoder.GetDestinationSize could return negative size instead of throwing InvalidDataException.
- Initial release.