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 ICC profile to metadata #178

Closed
SalOne22 opened this issue Mar 26, 2024 · 1 comment
Closed

Add ICC profile to metadata #178

SalOne22 opened this issue Mar 26, 2024 · 1 comment

Comments

@SalOne22
Copy link
Contributor

JpegDecoder and PngInfo support extracting icc profile from image. It would be useful to add the icc profile as an Option field in the metadata structure. This adds the ability to write and process an icc profile using something like lcms2. It will also be good if there is support for writing icc profiles using default encoders.

etemesi254 added a commit that referenced this issue Mar 30, 2024
…ers that can decode it.

Addresses #178.

We should probably use lcms2 for icc parsing, but let's cross that bridge when we get there
@etemesi254
Copy link
Owner

Done via 185e362.

But currently no parsing support is planned.

Added to the following decoders

  • jpeg, png and jxl.
    The rest I'm not sure of their ICC support

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

No branches or pull requests

2 participants