Version History for Jpeg2000.Net
Version 2.3
August 2nd, 2024
-
Fixed bugs related to decoding of partial J2C files.
-
Fixed bugs related to decoding of JPEG 2000 images.
-
Fixed AOT compatibility issues and trim warnings.
-
The library no longer automatically detects and uses NLog, Log4Net, Serilog, and Loupe loggers.
Version 2.2
August 12th, 2020
-
Added new DecodeJpeg2000WithMemoryLimit sample.
-
Added new ReadDecodedPixels sample.
-
The library can now create J2kImageData from JPEG images.
-
BitMiracle.Jpeg2000.Net.dll is now signed with SHA-256 digital signature.
-
Output TIFF files are now compressed with either deflate or fax compression (depending on their properties).
-
The library can now automatically detect, attach, and emit messages to a configured logger. NLog, Log4Net, Serilog, and Loupe loggers are supported.
-
Fixed bugs related to the usage of Jpeg2000.Net from Blazor and from HoloLens projects.
-
Fixed bugs related to decoding of large JPEG 2000 images.
-
Fixed bugs related to decoding of JPEG 2000 images with unknown and unspecified color spaces when J2kDecodingOptions.ForceRgbColorSpace property is true.
-
Replaced MD5 hashing with FIPS-compliant algorithm.
Version 2.1
June 10th, 2019
-
Implemented support for multi-threading decoding. Take a look at the new J2kDecodingOptions.ThreadCount property.
-
Optimized speed of Jpeg2000 decoding.
-
Fixed bugs related to encoding and decoding of JPEG 2000 images.
Version 2.0
March 10th, 2019
-
Greatly optimized speed and memory consumption in J2kImage.DecodeArea() method.
-
Optimized memory consumption for Jpeg2000 decoding.
-
Optimized speed of Jpeg2000 encoding and decoding.
-
Fixed bugs related to encoding and decoding of JPEG 2000 images.
-
Fixed bugs in J2kImage.DecodeArea() method.
Version 1.0
May 26th, 2018
- Initial release.