summaryrefslogtreecommitdiff
path: root/devices/gdevtsep.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Coverity: 379420/379422/379423/379424 Remove unnecessary NULL ptr checkChris Liddell2022-08-091-16/+12
* oss-fuzz 49852: Improve closure of tiffsep devices under error conditions.Chris Liddell2022-08-081-39/+43
* Coverity 379420/379421/379422: Check for non-null pointer before usingChris Liddell2022-07-281-6/+8
* oss-fuzz 49528: Free tiff context and related data correctlyChris Liddell2022-07-271-17/+41
* OSS-fuzz #49174 - memory leak in tiffsep/tiffsep1Ken Sharp2022-07-181-34/+22
* Update libtiff to 4.3.0Chris Liddell2022-05-111-2/+2
* Coverity 376618: Squash warning about identical cases of if.Robin Watts2022-03-081-4/+5
* Update plan devices to use the downscaler, plus various fixes.Robin Watts2022-03-071-40/+6
* Overprint simulation and OutputIntent interactionMichael Vrhel2022-03-021-2/+0
* Move devices from gs_sprintf to gs_snprintf.Robin Watts2022-02-161-7/+7
* tiffsep - add sep number to filename if sep name matches a process inkKen Sharp2021-10-111-4/+24
* Change the update_spot_equivalent_colors device methodKen Sharp2021-09-211-2/+2
* Fix SEGV seen with tiffsep1 running j9_acrobat.pclRay Johnston2021-08-261-0/+1
* Bug697978: Replace tiffsep1 to support object type specific halftoning.Ray Johnston2021-08-221-352/+174
* Move BMP/JPG/PNG/tiffscaled devices towards encode/decode_color.Robin Watts2021-07-011-18/+10
* Remove "unread" param from get_bits_rectangle.Robin Watts2021-07-011-1/+1
* Change get_color_mapping_procs device procedure.Robin Watts2021-06-161-5/+15
* Expand and alter support for NCLR ICC profile and color namesMichael Vrhel2021-05-281-45/+28
* Add object type specific device halftones to the graphics state.Ray Johnston2021-05-031-3/+3
* Split initialize device proc into two.Robin Watts2021-04-261-94/+45
* Further rationalisation of device init.Robin Watts2021-04-201-44/+32
* Move devices away from static init of procs.Robin Watts2021-04-201-133/+192
* Rename finish_copydevice to initialize, and remove second param.Robin Watts2021-04-201-1/+1
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Add CMYK equivalent colorants for Separation Spot colors to tiffsep device.Ray Johnston2021-01-071-1/+7
* Defeat ICC component validation for nullpage deviceChris Liddell2020-07-291-1/+2
* Rework downscaler initialisation.Robin Watts2020-06-031-32/+14
* Fix memory leaks in tiffsep.Robin Watts2020-06-011-5/+3
* Remove "magic numbers" from profile type selectionMichael Vrhel2020-05-111-6/+6
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Enable CAL for gxicolor halftoning.Robin Watts2020-02-201-1/+1
* Bug 702018: Fix CAL build crash in tiffsep1.Robin Watts2020-01-061-35/+29
* Further refinement for Bug 701880. Make tiffsep better match pbmrawRay Johnston2020-01-051-7/+17
* Use CAL halftoning in tiffsep1 post processing.Robin Watts2020-01-031-3/+87
* Bug 701880: tiffsep1 threshold_from_order caused dots in full white.Ray Johnston2019-12-271-124/+19
* Fix devices that ignore return codes from gdev_prn get_bits & copy_scan_linesRay Johnston2019-11-131-0/+3
* Tiffsep and Tiffsep1 - abort on multi-page input wtithout %d OutputFileKen Sharp2019-11-011-0/+2
* Fix bug 699457: Parameter range checking wrong (would not spot bad values).Ray Johnston2019-10-161-1/+1
* tiffsep(1): Cope with .tiff ending as well as .tifChris Liddell2019-09-241-7/+27
* Fix tiffsep(1) interaction with file permissions listsChris Liddell2019-09-241-7/+7
* Fix tiffsep and tiffsep1 with new file access control and SAFER modeRay Johnston2019-09-201-0/+18
* Fix various printer devices to properly call spec ops.Robin Watts2019-09-121-2/+2
* Bug 701323: Skip oversize TIFF checks in BigTIFF mode.Robin Watts2019-07-171-4/+4
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-291-15/+15
* tiffsep devices - add TIFFDateTime to get_paramsKen Sharp2019-04-011-0/+2
* Tiff devices - Honour the TIFFDateTime parameterKen Sharp2019-04-011-0/+7
* Fix tiffsep_cmyk_cs_to_cm in tiffsep deviceMichael Vrhel2019-03-251-1/+5
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Fix rendering issue on tiffscaled devicesMichael Vrhel2018-06-291-5/+60