image icon indicating copy to clipboard operation
image copied to clipboard

load & apply icc color profile to image

Open luigi-bar opened this issue 1 year ago • 1 comments

Hi, I would like to apply an ICC color profile stored on disk/assets to an image (user case: load an image of a given object and show it in N color variants, where each variant differs only for colors).

Do you know if this is doable with image package? if not, any suggestion (maybe using other packages?)

Thanks! Luigi

luigi-bar avatar Dec 15 '23 16:12 luigi-bar

You can look at https://pub.dev/packages/icc_parser and build something on that. But that will require a significant amount of work

NicolaVerbeeck avatar Jan 18 '24 11:01 NicolaVerbeeck