summaryrefslogtreecommitdiff
path: root/gpdl
Commit message (Expand)AuthorAgeFilesLines
* Coverity 384816: Remove logically dead code in tifftop.cRobin Watts2023-05-101-2/+0
* gpdl: Support Multipage TIFFs.Robin Watts2023-05-081-7/+24
* gpdl: Refactor tiff image decoding into subroutine.Robin Watts2023-05-081-483/+489
* GPDL Tiff: Fix alpha blending.ghostpdl-10.01.1-gse-10174Robin Watts2023-04-061-9/+32
* GPDL: Fix endian issues with 16bpc tiffs.Robin Watts2023-04-061-0/+28
* gpdl: tiff handler; fix leak.Robin Watts2023-04-051-3/+7
* Bug 706539: Fix crash seen when decoding 2 tiffs in a row.Robin Watts2023-04-051-0/+3
* GPDL Tiff: Rework alpha support for planar.Robin Watts2023-04-051-18/+108
* Update postal address in file headersChris Liddell2023-04-0412-33/+33
* Remove stray duplicated file.Robin Watts2023-02-281-715/+0
* Fix memory leak seen in apitest using gpdl.Robin Watts2023-02-221-4/+5
* Fix SEGV seen in overnights with oxford.tif.Robin Watts2023-02-091-1/+5
* Avoid warnings in GPDL with stream init.Robin Watts2023-02-061-3/+2
* Bug 706265 (Continued): Fix previous GPDL tiff decoder fix.Robin Watts2023-02-061-6/+8
* Bug 706270: Avoid palette access overrun in gpdl tiff handler.Robin Watts2023-01-101-1/+6
* Bug 706265: Guard against uint32_t overflows in GPDL Tiff handler.Robin Watts2023-01-101-12/+79
* Bug 706048: Detect overflow in gpdl png handling.Robin Watts2022-11-221-0/+7
* Fix leaking PNG data from gpdl.Robin Watts2022-11-221-0/+9
* Fix buffer handling in ASCII code in txt handling.Robin Watts2022-10-211-2/+1
* Add text file interpreter for gpdl.Robin Watts2022-10-212-0/+855
* Bug 705931: Avoid double encoding filenames with gs under gpdl.Robin Watts2022-10-041-0/+7
* Update GPDL SO target.Robin Watts2022-09-271-2/+9
* Add gpdl support for SmartOffice integration.Robin Watts2022-09-191-1/+14
* Bug 705075: gpdl - Avoid unintended side effect of -dNODISPLAYChris Liddell2022-03-171-1/+1
* gpdl: Fix overrun while looking for UEL in various gpdl interpreters.Robin Watts2022-01-197-13/+13
* Add pdfi to gpdlChris Liddell2021-12-071-0/+1
* Fix for setting of PageSpotColors Bug 704660Michael Vrhel2021-11-051-0/+25
* Remove redundant entries from pl_interp_characteristics_tChris Liddell2021-08-259-31/+0
* Commit pdfi to master.Robin Watts2021-08-122-0/+1573
* Add -dRESETRESOURCES option for gpdl.Robin Watts2021-08-107-7/+14
* Update copyright to 2021Chris Liddell2021-03-1510-10/+10
* Remove Luratech integration code/makefilesChris Liddell2021-02-222-209/+0
* Bug 703336: Fix GPL crash with jpg input on 64bit windows.Robin Watts2021-01-142-8/+60
* Fix GhostPDL TIFF reader to be able to handle tiff32nc output.Ray Johnston2021-01-121-0/+2
* Change order of compiler options for third party libsChris Liddell2020-10-061-1/+4
* gsapi_set_param improvements.Robin Watts2020-08-031-4/+2
* Extend gpdl to cope with being fed PDFs via run_string.Robin Watts2020-07-071-1/+59
* Remove unused remnants from gpdl/pngtop.cRobin Watts2020-06-251-61/+0
* GPDL: Remove "min_input_size" from pl_interp_characteristics_tRobin Watts2020-06-257-14/+7
* lgtm.com fixes: gpdl tweaks.Robin Watts2020-05-104-16/+10
* Update copyright to 2020Chris Liddell2020-04-1010-10/+10
* Fix shared libtiff and libjpeg buildChris Liddell2020-03-312-6/+12
* jbig2dec: Pass segment numbers as unsigned values to error callback.Sebastian Rasmussen2020-03-201-1/+1
* Squash some unused variable warnings.Robin Watts2020-02-241-1/+0
* Alternative fix for leaks after error in gs_main_init_with_args01()Robin Watts2020-02-141-0/+1
* Fixed segv after alloc failure in ps_impl_allocate_interp_instance() (found b...Julian Smith2020-02-101-1/+3
* gpdl: Update j2k reading code to spot modified header.Robin Watts2020-01-281-4/+2
* Support for YCbCr, LogL, LOGLUV and paletted TIFFs.Robin Watts2019-12-121-26/+217
* Further fixes for GPDL TIFF.Robin Watts2019-12-122-23/+131
* Fixes for GPDL TIFF support.Robin Watts2019-12-121-21/+54