From: Richard H. <hug...@gm...> - 2021-01-08 12:57:55
|
On Fri, 8 Jan 2021 at 12:33, Jason Campbell <cam...@gm...> wrote: > Is it possible to create a named color profile with LCMS or only to read it? I know some profile types can be created programmatically but it does not appear you can do so for NCP -- unless I missed something… If you're on LInux you can do this: https://github.com/hughsie/colord/blob/master/data/profiles/x11-colors.iccprofile.xml and then use cd-create-profile --output=OUTPUT.icc INPUT.xml from memory. Richard. |