You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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:
The
icc_import
operation can be used for this (use XYZ profile connection space and setembedded
to FALSE).See #1323 for custom output profile support.
See #218 for previous discussion on this and related features.
The text was updated successfully, but these errors were encountered: