psicc.1 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .\"Shiju P. Nair September 30, 2004
  2. .\"Thomas Weber <tweber@debian.org> April 23, 2014
  3. .TH PSICC 1 "September 30, 2004"
  4. .SH NAME
  5. psicc - little cms PostScript converter.
  6. .SH SYNOPSIS
  7. .B psicc
  8. .RI [ options ]
  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 psicc
  13. is a little cms PostScript converter.
  14. .SH OPTIONS
  15. .TP
  16. .B \-b
  17. Black point compensation (CRD only).
  18. .TP
  19. .BI \-c\ precision
  20. Precision (0=LowRes, 1=Normal, 2=Hi-res) (CRD only) [defaults to 1].
  21. .TP
  22. .BI \-i\ profile
  23. Input profile: Generates Color Space Array (CSA).
  24. .TP
  25. .BI \-n\ gridpoints
  26. Alternate way to set precision, number of CLUT points (CRD only).
  27. .TP
  28. .BI \-o\ profile
  29. .p
  30. Output profile: Generates Color Rendering Dictionary(CRD).
  31. .TP
  32. .BI \-t\ intent
  33. Intent (0=Perceptual, 1=Colorimetric, 2=Saturation, 3=Absolute) [defaults to 0].
  34. .TP
  35. .B \-u
  36. Do NOT generate resource name on CRD.
  37. .SH NOTES
  38. For suggestions, comments, bug reports etc. send mail to
  39. info@littlecms.com.
  40. .SH SEE ALSO
  41. .BR jpgicc (1),
  42. .BR linkicc (1),
  43. .BR tificc (1),
  44. .BR transicc (1)
  45. .SH AUTHOR
  46. This manual page was written by Shiju p. Nair <shiju.p@gmail.com>,
  47. for the Debian project.