Re: GaMapICC
Re: GaMapICC
- Subject: Re: GaMapICC
- From: Klaus Karcher <email@hidden>
- Date: Sun, 12 Oct 2008 06:06:58 +0200
H. Teeuwen wrote:
Hello Klaus,
Very nice initiative !
Would it be possible for you to publish the AppleScript as a text file, so
that non-Mac users can see what it does?
of course:
<http://digitalproof.info/gamapicc/GamapICC_v0.1_en.applescript.rtf>
it basically looks for TIFFs in the list of dropped files and folders,
asks the necessary questions (output profile, viewing conditions,
popularity filtering percentage and gamut mapping strategy) and calls
Argyll's command line tools with the appropriate arguments:
Example: commands for strategy "image specific"
1st command: "tiffgamut -ir -pj -f<percentage> -c<source viewing
condition> <soucefile.tif> <sourcefile.tif>"
result: sourcefile.gam
2nd command: "collink [-ke] [-fk] -c<source viewing condition>
-d<destination viewing condition> -ip -G <sourcefile.gam>
<soucefile.tif> <destination profile.icc> <device link profile.icc>"
result: device link profile.icc
Option -ke only for CMYK output profiles
Option -fk only for CMYK input and output profile
3rd command: "cctiff -d <destination profile.icc> <device link
profile.icc> <sourcefile.tif> <outfile.tif>"
result: converted image "outfile.tif" with embedded destination profile.
see also Graeme's ArgyllCMS documentation:
<http://www.argyllcms.com/doc/tiffgamut.html>
<http://www.argyllcms.com/doc/collink.html>
<http://www.argyllcms.com/doc/cctiff.html>
Klaus
--
Klaus Karcher * Eichenallee 18
26203 Wardenburg * Germany
Tel. +49 441 8859770
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Colorsync-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >RE: GaMapICC (From: "H. Teeuwen" <email@hidden>) |