transicc.1 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .\"Shiju P. Nair September 30, 2004
  2. .\"Thomas Weber <tweber@debian.org> April 23, 2014
  3. .TH TRANSICC 1 "MAY 30, 2011"
  4. .SH NAME
  5. transicc - little cms ColorSpace conversion calculator.
  6. .SH SYNOPSIS
  7. .B transicc
  8. .RI [ options ]\ [ CGATSINPUT ]\ [ CGATSOUTPUT ]
  9. .SH DESCRIPTION
  10. lcms is a standalone CMM engine, which deals with the color management.
  11. It implements a fast transformation between ICC profiles.
  12. .B transicc
  13. is a lcms ColorSpace conversion calculator.
  14. .SH OPTIONS
  15. .TP
  16. .B \-b
  17. Black point compensation.
  18. .TP
  19. .BI \-c\ NUM
  20. Precalculates transform (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1].
  21. .TP
  22. .BI \-d\ NUM
  23. Observer adaptation state (abs.col. only), (0..1.0, float value) [defaults to 0.0].
  24. .TP
  25. .B \-e
  26. Encoded representation of numbers is not float (Option \fB\-w\fR=use 16 bits, Option \fB\-x\fR=hexadecimal).
  27. .TP
  28. .B \-g
  29. Marks out-of-gamut colors on softproof.
  30. .TP
  31. .BI \-i\ profile
  32. Input profile (defaults to sRGB).
  33. .TP
  34. .B \-l
  35. Transform by device-link profile.
  36. .TP
  37. .BI \-m\ NUM
  38. SoftProof intent (0,1,2,3) [defaults to 0].
  39. .TP
  40. .B \-n
  41. Terse output, intended for pipe usage.
  42. .TP
  43. .BI \-o\ profile
  44. .p
  45. Output profile (defaults to sRGB).
  46. .TP
  47. .B \-q
  48. Quantize CGATS to 8 bits.
  49. .TP
  50. .BI \-s
  51. Bounded mode.
  52. .TP
  53. .BI \-t\ NUM
  54. Rendering intent
  55. .nf
  56. .RS
  57. 0=Perceptual [default]
  58. 1=Relative colorimetric
  59. 2=Saturation
  60. 3=Absolute colorimetric
  61. 10=Perceptual preserving black ink
  62. 11=Relative colorimetric preserving black ink
  63. 12=Saturation preserving black ink
  64. 13=Perceptual preserving black plane
  65. 14=Relative colorimetric preserving black plane
  66. 15=Saturation preserving black plane
  67. .RE
  68. .fi
  69. .TP
  70. .BI \-v\ verbosity
  71. Verbosity level, (0=None, 1=Normal, 2=High, 3=Very High) [defaults to 1].
  72. .TP
  73. .B \-w
  74. Use 16 bits.
  75. .TP
  76. .B \-x
  77. Hexadecimal.
  78. .TP
  79. You can use '*Lab' and '*xyz' as built-in profiles.
  80. .SH NOTES
  81. For suggestions, comments, bug reports etc. send mail to
  82. info@littlecms.com.
  83. .SH SEE ALSO
  84. .BR jpgicc (1),
  85. .BR linkicc (1),
  86. .BR psicc (1),
  87. .BR tificc (1)
  88. .SH AUTHOR
  89. This manual page was written by Shiju p. Nair <shiju.p@gmail.com>,
  90. for the Debian project.