Bug 2380 - enhancement to tiff2ps
: enhancement to tiff2ps
Status: RESOLVED LATER
: libtiff
default
: 3.9.3
: PC Linux
: P2 enhancement
: ---
Assigned To:
:
:
: migrated_to_gitlab
:
:
  Show dependency treegraph
 
Reported: 2012-04-17 23:44 by
Modified: 2019-10-01 14:19 (History)


Attachments
tiff2ps changes for writing single image command (22.39 KB, patch)
2012-04-17 23:44, Axel Strübing
Details | Diff
patch vs. current cvs (25.56 KB, patch)
2015-07-01 01:15, Axel Strübing
Details | Diff


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2012-04-17 23:44:55
Created an attachment (id=480) [details]
tiff2ps changes for writing single image command

The current beviour of tiff2ps with level 2 output is to write a postscript
file that reads each strip of the input tiff as a 'subimage'.

This results in rows of images in the output, which was 'inconvenient' for our
further processing.

I wrote a patch vs. version 3.9.6 modifying the output to read the data with
just one image operation. With the patch tiff2ps behaves as before until a -B
switch is used.

Patch is attached and applies to version 3.9,6
------- Comment #1 From 2015-06-14 16:31:32 -------
Prepare a patch against current CVS, and I will look at committing it.
------- Comment #2 From 2015-06-30 11:17:49 -------
Hallo Howard,

do you mean
cvs.maptools.org:/cvs/maptools/cvsroot
and
cvs checkout libtiff

or the stable branch
cvs checkout -r branch-3-9 libtiff
------- Comment #3 From 2015-06-30 14:23:51 -------
I mean:

cvs checkout libtiff
------- Comment #4 From 2015-07-01 01:15:46 -------
Created an attachment (id=627) [details]
patch vs. current cvs

adapted to current cvs

regards
------- Comment #5 From 2019-10-01 14:19:37 -------
Bugzilla is no longer used for tracking libtiff issues. Remaining open tickets,
such as this one, have been migrated to the libtiff GitLab instance at
https://gitlab.com/libtiff/libtiff/issues .

The migrated tickets have their summary prefixed with [BZ#XXXX] where XXXX is
the initial Bugzilla issue number.