Re: Photoshop Gamut warning vs ColorThink
Re: Photoshop Gamut warning vs ColorThink
- Subject: Re: Photoshop Gamut warning vs ColorThink
- From: Klaus Karcher <email@hidden>
- Date: Thu, 21 Feb 2008 21:54:50 +0100
Mike Eddington wrote:
This is sort of a second question but does anyone know of a utility that
would allow plotting of a color list that will report the amount of
colors that are out of gamut?
you can use argyllcms, e.g.
xicclu -ia -fif -a path/to/your/profile.icc
see also <http://www.argyllcms.com/doc8/xicclu.html>
you can test a list of input colors using the redirect operator:
xicclu -ia -fif -a path/to/your/profile.icc < you_input_table.txt
To get the number of out-of-gamut colors, just count the lines
containing "(clip)":
xicclu -ia -fif path/to/your/profile.icc < you_input_table.txt | grep -c
'(clip)'
Klaus
_______________________________________________
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