-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
What are you trying to achieve?
I would like to take an image from input, to output as either the original input type, or raw (this would include extractChannel->raw) without any icc transforms or colorspace alterations. I've had success on my own fork by adding an {icc: 'noop'} option to withMetadata which works fine with RGB images. But if I have a CMYK image (my CMYK images may, or may not, have an embedded profile), I'm seeing it still convert it to an RGB colorspace and I really want zero transforming of the pixels through the pipeline.
Even if it requires modifying my own fork further, Any insight on how I might achieve this?
Reactions are currently unavailable