summaryrefslogtreecommitdiff
path: root/gs/base/gdevtsep.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-13Fix for broken tiff devices due to use of huge signed number in overflow testMichael Vrhel1-4/+8
2012-03-09Change compression of the tiffsep device composite output to match the separa...Marcos H. Woehrmann1-8/+10
2012-03-06Fix the checks in gdevtsep.c missed by commit e954dd4683c35dbd66de3e045d979eb...Marcos H. Woehrmann1-7/+7
2012-03-05Fix detection of TIFF file size overflow in tiffsep.Marcos H. Woehrmann1-1/+1
2012-02-16Output helpful debug warning when tif output would be too large.Robin Watts1-0/+3
2012-02-15Update garbage collection to cope with pdf14_compressed_color_list.Robin Watts1-0/+4
2011-11-16Save ICC profile in TIFF and PNG device output.Michael Vrhel1-0/+6
2011-11-10Squash warnings in MSVC build.Robin Watts1-1/+1
2011-11-10More work on bug 690538: introduce macros for color rounding.Robin Watts1-2/+3
2011-09-23Fix for Bug 692339Michael Vrhel1-5/+19
2011-08-12Bug 690054: fix a bunch of warnings in base/Chris Liddell1-3/+8
2011-08-10Bug 692367: add gs_memory_t arg to finalize methodChris Liddell1-2/+2
2011-07-23Fix for bug 692204. This forces DeviceGray to K only for CMYK devices.Michael Vrhel1-1/+1
2011-07-06Bug 692318: Ensure that compiler flags are used for the "aux" files.Chris Liddell1-1/+6
2011-05-15Change in device ICC profile handlingMichael Vrhel1-1/+1
2011-04-20New tiffscaled8 and tiffscaled24 devices.Robin Watts1-2/+137
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-5/+1
2011-03-23This commit fixes several issues.Michael Vrhel1-0/+3
2011-03-14Fix Bug 692064. Tiffscaled device was checking on page print time that theRobin Watts1-3/+0
2010-10-27Add new version of tiffscaled device, that supports -dMinFeatureSize=2.Robin Watts1-8/+19
2010-10-26Add Rays MinFeatureSize magic. Ray had originally integrated this into theRobin Watts1-2/+2
2010-10-13Add new tiffscaled device. This renders internally as tiffgray, but thenRobin Watts1-650/+704
2010-05-04As part of the work for bug 691207 (remove global variables) we introduceRobin Watts1-7/+8
2010-04-08Move io_device_table from being a global static in gsiodev.c intoRobin Watts1-9/+9
2010-03-15Write TIFF directories before the page data. This might help bug #691172 andLars Uebernickel1-0/+7
2010-03-05Open tiffsep and tiffsep1 output files as seekable.Lars Uebernickel1-5/+5
2010-02-23Simplify sed script that extracts libTiff version number for compatibilityAlex Cherepanov1-0/+1
2010-02-04Changed MaxStripSize for TIFF devices to default to 8 KB.Lars Uebernickel1-19/+52
2009-11-29Fix to correct mask offsets (bit order) for big_endian as well as sharing thisRay Johnston1-43/+18
2009-11-22Added a -sCompression parameter to all TIFF devices.Lars Uebernickel1-17/+52
2009-11-20Fix segfaults in tiffsep and tiffsep1 -- After TIFFCleanup, need to set the tiffRay Johnston1-11/+23
2009-11-17Use TIFFCleanup instead of TIFFClose in all tiff devices, as the fd is alreadyLars Uebernickel1-4/+4
2009-11-11Changed all tiff devices to use libtiff.Lars Uebernickel1-205/+123
2009-11-05This is the initial commit of the 'tiffsep1' device code that emitsRay Johnston1-46/+635
2009-06-14Fix for access violation that can occur when processing PS files with spot co...Michael Vrhel1-1/+1
2009-05-02Supprt -dBigEndian=[true | false] so that the TIFF can be optimized for aRay Johnston1-32/+67
2009-01-27Fix for confusions relating to number of color, separations, spotcolors, and ...Michael Vrhel1-2/+9
2008-08-29Split the source tree into two new directories.Ralph Giles1-0/+1098