summaryrefslogtreecommitdiff
path: root/tools/tiff2ps.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosStefan Weil2018-02-241-5/+5
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_dirread.c: fix memory leak in non DEFER_STRILE_LOADEven Rouault2017-04-271-1/+7
* * tools/tiff2ps.c: fix 2 heap-based buffer overflows (in PSDataBWEven Rouault2016-12-171-2/+7
* * libtiff/tif_config.vc.h: Make adjustments to match the newBob Friesenhahn2015-06-211-1/+3
* From Eduardo Robles Elvira:Lee Howard2015-06-131-9/+20
* Replace sprintf with snprintf, to fix CVE-2013-1961.Tom Lane2013-05-021-5/+5
* Sync tool usage printouts and man pages with reality.Tom Lane2013-03-061-6/+7
* * tools/tiff2ps.c:Fix bug in auto rotate option code. Once aBob Friesenhahn2013-01-261-2/+10
* * libtiff/tif_dirread.c (TIFFFetchStripThing): Free "data" alsoBob Friesenhahn2011-05-311-3/+4
* * libtiff/tif_jpeg.c, tools/tiff2pdf.c, tools/tiff2ps.c: markBob Friesenhahn2011-05-311-1/+2
* Fix spelling typo in tiff2ps.Bob Friesenhahn2011-04-091-4/+4
* More improvements from Richard Nolde.Lee Howard2010-11-261-74/+94
* See: http://bugzilla.maptools.org/show_bug.cgi?id=1983Lee Howard2010-09-261-438/+1110
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* avoid 32/64bit casting warningsFrank Warmerdam2009-01-221-6/+6
* introduce libport.h prototypes to reduce warningsFrank Warmerdam2009-01-221-1/+5
* * test/tiffcrop.sh: New test script for tiffcrop from RichardBob Friesenhahn2009-01-121-2/+2
* * tools/tiff2ps.c: Incorporated significant functionality updateBob Friesenhahn2009-01-111-122/+339
* * libtiff/tiffio.h: GCC will now validate format specificationsBob Friesenhahn2008-12-311-3/+3
* * tools/{tiff2pdf.c, tiff2ps.c, tiffinfo.c}: Offset and lengthBob Friesenhahn2008-12-311-3/+4
* fix 64bit type issuesFrank Warmerdam2008-01-071-14/+18
* Added support 16-bit images as per bugAndrey Kiselev2007-07-031-1/+47
* Properly scale all the pages when converting multipage TIFF withAndrey Kiselev2006-02-231-15/+16
* Fixed typo in page size handling code.Andrey Kiselev2005-03-171-3/+3
* Calculate margins taking in account resolution unit (Richard Nolde).Andrey Kiselev2005-02-061-4/+16
* Fixed problem with page sizes as per bugAndrey Kiselev2005-02-031-3/+3
* Interpret the -w and -h options independently. As per bugAndrey Kiselev2005-01-121-24/+29
* Fixed wrong variable data type when read Position tags (Tristan Hill).Andrey Kiselev2004-10-301-2/+3
* Fixed wrong variable data type when read Resolution tags (Peter Fales).Andrey Kiselev2004-10-281-4/+4
* Readability fixes.Andrey Kiselev2004-10-101-5/+6
* avoid warningsFrank Warmerdam2004-09-091-1/+5
* Work out getopt problems.Andrey Kiselev2004-08-251-7/+1
* Avoid zero division in setupPageState() function;Andrey Kiselev2004-08-251-5/+16
* Fixed problem with uninitialized values.Andrey Kiselev2004-08-231-2/+2
* Avoid warnings.Andrey Kiselev2004-06-051-4/+4
* Avoid warnings.Andrey Kiselev2004-06-041-55/+58
* Added support for alfa channel. FixesAndrey Kiselev2003-12-191-7/+63
* #include <strings.h> replaced with #include <string.h>Andrey Kiselev2003-10-171-2/+2
* Added missing #include <strings.h>.Andrey Kiselev2003-08-121-1/+5
* Fixed PS comment emitted when FlateDecode is being used. Reported by TomAndrey Kiselev2003-08-081-2/+17
* Fixed bug in Ascii85EncodeBlock() function: array index was out of range.Andrey Kiselev2003-05-071-24/+25
* Add ability to generate PS Level 3. It basically allows one to use theAndrey Kiselev2003-04-291-34/+59
* Added library version reporting to all tools.Andrey Kiselev2003-03-121-1/+2
* The change below fixes a problem where "tiff2ps -1e" did not makeFrank Warmerdam2002-10-151-2/+2
* Fixed help formatting.Andrey Kiselev2002-10-101-3/+3
* *** empty log message ***Andrey Kiselev2002-10-071-5/+8
* tools/tiff2ps.c, man/tiff2ps.1: Applied patch form Sebastian Eken (thanks,Andrey Kiselev2002-10-071-19/+56
* bug80 - remove BeginData/EndData from PostScript outputFrank Warmerdam2002-09-081-1/+6
* Added workaround for some software that may crash when last stripAndrey Kiselev2002-06-221-2/+16