summaryrefslogtreecommitdiff
path: root/gs/base/gdevfax.h
diff options
context:
space:
mode:
authorLars Uebernickel <larsuebernickel@gmx.de>2009-11-11 15:50:28 +0000
committerLars Uebernickel <larsuebernickel@gmx.de>2009-11-11 15:50:28 +0000
commit539a4c2cb892ef2826656d158d82fe0ea76647e6 (patch)
tree7db47de9ce9ca44f941755b93a6e8199207929b1 /gs/base/gdevfax.h
parent3f5f514aaccb0eb1f89c18f57e2023920fed3691 (diff)
downloadghostpdl-539a4c2cb892ef2826656d158d82fe0ea76647e6.tar.gz
Changed all tiff devices to use libtiff.
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
Diffstat (limited to 'gs/base/gdevfax.h')
-rw-r--r--gs/base/gdevfax.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gs/base/gdevfax.h b/gs/base/gdevfax.h
index e294b8fbd..0592cd96b 100644
--- a/gs/base/gdevfax.h
+++ b/gs/base/gdevfax.h
@@ -47,6 +47,7 @@ dev_proc_put_params(gdev_fax_put_params); /* adds AdjustWidth */
extern const gx_device_procs gdev_fax_std_procs;
/* Other procedures */
+int gdev_fax_adjusted_width(int width);
void gdev_fax_init_state(stream_CFE_state *ss, const gx_device_fax *fdev);
void gdev_fax_init_fax_state(stream_CFE_state *ss,
const gx_device_fax *fdev);