summaryrefslogtreecommitdiff
path: root/devices/gdevpdfimg.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Bug #705035 "PCLm mode neds 8-bit Grayscale mode"Ken Sharp2022-03-141-2/+41
* Update plan devices to use the downscaler, plus various fixes.Robin Watts2022-03-071-76/+12
* Remove stray param_signal_error call from gdevpdfimg.cRobin Watts2022-03-031-3/+0
* Coverity 376143: Fix incorrect buffer size passed to gs_snprintf.Robin Watts2022-02-171-2/+2
* Move devices from gs_sprintf to gs_snprintf.Robin Watts2022-02-161-8/+8
* Squash a 'no previous prototype' warning.Robin Watts2021-10-271-1/+1
* Duplex/Tumble/Tumble2 support for PCLm.Robin Watts2021-08-111-11/+65
* Fix subclass initialisation problems with pclm and pdfimage.Robin Watts2021-08-091-2/+4
* Fix PCLm device file error.Robin Watts2021-08-061-1/+1
* Bug 704160: Fix pdfimage devices to not need seekable stream.Robin Watts2021-08-061-15/+15
* Bug 704160: Fix pclm device to not need seekable stream.Robin Watts2021-08-061-2/+2
* Move more devices towards encode/decode_color.Robin Watts2021-07-011-18/+2
* Fix decode_color for gdev_prn_initialize_device_procs_cmyk1.Robin Watts2021-07-011-6/+0
* Split initialize device proc into two.Robin Watts2021-04-261-36/+16
* Further rationalisation of device init.Robin Watts2021-04-201-16/+28
* Move devices away from static init of procs.Robin Watts2021-04-201-27/+69
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* "Address" subscript -1 is outside array bounds warningChris Liddell2020-10-061-5/+3
* pdfimage devices - fix %Invocation and add /Info dictionaryKen Sharp2020-10-011-11/+21
* More version number fixesKen Sharp2020-08-211-4/+5
* Rework downscaler initialisation.Robin Watts2020-06-031-42/+42
* Tesseract based OCR devices.Robin Watts2020-06-031-71/+79
* Remove "magic numbers" from profile type selectionMichael Vrhel2020-05-111-2/+2
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Fix devices that ignore return codes from gdev_prn get_bits & copy_scan_linesRay Johnston2019-11-131-2/+16
* pdfimg: Avoid ID's varying by filename in CLUSTER builds.Robin Watts2019-10-311-0/+7
* Nobble various uses of "time" in the code in CLUSTER builds.Robin Watts2019-10-311-0/+7
* Squash some compiler warnings.Robin Watts2019-08-161-2/+3
* pdfwrite/ps2write/pdfimage - record args usedKen Sharp2019-08-151-0/+45
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-291-21/+21
* Make pdfwrite fileID calculations consistent on cluster.Robin Watts2019-04-301-1/+6
* Bug 700564: Tweak to fix shared libjpegChris Liddell2019-02-121-1/+0
* Add copyright notice to source fileChris Liddell2019-02-041-0/+15
* Coverity ID 26487 - remove duplicate branchKen Sharp2018-03-201-7/+2
* pdfimage devices - fix up some minor problemsKen Sharp2018-03-151-23/+5
* Squash some more warningsKen Sharp2018-01-311-0/+3
* pdfimage - eliminate a compiler warningKen Sharp2017-12-191-1/+1
* pdfimage - support the '%d' output format specifierKen Sharp2017-12-181-216/+206
* pdfimage - change the way files are closedKen Sharp2017-12-181-8/+4
* PCLm fixesKen Sharp2017-12-151-12/+6
* pdfimage devices - remove UUID codeKen Sharp2017-12-151-62/+0
* Make pdfimage devices work on LinuxKen Sharp2017-12-151-64/+5
* Fix compiler warnings after pdfimage device commitKen Sharp2017-12-141-37/+18
* New devices - pdfimage and PCLmKen Sharp2017-12-141-0/+1785