Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to retrieve height from a DNL marker segment. #329

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

vbaderks
Copy link
Contributor

@vbaderks vbaderks commented Sep 3, 2024

DNL markers are part of the official JPEG-LS standard (but almost never used). Add support to scan the buffer for this marker segment if the height is zero.
By design CharLS itself will never write a DNL marker segment as the height is always defined before it writes the SOF marker segment.

DNL markers are part of the official JPEG-LS standard (but almost never used). Add support to scan the buffer for this
marker segment if the height is zero.
By design CharLS itself will never write DNL marker segment as it always knows the height of the image before it writes the SOF marker segment.
Copy link

sonarcloud bot commented Sep 3, 2024

@vbaderks vbaderks merged commit 5a348dc into main Sep 3, 2024
32 checks passed
@vbaderks vbaderks deleted the add-dnl-support branch September 3, 2024 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant