|
From: Richard H. <hug...@gm...> - 2013-03-24 09:46:22
|
Hi, Does anyone know how to delete a tag from a profile using LCMS2? I don't know whether to: * cmsWriteTag(ctx, sig, NULL) -- the code seems to suggest this might work, although the docs don't mention it * cmsWriteRawTag(ctx, sig, NULL, 0) * create a patch for a new cmsDeleteTag(ctx, sig) function and send it to this mailing list :) Richard |