summaryrefslogtreecommitdiff
path: root/gs/base/unixansi.mak
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2011-04-20 14:46:26 +0100
committerRobin Watts <Robin.Watts@artifex.com>2011-04-20 14:46:26 +0100
commitc10532c1b2e63dd6d6d95f1a0b578eb865ff4d9a (patch)
tree3c9c2656b2989b7391745077f955bf969dc75b2e /gs/base/unixansi.mak
parentf6e8c8d24c4a2f66b45ce04ab544aaf8b305a0d1 (diff)
New tiffscaled8 and tiffscaled24 devices.
Add new tiffscaled8 and tiffscaled24 devices, copied and modified from tiffscaled. These output greyscale and 24bit rgb instead of tiffscaleds mono output. MinFeatureSize is ignored for these devices as it's meaningless for contone output. Error Diffusion is still done, but is almost certainly a waste of time - it was just simpler to make the code work this way. If performance is an issue, we can remove that later.
Diffstat (limited to 'gs/base/unixansi.mak')
-rw-r--r--gs/base/unixansi.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/base/unixansi.mak b/gs/base/unixansi.mak
index f6abbea36..124a627c4 100644
--- a/gs/base/unixansi.mak
+++ b/gs/base/unixansi.mak
@@ -354,7 +354,7 @@ DEVICE_DEVS7=$(DD)faxg3.dev $(DD)faxg32d.dev $(DD)faxg4.dev
DEVICE_DEVS8=$(DD)pcxmono.dev $(DD)pcxgray.dev $(DD)pcx16.dev $(DD)pcx256.dev $(DD)pcx24b.dev $(DD)pcxcmyk.dev
DEVICE_DEVS9=$(DD)pbm.dev $(DD)pbmraw.dev $(DD)pgm.dev $(DD)pgmraw.dev $(DD)pgnm.dev $(DD)pgnmraw.dev
DEVICE_DEVS10=$(DD)tiffcrle.dev $(DD)tiffg3.dev $(DD)tiffg32d.dev $(DD)tiffg4.dev $(DD)tifflzw.dev $(DD)tiffpack.dev
-DEVICE_DEVS11=$(DD)tiff12nc.dev $(DD)tiff24nc.dev $(DD)tiffgray.dev $(DD)tiff32nc.dev $(DD)tiffsep.dev $(DD)tiffsep1.dev $(DD)tiffscaled.dev
+DEVICE_DEVS11=$(DD)tiff12nc.dev $(DD)tiff24nc.dev $(DD)tiffgray.dev $(DD)tiff32nc.dev $(DD)tiffsep.dev $(DD)tiffsep1.dev $(DD)tiffscaled.dev $(DD)tiffscaled8.dev $(DD)tiffscaled24.dev
DEVICE_DEVS12=$(DD)psmono.dev $(DD)psgray.dev $(DD)psrgb.dev $(DD)bit.dev $(DD)bitrgb.dev $(DD)bitcmyk.dev
DEVICE_DEVS13=$(DD)pngmono.dev $(DD)pnggray.dev $(DD)png16.dev $(DD)png256.dev $(DD)png16m.dev $(DD)pngalpha.dev
DEVICE_DEVS14=$(DD)jpeg.dev $(DD)jpeggray.dev $(DD)jpegcmyk.dev