Skip to content

unaltered input->output. #4245

@gacord23

Description

@gacord23

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions