[argyllcms] Re: how to add patch around bw axis

  • From: "Lars Tore Gustavsen" <lars.tore@xxxxxxxxxxxxxx>
  • To: argyllcms@xxxxxxxxxxxxx
  • Date: Fri, 31 Oct 2008 09:42:25 +0100

On Fri, Oct 31, 2008 at 8:59 AM, Daniele Pennati
<danielepennati@xxxxxxxxxxxxx> wrote:
> Thanks a lot for the answers!
> I'm starting to understand how to add new patches.
> But I don't want only to add gray patches (a can add these by the -g
> command). I want to add also same gradients near to the gray axis...
> something like what there is in the gretag target.
>

If you look at my very long command line You can see I send L  LAB
values from 0-100 to xicclu.  Like this for lab 50,0,0
echo 50 0 0 | xicclu -fif -ir myprinterRGB.ic

If you will like to send values with an offset according to the
neutral axis just do it this way. Here LAB 50,1,1

echo 50 1 1 | xicclu -fif -ir myprinterRGB.icc

If you change the  awk '{print $1,0,0}'  part in my script to  awk
'{print $1,1,1}' it will  send values like this:
1 1 1
4 1 1
7 1 1
10 1 1
...

and repeat for other values.

Lars Tore Gustavsen

Other related posts: