Abstract profiles are not embedeable, but you could try instead:

Ok, now I got it :)

   icclink -t1 -x -o softproof.icc *sRGB cmyk.icc cmyk.icc *Lab
That would generate an input profile softproofing rel.colorimetric intent of cmyk.icc

But is it Possible to do Absolote Colorimetric (simmulating paper white) transformations??? Using -t3 instead of -t1 has no effect at all. But I think this is the right track.


I applied the profile in the following way:
jpegicc -n -i softproof.icc  sRGB.jpeg sRGB_softproof.jpeg  (am I right?)




I tried using jpegicc for softproof and had no success with tho following:

jpegicc -m3 -p cmyk.icc sRGB.jpeg sRGB_softproof.jpeg




The only solution I could find is not very smart:

jpegicc -c2 -t0 -q100 -e -oeuro.icm sRGB.jpeg CMYK.jpeg && jpegicc -t3 -c2 -q100 CMYK.jpeg sRGB_softproof.jpeg

Writing usless files and wasing CPU-Time and if not using -q100 unpresenable results.

Thanks


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to