summaryrefslogtreecommitdiff
path: root/gs/base/gdevtsep.c
Commit message (Expand)AuthorAgeFilesLines
* Move output devices to their own directory.Chris Liddell2013-03-061-2590/+0
* Bug 693541: Fix 'undefined filename' errorRobin Watts2013-01-171-1/+6
* Bug 693450: Add platform-dependent validation for file name characters.Alex Cherepanov2012-11-271-10/+4
* Fix tiffsep and introduce tiffscaled4 device.Robin Watts2012-11-011-43/+265
* Enable default spot name usage when output profile is NCLRMichael Vrhel2012-10-241-1/+2
* White space and warning fixes for bigtiff commit.Chris Liddell2012-10-021-2/+2
* Provide bigtiff output option.Chris Liddell2012-10-021-6/+19
* Support for the use of N-CLR ICC output profiles extended to the tiffsep device.Michael Vrhel2012-09-211-7/+58
* Introduce GS_THREADSAFE define and modify printing calls.Robin Watts2012-09-181-15/+15
* Update documentation for tiffsep planar deviceMichael Vrhel2012-08-021-0/+1
* Add -dMaxSpots for tiffsep and psd devices.Robin Watts2012-08-021-6/+32
* Fix link warnings about bad memset in gdevtsep.cRobin Watts2012-07-311-2/+1
* Fix bug 693220. The pdf14 device used compressed encoding in clist mode.Ray Johnston2012-07-261-136/+132
* Add 3:2 and 3:4 downscaling to tiffsep/psd/downscaler.Robin Watts2012-06-181-3/+3
* Update copyright "headers".Chris Liddell2012-06-131-7/+9
* Add 16bpp support to downscaler.Robin Watts2012-05-281-1/+1
* Update psdcmyk and psdrgb to use the downscaler.Robin Watts2012-05-231-1/+2
* Add downscaler functionality to tiffsep.Robin Watts2012-05-221-55/+130
* Fix for issues in use of /SeparationOrder and /SeparationColorNamesMichael Vrhel2012-05-051-170/+147
* Bug 692459: stop tiffsep(1) overwriting pages already writtenChris Liddell2012-04-301-77/+189
* * Change of the tiffsep and psdcmyk device to planar devices.Robin Watts2012-04-291-14/+178
* Fix for broken tiff devices due to use of huge signed number in overflow testMichael Vrhel2012-03-131-4/+8
* Change compression of the tiffsep device composite output to match the separa...Marcos H. Woehrmann2012-03-091-8/+10
* Fix the checks in gdevtsep.c missed by commit e954dd4683c35dbd66de3e045d979eb...Marcos H. Woehrmann2012-03-061-7/+7
* Fix detection of TIFF file size overflow in tiffsep.Marcos H. Woehrmann2012-03-051-1/+1
* Output helpful debug warning when tif output would be too large.Robin Watts2012-02-161-0/+3
* Update garbage collection to cope with pdf14_compressed_color_list.Robin Watts2012-02-151-0/+4
* Save ICC profile in TIFF and PNG device output.Michael Vrhel2011-11-161-0/+6
* Squash warnings in MSVC build.Robin Watts2011-11-101-1/+1
* More work on bug 690538: introduce macros for color rounding.Robin Watts2011-11-101-2/+3
* Fix for Bug 692339Michael Vrhel2011-09-231-5/+19
* Bug 690054: fix a bunch of warnings in base/Chris Liddell2011-08-121-3/+8
* Bug 692367: add gs_memory_t arg to finalize methodChris Liddell2011-08-101-2/+2
* Fix for bug 692204. This forces DeviceGray to K only for CMYK devices.Michael Vrhel2011-07-231-1/+1
* Bug 692318: Ensure that compiler flags are used for the "aux" files.Chris Liddell2011-07-061-1/+6
* Change in device ICC profile handlingMichael Vrhel2011-05-151-1/+1
* New tiffscaled8 and tiffscaled24 devices.Robin Watts2011-04-201-2/+137
* Indent with spaces and strip trailing whitespace.Tor Andersson2011-04-191-5/+1
* This commit fixes several issues.Michael Vrhel2011-03-231-0/+3
* Fix Bug 692064. Tiffscaled device was checking on page print time that theRobin Watts2011-03-141-3/+0
* Add new version of tiffscaled device, that supports -dMinFeatureSize=2.Robin Watts2010-10-271-8/+19
* Add Rays MinFeatureSize magic. Ray had originally integrated this into theRobin Watts2010-10-261-2/+2
* Add new tiffscaled device. This renders internally as tiffgray, but thenRobin Watts2010-10-131-650/+704
* As part of the work for bug 691207 (remove global variables) we introduceRobin Watts2010-05-041-7/+8
* Move io_device_table from being a global static in gsiodev.c intoRobin Watts2010-04-081-9/+9
* Write TIFF directories before the page data. This might help bug #691172 andLars Uebernickel2010-03-151-0/+7
* Open tiffsep and tiffsep1 output files as seekable.Lars Uebernickel2010-03-051-5/+5
* Simplify sed script that extracts libTiff version number for compatibilityAlex Cherepanov2010-02-231-0/+1
* Changed MaxStripSize for TIFF devices to default to 8 KB.Lars Uebernickel2010-02-041-19/+52
* Fix to correct mask offsets (bit order) for big_endian as well as sharing thisRay Johnston2009-11-291-43/+18