image
image copied to clipboard
load & apply icc color profile to image
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
You can look at https://pub.dev/packages/icc_parser and build something on that. But that will require a significant amount of work