cups-filters
cups-filters copied to clipboard
Ghostscript (gstoraster): Introduce cupsHalftoneType dithering algorithms
Everything from libcupsfilters MR: https://github.com/OpenPrinting/libcupsfilters/pull/92
Add new dithering (halftone) algorithms in addition to the default Ghostscript one.
Controlled either with halftone-type job option or cupsHalftoneType PPD option.
- Stochastic algotirhm is implemented in
stocht.psGhostscript library, just include it if cupsHalftoneType is set to yes/true/on/stochastic. - Foo2zjs algorithm is a PostScript code taken from foo2zjs-pstops file (don't know the name of the algorithm)