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

support cmyk input for djpegli #3581

Closed
wants to merge 4 commits into from
Closed

support cmyk input for djpegli #3581

wants to merge 4 commits into from

Conversation

mo271
Copy link
Member

@mo271 mo271 commented May 14, 2024

fixes #3474

@mo271 mo271 changed the title support cmjk input for djpegli support cmyk input for djpegli May 14, 2024
@@ -169,6 +169,33 @@ void CMYKToYCCK(float* row[kMaxComponents], size_t xsize) {
RGBToYCbCr(row, xsize);
}

void CMYKToRGB(float* row[kMaxComponents], size_t xsize) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This conversion should be handled on the application side, not in the library.

@mo271 mo271 closed this May 14, 2024
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.

djpegli fails to decode CMYK image
2 participants