diff options
author | Ray Johnston <ray.johnston@artifex.com> | 2014-03-03 12:21:12 -0800 |
---|---|---|
committer | Ray Johnston <ray.johnston@artifex.com> | 2014-03-05 09:47:29 -0800 |
commit | e63f9d066c001052f5594f09c3a3a59ff80d2d03 (patch) | |
tree | cb2154865fbe702165cb99b28ee3e55bc426dac6 /gs/base/gdevp14.c | |
parent | b442d9a0c193d2d0114e72e1312e7bcc6e558aab (diff) | |
download | ghostpdl-e63f9d066c001052f5594f09c3a3a59ff80d2d03.tar.gz |
Fix problem with -d***Values=16 and bitrgb device.
The max_gray and max_color would confuse the gx_device_must_halftone
macro because setting -dGrayValues=16 would end up setting the
max_gray and max_color to 31 (0x1f) which does NOT halftone. with
the change setting to 16 values doesn't change the bpc if put_params
is called again. Also remove allowing -dGrayValues=32 from supported
choices.
Diffstat (limited to 'gs/base/gdevp14.c')
0 files changed, 0 insertions, 0 deletions