summaryrefslogtreecommitdiff
path: root/lib/colord/cd-transform.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: Fix return values from g_return_val_if_fail()Richard Hughes2021-01-121-1/+1
* trivial: Remove useless private gtk-doc headersRichard Hughes2017-07-191-30/+0
* trivial: Allow manually setting the thread count to 'automaticRichard Hughes2016-11-211-1/+0
* Fix possible division by zero if parsing /proc/cpuinfo failsRichard Hughes2016-11-091-0/+2
* Use G_DECLARE_DERIVABLE_TYPE in libcolordRichard Hughes2015-10-131-55/+78
* Port to g_autoptr()Richard Hughes2015-10-131-2/+2
* Bump the lcms2 dep to 2.6Richard Hughes2014-06-041-3/+0
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-041-3/+2
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-031-11/+7
* Correctly convert all of the image when using CdTransformRichard Hughes2014-04-051-4/+30
* libcolord: Do not invalidate the CdTransform if the CdIcc object does not changeRichard Hughes2014-04-031-0/+12
* Use the new cmsContext functionality in LCMS 2.6Richard Hughes2014-02-131-17/+19
* Use the threadsafe versions of the LCMS functionsRichard Hughes2013-11-141-13/+15
* Reset the LCMS log handlers to default after useRichard Hughes2013-11-141-0/+1
* libcolord: Register a log handler when using lcms2Richard Hughes2013-07-261-0/+14
* Set the number of threads used in cd_transform_process()Richard Hughes2013-05-141-5/+153
* Do not unconditionally enable BPC on the color transformRichard Hughes2013-05-131-1/+2
* trivial: Allow non-RGB profiles now we accept CD_PIXEL_FORMAT_CMYK32 as a pix...Richard Hughes2013-05-101-16/+0
* trivial: Correct the method names for getting and setting the CdTransform pro...Richard Hughes2013-05-101-74/+74
* Allow a different input and output format in CdTransformRichard Hughes2013-05-101-23/+77
* trivial: Correct the method naming on cd_transform_[g|s]et_rendering_intent()Richard Hughes2013-05-101-7/+7
* Add a simple CMYK32 pixel formatRichard Hughes2013-05-101-2/+1
* Add API to control the use of BPC in CdTransformRichard Hughes2013-05-101-2/+57
* Use the same pixel format names as Cairo and the same in-memory value as lcms2Richard Hughes2013-05-101-26/+4
* Add a ICC transform object for simple RGB conversionsRichard Hughes2013-04-291-0/+675