From 9ff878c0d8e9c48e3d0bd356b97be48baeb09a40 Mon Sep 17 00:00:00 2001 From: jdc Date: Sun, 15 Jan 2012 18:36:20 +0100 Subject: [PATCH] little correction for tags Output profiles --- rtengine/simpleprocess.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rtengine/simpleprocess.cc b/rtengine/simpleprocess.cc index e656b23a2..ffa4daede 100644 --- a/rtengine/simpleprocess.cc +++ b/rtengine/simpleprocess.cc @@ -422,9 +422,9 @@ IImage16* processImage (ProcessingJob* pjob, int& errorCode, ProgressListener* p cmsMLUsetWide(DescriptionMLU, "en", "US", string);}//display description with gamma + slope + primaries cmsWriteTag(jprof, cmsSigProfileDescriptionTag, DescriptionMLU);//desc changed - cmsWriteTag(jprof, cmsSigCopyrightTag, CopyrightMLU); - cmsWriteTag(jprof, cmsSigDeviceMfgDescTag, DmndMLU); - cmsWriteTag(jprof, cmsSigDeviceModelDescTag, DmddMLU); + // cmsWriteTag(jprof, cmsSigCopyrightTag, CopyrightMLU); + // cmsWriteTag(jprof, cmsSigDeviceMfgDescTag, DmndMLU); + // cmsWriteTag(jprof, cmsSigDeviceModelDescTag, DmddMLU); // Calculate output profile's rTRC bTRC gTRC GammaTRC[0] = GammaTRC[1] = GammaTRC[2] = cmsBuildParametricToneCurve(NULL, 5, Parameters);