charls/unittest
Victor Derks 70d0a22991
Add method charls_decoder_get_compressed_data_format (#325)
The JPEG-LS standard defines 3 compressed data formats. Only the interchange format (the most common) can normally be decoded.
Add a method to allow application code to retrieve the data format of the JPEG-LS stream. This allows an application to decide if it want to display the image
or process it differently.
2024-08-27 13:08:33 +02:00
..