[argyllcms] Re: Extract Dmax-L min from an ICC printer profile

  • From: Production <production@xxxxxxxxxxxxxxxx>
  • To: argyllcms@xxxxxxxxxxxxx
  • Date: Tue, 22 Apr 2014 23:31:20 +0100

On 22 Apr 2014, at 13:38, Ernst Dinkla <E.Dinkla@xxxxxxxxxxxxxxxxxx> wrote:

> Is there an easy way to do that?


Do you mean something like this:

        icclu -ff -ia rgbprofile.icc <<< '0 0 0' 

or

        icclu -ff -ia cmykprofile.icc <<< '1 1 1 1'


If you just want the L value you could use awk:

        icclu -ff -ia rgbprofile.icc <<< '0 0 0' | awk '{print $8}'


CMYK L value would be $9.

-- 
Martin
Idea Digital Imaging Ltd

Other related posts: