Release Notes¶
v0.5.0¶
-
Decoder
JPEG 2000 bitstreams with last partition length set to 0 can be decoded.
JPEG 2000 bitstreams with cdef jp2 header can be decoded.
Bitstream corruption checks have been relaxed.
-
Encoder
Multi-tile encoding.
All progression orders are supported.
Performance improvements for lossy encoding.
v0.4.0¶
JPEG2000 encode support added. See nvJPEG2000 Encoder for details.
Encode/Decode support added for 420/422 formats with alpha channel (yuva420p).
nvJPEG2000 is now available on WSL-Ubuntu.
v0.3.0¶
Bitstreams with 422 and 420 chroma sub-sampling are supported.
RGB output support for images with 420 and 444 chroma sub-sampling.
New nvjpeg2kDecodeImage API added.
Inverse discrete wavelet transform performance improvements.
v0.2.0¶
New API added for Tile/Resolution based decode.
Tiles can be partially decoded by specifying an area of interest.
Tiles with multiple partitions are supported.
All progression orders are supported.
Bitstreams with up to 20 layers can be decoded.
v0.1.0¶
nvJPEG2000 is now available on Microsoft Windows 10 and Windows Server 2019.
Bitstreams with multiple tiles are now supported. Each tile can have a single tile partition.
RLCP progression order is supported.
Fixed an intermittent issue which was causing the library to produce incorrect decode output.
v0.0.1¶
First release of the nvJPEG2000 library.
Refer to the Introduction section of the documentation for the list of features supported.