Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 808 Bytes

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 808 Bytes

Changelog

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.

[Unreleased]

Added

  • 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.

Changed

  • Internal improvements.
  • Improved lossless encoding speed by speedup ratio of 1.2.

Fixed

  • 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.

[0.8.0 - 2024-8-23]

Added

  • Initial release.