team-charls / charls

CharLS, a C++ JPEG-LS library implementation
BSD 3-Clause "New" or "Revised" License
180 stars 74 forks source link

Add method charls_decoder_get_compressed_data_format #325

Closed vbaderks closed 2 weeks ago

vbaderks commented 2 weeks ago

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.

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud