[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
- Follow-Ups:
- [argyllcms] Re: how to add patch around bw axis
- From: Lars Tore Gustavsen
- References:
- [argyllcms] how to add patch around bw axis
- From: Daniele Pennati
- [argyllcms] Re: how to add patch around bw axis
- From: Nikolay Pokhilchenko
- [argyllcms] Re: how to add patch around bw axis
- From: Daniele Pennati
Other related posts:
- » [argyllcms] how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis
- » [argyllcms] Re: how to add patch around bw axis - Lars Tore Gustavsen
- [argyllcms] Re: how to add patch around bw axis
- From: Lars Tore Gustavsen
- [argyllcms] how to add patch around bw axis
- From: Daniele Pennati
- [argyllcms] Re: how to add patch around bw axis
- From: Nikolay Pokhilchenko
- [argyllcms] Re: how to add patch around bw axis
- From: Daniele Pennati