Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

icctrans(1) [centos man page]

ICCTRANS(1)                                                   General Commands Manual                                                  ICCTRANS(1)

NAME
icctrans - little cms ColorSpace conversion calculator. SYNOPSIS
icctrans [options] DESCRIPTION
lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. icc- trans is lcms ColorSpace conversion calculator. OPTIONS
-% use percent % of ink. -b Black point compensation. -c <0,1,2,3> Precalculates transform. (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1] -i profile Input profile (defaults to sRGB). -l Transform by device-link profile. -n Terse output, intended for pipe usage. -o profile Output profile (defaults to sRGB). -t <0,1,2,3> Intent (0=Perceptual, 1=Colorimetric, 2=Saturation, 3=Absolute). -v Verbose. -w Use 16 bits. -x Hexadecimal. You can use '*Lab' and '*xyz' as built-in profiles. NOTES
For suggestions, comments, bug reports etc. send mail to info@littlecms.com. SEE ALSO
jpegicc(1), tifficc(1), tiffdiff(1), icc2ps(1), icclink(1), wtpt(1) AUTHOR
This manual page was written by Shiju p. Nair <shiju.p@gmail.com>, for the Debian project. September 30, 2004 ICCTRANS(1)

Check Out this Related Man Page

TRANSICC(1)						      General Commands Manual						       TRANSICC(1)

NAME
transicc - little cms ColorSpace conversion calculator. SYNOPSIS
transicc [options] DESCRIPTION
lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. trans- icc is lcms ColorSpace conversion calculator. OPTIONS
-% use percent % of ink. -b Black point compensation. -c <0,1,2,3> Precalculates transform. (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1] -i profile Input profile (defaults to sRGB). -l Transform by device-link profile. -n Terse output, intended for pipe usage. -o profile Output profile (defaults to sRGB). -t <0,1,2,3> Intent (0=Perceptual, 1=Colorimetric, 2=Saturation, 3=Absolute). -v Verbose. -w Use 16 bits. -x Hexadecimal. You can use '*Lab' and '*xyz' as built-in profiles. NOTES
For suggestions, comments, bug reports etc. send mail to info@littlecms.com. SEE ALSO
jpgicc(1), tificc(1), psicc(1), linkicc(1), AUTHOR
This manual page was written by Shiju p. Nair <shiju.p@gmail.com>, for the Debian project. September 30, 2004 TRANSICC(1)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

Output file with <Tab> or <Space> Delimited

Input file: xyz,pqrs.lmno,NA,NA,NA,NA,NA,NA,NA abcd,pqrs.xyz,NA,NA,NA,NA,NA,NA,NA Expected Output: xyz pqrs.lmno NA NA NA NA NA NA NA abcd pqrs.xyz NA NA NA NA NA NA NA Command Tried so far: awk -F"," 'BEGIN{OFS=" ";} {print}' $File_Path/File_Name.csv Issue:... (5 Replies)
Discussion started by: TechGyaann
5 Replies