summaryrefslogtreecommitdiff
path: root/base/gsicc_manage.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* Fix uninitialised blackthresholdL and blackthresholdCChris Liddell2023-01-041-1/+3
* oss-fuzz 49803: Ensure we only free SMask ICC profiles once.Chris Liddell2022-08-081-0/+3
* Tweak ICC code to use memory pointers held within structures.Robin Watts2022-04-291-6/+10
* -dBlackVector=true/false option addedMichael Vrhel2022-04-071-0/+1
* Implement error recovery in gsicc_initialize_iccsmaskKen Sharp2022-04-061-9/+18
* Rejig gsicc_set_device_profile.Robin Watts2022-03-101-108/+130
* Move base files away from gs_sprintf to gs_snprintf.Robin Watts2022-02-161-4/+4
* oss-fuzz 42556 ICC cache clean-upMichael Vrhel2022-01-151-4/+8
* Change the update_spot_equivalent_colors device methodKen Sharp2021-09-211-1/+1
* Use gp_fclose not fclose in ICC debug codeMichael Vrhel2021-07-161-1/+1
* Expand and alter support for NCLR ICC profile and color namesMichael Vrhel2021-05-281-5/+12
* Change names from Graphics and Path to Vector, for consistencyRay Johnston2021-03-311-7/+7
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Bug 695925: Implement overprint simulation for all devicesMichael Vrhel2021-02-051-2/+3
* Replace -dSimulateOverprint boolean with multi-valued -dOverprintRay Johnston2021-02-011-1/+1
* Bug 702192 Map text to blackMichael Vrhel2020-10-121-0/+1
* Defeat ICC component validation for nullpage deviceChris Liddell2020-07-291-17/+21
* Remove "magic numbers" from profile type selectionMichael Vrhel2020-05-111-17/+17
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Bug 702151: Avoid truncating pointers in debug code.Robin Watts2020-03-171-3/+3
* Fixed Memento leak in gs_seticcdirectory().Julian Smith2020-03-031-1/+1
* Fixed segv on error in gsicc_set_iccsmaskprofile() (found by memento).Julian Smith2020-02-101-0/+4
* Fix leak on error in gsicc_profile_new() (detected by memento).Julian Smith2020-02-101-0/+1
* Memento: Remove MEMENTO_SQUEEZE_BUILD from the code.Robin Watts2020-02-061-12/+0
* Make -dUseFastColor occur even when source color space is ICC basedMichael Vrhel2020-01-151-0/+17
* Squashed commit fill-stroke3 branchMichael Vrhel2020-01-111-1/+1
* Use gp_fwrite instead of fwrite.Michael Vrhel2019-11-211-1/+1
* Bug 701296: Fix Interpolation in Indexed spaces with UseFastColorRobin Watts2019-07-181-0/+13
* Fix debug code to call gp_fopen correctly.Robin Watts2019-06-191-3/+4
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-291-1/+1
* DeviceN - change ink names to be C strings instead of name indicesKen Sharp2019-05-081-3/+3
* Use space in calls to gs_strtokMichael Vrhel2019-04-241-7/+7
* Bug 695046: icc profile not foundMichael Vrhel2019-01-281-2/+3
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Bug 700383: Add support for scRGBMichael Vrhel2018-12-181-5/+1
* Bug 699809: Avoid overrunning non terminated string buffer.Robin Watts2018-09-251-1/+1
* Bug 699722: Add the ICCProfilesDir to the PermitReading listChris Liddell2018-09-061-1/+1
* Bug 699623: ICC profile creation file permissions checkChris Liddell2018-08-231-6/+53
* Fix errors introduced in previous commitMichael Vrhel2018-06-271-9/+15
* Bug 699381 Add error checking for device icc profilesMichael Vrhel2018-06-221-0/+92
* Prevent SEGV in memento squeeze builds.Shailesh Mistry2018-04-031-0/+6
* Make ICC profile management thread safe.Ray Johnston2018-03-281-41/+51
* Bug 699104 make sure data_cs is populated when creating profilesMichael Vrhel2018-03-181-0/+14
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Compiler warning in base/gsicc_manage.cChris Liddell2018-01-291-1/+1
* Switch to lcms2 Artifex version for CMMMichael Vrhel2018-01-121-21/+31
* Introduce ColorAccuracy settingMichael Vrhel2017-12-281-2/+20
* Device method repair - use accessors throughoutKen Sharp2017-11-161-3/+3
* Repair the device API - device methods should never be NULLKen Sharp2017-11-161-0/+12