summaryrefslogtreecommitdiff
path: root/gs/base/gdevfax.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-10/+10
2010-10-27Add new version of tiffscaled device, that supports -dMinFeatureSize=2.Robin Watts1-1/+0
(Solves bug 691718). Also add support for AdjustWidth in tiffscaled device. Also update documentation. No expected differences. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11862 a1074d23-0009-0410-80fe-cf8c14f379e6
2010-10-26Add Rays MinFeatureSize magic. Ray had originally integrated this into theRobin Watts1-4/+6
fax devices, which had the effect of working for the tiff based fax devices too. Unfortunately the reworking of the tiff based devices to use libtiff meant that the output function changed, causing the patch to stop working with those devices. Here we split the new code out into a separate .c/.h pair, so it can be used by both tiff and fax devices, and hook it up to all the black and white tiff devices (except tiffscaled) and to the fax based ones. We also document the device (including it's current limitations). No expected changes. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11854 a1074d23-0009-0410-80fe-cf8c14f379e6
2009-11-11Changed all tiff devices to use libtiff.Lars Uebernickel1-0/+1
Affected Devices are tiffgray, tiff12nc, tiff24nc, tiff32nc, tiffsep, tiffsep1, tiffcrle, tiffg3, tiffg32d, tiffg4, tifflzw, and tiffpack. Also, two new devices: tiff48nc and tiff64nc (16 bits per component rgb and cmyk respectively) have been added. Libtiff 3.9.2 is included in the source tree as tiff/. It is possible to link to the system's libtiff by passing --with-system-libtiff to configure. Passing --without-system-libtiff will force the build to use the in-source version. By default, the newer library (based on TIFFLIB_VERSION in tiffvers.h) is used. Expected Differences: Internal file structure of the resulting TIFF files differs from the previous devices: the tag directory is now at the end of each page and the tags might be in a different order. However, the semantics of the files as well as the image data are the same. One notable exception is the Group3Options tag, which was wrongly inserted into tiffpack, tiffcrle, and tifflzw compressed files before. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10317 a1074d23-0009-0410-80fe-cf8c14f379e6
2008-08-29Split the source tree into two new directories.Ralph Giles1-0/+60
PSSRC files are now in 'gs/psi'. GLSRC files are now in 'gs/base'. This is to facilitate build modularization and merging in the ghostpdl tree. NOTE: msvc32.mak is now in psi, not src. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@9048 a1074d23-0009-0410-80fe-cf8c14f379e6