summaryrefslogtreecommitdiff
path: root/pdf/pdf_colour.c
Commit message (Expand)AuthorAgeFilesLines
* Graphics library - cleanup properly on failure to push pdf14 deviceKen Sharp2023-05-031-1/+0
* GhostPDF - prevent buffer overrun when evaluating functionsKen Sharp2023-04-061-0/+10
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* GhostPDF + pdfwrite - emit an Alternate for some ICCBased spaces.Ken Sharp2023-02-281-4/+339
* GhostPDF - clear stack after colour operations inside type 3 'd1'Ken Sharp2022-12-211-0/+42
* GhostPDF log error when ICCBased /N value does not match profileKen Sharp2022-12-161-8/+2
* GhostPDF - more 'emulate the old interpreter' warningsKen Sharp2022-12-121-4/+12
* GhostPDF - initialise a block of memoryKen Sharp2022-11-251-0/+1
* GhostPDF - cgeck base space for Indexed colour spacesKen Sharp2022-11-221-2/+6
* GhostPDF - check for self-referencing named ColorSpacesKen Sharp2022-11-161-0/+6
* GhostPDF - detect failed ICC colour spacesKen Sharp2022-10-201-0/+5
* GhostPDL + GS - do not make PS colour spaces into PDF onesKen Sharp2022-10-131-6/+43
* GhostPDF - performance optimisation for pdfi_stream_to_bufferKen Sharp2022-09-191-1/+3
* GhostPDF - Only get the required number of Range values for a ColorSpaceKen Sharp2022-08-301-1/+1
* GhostPDF - Fix memory with typecheck on /Separation Alternate spaceKen Sharp2022-07-291-0/+1
* GhostPDF - fix memory leak with device spaces used as Default*Ken Sharp2022-07-261-0/+3
* GhostPDF - don't reuse stack referencesKen Sharp2022-06-221-10/+30
* PDFI: Use helper functions for converting pdf_obj -> numsRobin Watts2022-05-051-136/+36
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-142/+174
* GhostPDF - fix OSS-fuzz #46252Ken Sharp2022-04-021-0/+4
* OSS-fuzz #45508 - fix error path reference countingKen Sharp2022-03-131-0/+1
* OSS-fuzz 45320 - illegal colour in CharProc before d0/d1Ken Sharp2022-03-071-4/+4
* Add gsicc_cache.h to includes...Chris Liddell2022-03-031-0/+3
* Eliminate pdf_overprint_control_t in favour of gs_overprint_control_tChris Liddell2022-03-031-1/+1
* Overprint simulation and OutputIntent interactionMichael Vrhel2022-03-021-20/+35
* Coverity IDs 374941, 375552, 375572 (redux)Ken Sharp2022-02-181-4/+5
* OSS-fuzz #44781 - Don't try to set colour space name if creation failsKen Sharp2022-02-181-4/+6
* Coverity IDs 374941, 375491, 375506, 375529, 375552, 375572Ken Sharp2022-02-171-7/+16
* pdfi: add option to not replace existing entries in dictionariesChris Liddell2022-02-161-2/+2
* Coverity ID #375143 - remove superfluous checkKen Sharp2022-02-141-1/+1
* GhostPDF - Complete the ICC cache performance fixKen Sharp2022-02-111-20/+15
* GhostPDF - Use the ICC cache for ICCBased spacesKen Sharp2022-02-111-0/+28
* oss-fuzz 44018: More Type 1 pattern cleanup on error.Chris Liddell2022-01-251-0/+1
* Don't countdown a non-existent patternChris Liddell2022-01-241-5/+6
* Cleanup local pattern reference on errorChris Liddell2022-01-211-1/+1
* OSS-fuzz #43354 - Validate Default* colour spacesKen Sharp2022-01-101-1/+169
* OSS-fuzz #42973 - correct a countodownKen Sharp2022-01-081-3/+5
* OSS-fuzz #42460 - Ensure valid N parameter for ICCBased spcesKen Sharp2021-12-281-0/+4
* OSS-fuzz #43041 - Check dereferenced nameKen Sharp2021-12-281-0/+6
* OSS-fuzz #42698 - Error if no Vertices specified in PolyLineKen Sharp2021-12-201-5/+5
* OSS-fuzz #42453Ken Sharp2021-12-181-0/+6
* oss-fuzz 42370: Handle /Seperation space with no stream dictChris Liddell2021-12-161-2/+5
* Fix one memory leak with 0693548_09210_Book4_edit_final.pdfChris Liddell2021-12-021-4/+2
* GhostPDF - fix memory leak with colour spacesKen Sharp2021-11-231-3/+4
* Coverity IDs 372275, 373352 and 373353Ken Sharp2021-10-021-1/+2
* GhostPDF - Fix ICC profile caching with colour spacesKen Sharp2021-09-291-1/+3
* Ghostpdf - silence a couple of compiler warningsKen Sharp2021-09-241-1/+1
* GhostPDF - performance enhancement on colour spacesKen Sharp2021-09-231-2/+32
* GhostPDF - warn on use of /DeviceN /AllKen Sharp2021-08-311-1/+16
* Coverity IDs 372258, 372262, 372275, 372291, 372328Ken Sharp2021-08-141-8/+11