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

Enhancement: support custom input ICC profiles #1324

Open
lovell opened this issue Aug 5, 2018 · 0 comments
Open

Enhancement: support custom input ICC profiles #1324

lovell opened this issue Aug 5, 2018 · 0 comments

Comments

@lovell
Copy link
Owner

lovell commented Aug 5, 2018

Embedded input profiles (and default profiles for CMYK images that are missing a profile) are already supported. This enhancement relates to using custom input profiles.

Proposed API:

sharp(input, { profile: '/path/to/profile.icc' })
  ...

The icc_import operation can be used for this (use XYZ profile connection space and set embedded to FALSE).

See #1323 for custom output profile support.

See #218 for previous discussion on this and related features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant