summaryrefslogtreecommitdiff
path: root/base/gxcmap.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* Fix compiler warnings in base/Chris Liddell2023-01-041-7/+7
* Bug 705965 No color management for All colorantMichael Vrhel2022-10-101-1/+1
* Bug 705703 psdcmyktags deviceMichael Vrhel2022-09-151-0/+21
* Bug 705175 Index sep color space with /None entryMichael Vrhel2022-04-231-3/+22
* LGTM fixes: Empty block without comment.Robin Watts2021-09-211-0/+2
* Add sane 'default' gray encode/decode_color implementations.Robin Watts2021-07-011-0/+20
* Fix SEGV seen in alldevs test with tiff64nc device.Robin Watts2021-06-281-0/+18
* Rename some encode/decode color functions to be clearer.Robin Watts2021-06-231-4/+4
* Move pXm devices to use encode/decode_color.Robin Watts2021-06-211-0/+30
* Remove map_color_rgb_alpha.Robin Watts2021-06-181-10/+0
* Strip out map_rgb_alpha_color.Robin Watts2021-06-181-12/+0
* Remove gx_remap_concrete_rgb_alpha and the implementations thereof.Robin Watts2021-06-181-105/+0
* Fix to ensure extra colorants are clearedMichael Vrhel2021-06-161-1/+1
* Change get_color_mapping_procs device procedure.Robin Watts2021-06-161-51/+60
* Expand and alter support for NCLR ICC profile and color namesMichael Vrhel2021-05-281-8/+19
* Rename opmode to opmsupported, and tweak operation.Robin Watts2021-05-141-29/+6
* Add object type specific device halftones to the graphics state.Ray Johnston2021-05-031-17/+45
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Bug 702891 and Bug 700593 Fix pdf14 device color procsMichael Vrhel2020-10-161-1/+3
* lgtm.com fixes: Fix cases where comparisons are constant.Robin Watts2020-05-151-1/+5
* Remove "magic numbers" from profile type selectionMichael Vrhel2020-05-111-2/+3
* lgtm.com fixes: Fix comparison of narrow loop var with wider limit.Robin Watts2020-05-081-3/+3
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Remove pgs->alphaMichael Vrhel2020-04-011-26/+7
* Squashed commit fill-stroke3 branchMichael Vrhel2020-01-111-3/+0
* Disable use of alternate tint transform ICC profileMichael Vrhel2019-08-201-2/+13
* Ensure that separation CMYK source colors managedMichael Vrhel2019-06-071-121/+154
* Separation - change ink name to be a C string instead of name indexKen Sharp2019-05-081-5/+2
* DeviceN - change ink names to be C strings instead of name indicesKen Sharp2019-05-081-3/+3
* Use deviceN attributes process color color spaceMichael Vrhel2019-05-061-14/+45
* Have CMYK colors in DeviceN color spaces color managed when going to CMYK dev...Michael Vrhel2019-04-281-4/+7
* Fix several warnings and issues from last commit.Michael Vrhel2019-04-241-1/+1
* Add support for named color when going to separation devicen_icc_cmykMichael Vrhel2019-04-231-3/+24
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Bug 700278: Fix inverted colors in jpegcmyk output.Robin Watts2018-11-271-1/+2
* Remove duplicate comment.Ray Johnston2018-10-311-2/+0
* Update transform_pixel_region with "direct 1:1" methods for memory devs.Robin Watts2018-10-181-1/+4
* Add "transform_pixel_region" device function.Robin Watts2018-10-181-11/+10
* Further simplification to image_render_icc_... functions.Robin Watts2018-04-201-0/+229
* Make ICC profile management thread safe.Ray Johnston2018-03-281-1/+1
* Address more scanbuild/gcc/clang warningsKen Sharp2018-02-061-0/+5
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Device method repair - use accessors throughoutKen Sharp2017-11-161-6/+1
* Avoid clearing cm_comps arrays in cmap functions.Robin Watts2017-11-011-22/+0
* Tweak map_XXXX_subclass functions.Robin Watts2017-11-011-22/+28
* Pass device_profile into color concretizing functions.Robin Watts2017-11-011-22/+27
* Tweak cmap functions for speed.Robin Watts2017-11-011-133/+181
* clang warning in color mapping codeChris Liddell2017-08-311-1/+1
* Add error checking for gs_colorspace_set_icc_equivalent()Chris Liddell2017-06-301-6/+10