From: <mar...@li...> - 2021-01-17 21:27:06
|
<div dir='auto'><div>Hi,</div><div dir="auto"><br></div><div dir="auto">You can create named color profiles, either V2 or V4.</div><div dir="auto"><br></div><div dir="auto">To do so, you first allocate an empty profile with cmsCreateProfilePlaceholder and then add required tags with cmsWriteTag. Finally you need to save the profile cmsSaveProfileToFile.</div><div dir="auto"><br></div><div dir="auto">For named color database tag, you have cmsAllocNamedColorList family. I have used named color profile creation extensively and seems to work well.</div><div dir="auto"><br></div><div dir="auto">Regards</div><div dir="auto">Marti</div><div dir="auto"><div class="gmail_extra" dir="auto"><br><div class="gmail_quote">On 8 Jan 2021 13:32, Jason Campbell <cam...@gm...> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"> <div> <p><span style="font-size:11pt">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…</span></p> </div> </div> </blockquote></div><br></div></div></div> |