-
Notifications
You must be signed in to change notification settings - Fork 0
CICMYKHalftone
Eric McConville edited this page Jun 21, 2015
·
2 revisions
Creates a color, halftoned rendition of the source image, using cyan, magenta, yellow, and black inks over a white page.
- -inputAngle <number> : The angle of the pattern. [Default 0]
- -inputWidth <number> : The distance between dots in the pattern. [Default 6]
- -inputSharpness <number> : The sharpness of the pattern. The larger the value, the sharper the pattern. [Default 0.7]
- -inputUCR <number> : The under color removal value. The value can vary from 0.0 to 1.0. [Default 0.5]
- -inputGCR <number> : The gray component replacement value. The value can vary from 0.0 (none) to 1.0. [Default 1]
- -inputCenter <vector> : The x and y position to use as the center of the halftone pattern [Default 150,150]
- -inputImage <image> : The image to use as an input image. For filters that also use a background image, this is the foreground image.