Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix black preservation on compound profile chains | Marti Maria | 2023-04-26 | 1 | -10/+23 |
| | | | | K preservation now works with abstract profiles in the middle and and CMYK devicelinks at the end of the transform chain | ||||
* | version bump | Marti Maria | 2023-02-16 | 1 | -1/+1 |
| | | | | | In preparation to 2.15 release candidate Updated copyright year as well | ||||
* | sanitize cmsBuildTabulatedToneCurveFloat against bad API usage | Marti Maria | 2023-01-03 | 1 | -1/+1 |
| | | | | | sanitize cmsBuildTabulatedToneCurveFloat against bad API usage Fix for #351 | ||||
* | Enforce checks of matrices on absolute intent | Marti Maria | 2022-12-01 | 1 | -4/+4 |
| | | | | Non-happy path should be honored. Check for divide by zero as well. | ||||
* | An old function was returning a wrong value | Marti Maria | 2022-08-31 | 1 | -1/+1 |
| | | | | | It makes no sense that cmsChannelsOf() returns 3 when colorspace is bugus. Added a new function that returns -1 instead. Will document that in 2.15. It is in the API now, but not in docs. | ||||
* | Check for duplicated tags | Marti Maria | 2022-07-26 | 1 | -1/+1 |
| | | | | If so, discard profile | ||||
* | update copyright notices | Marti Maria | 2022-01-29 | 1 | -1/+1 |
| | | | | Update copyrights to generate the release | ||||
* | Black preservation on multiprofile transforms | Marti Maria | 2020-12-12 | 1 | -14/+79 |
| | | | | Black preservation now works on multiprofile transforms that have CMYK->CMYK devicelinks at the end. This improves scenarios where black preservation AND ink-limiting needs to be used together. | ||||
* | Prepare 2.10 release (I) | Marti Maria | 2020-04-01 | 1 | -17/+4 |
| | | | | Some minor changes to prepeare 2.10 release | ||||
* | provide a way to avoid "register" storage class | Marti Maria | 2019-01-21 | 1 | -2/+2 |
| | | | | C++17 seems to require to travel back in time and modify C99 spec | ||||
* | Misc. typos | luz.paz | 2018-05-21 | 1 | -1/+1 |
| | | | Found via `codespell -q 3` | ||||
* | Get rid of warnings when compiling as C++ with -Wall | Marti Maria | 2017-08-02 | 1 | -6/+7 |
| | | | | | Thanks to Noel Carboni for suggesting & providing a proof that it could be done | ||||
* | Prepare for 2.9 release | Marti Maria | 2017-07-14 | 1 | -1/+1 |
| | | | | | Set copyright notices and version stamp, Still there are missing files, like documentation | ||||
* | Fix some typos (found by codespell) | Stefan Weil | 2016-05-11 | 1 | -3/+3 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Change copyright date | Marti | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | Added support for Argyll's ARTS tag | Marti | 2016-01-30 | 1 | -0/+1 |
| | |||||
* | Merge from private branch in preparation of 2.7 rc1 | Marti Maria | 2014-12-17 | 1 | -2/+20 |
| | |||||
* | Add sanity check on profile version. | Marti Maria | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | Merge from Artifex branchlcms2.6rc0 | Marti Maria | 2014-02-12 | 1 | -18/+88 |
| | |||||
* | Fix a double free on error recovering | Marti Maria | 2013-07-10 | 1 | -1/+3 |
| | |||||
* | Clean tabs & format after the GIT merge disaster | Marti Maria | 2013-05-13 | 1 | -43/+41 |
| | |||||
* | Memory squeezing fix: lcms2 cmsPipeline construction | Robin Watts | 2013-03-29 | 1 | -13/+21 |
| | | | | | | | | | | | When creating a new pipeline, lcms would often try to allocate a stage and pass it to cmsPipelineInsertStage without checking whether the allocation succeeded. cmsPipelineInsertStage would then assert (or crash) if it had not. The fix here is to change cmsPipelineInsertStage to check and return an error value. All calling code is then checked to test this return value and cope. | ||||
* | Memory squeezing: More LCMS2 fixes. | Robin Watts | 2013-03-29 | 1 | -2/+5 |
| | | | | | Fix some broken error code, add some checking where it was missing, and fix a potential leak. | ||||
* | Fix LCMS threading issue with plugin registration. | Robin Watts | 2013-02-15 | 1 | -2/+2 |
| | | | | | | | | | | When registering a plugin, allocations can be done. This can result in calls back to the user supplied malloc functions, which assume that a cmsContext will be supplied. In the current code there is no way to pass a cmsContext into the plugin registration. We therefore add a new function cmsPluginTHR that does take such a context. | ||||
* | Fixes from coverity check | Marti Maria | 2012-10-30 | 1 | -1/+1 |
| | |||||
* | lcms2-2.4 rc2 is here | Marti Maria | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | Trimmed files | Marti Maria | 2012-07-02 | 1 | -146/+146 |
| | |||||
* | Added Adobe Black point detection algorithm | Marti Maria | 2012-03-23 | 1 | -1/+1 |
| | |||||
* | Several bugfixing | Marti Maria | 2012-02-24 | 1 | -2/+2 |
| | |||||
* | Porting several changes upstream | Marti Maria | 2012-02-04 | 1 | -0/+4 |
| | |||||
* | Abs. colorimetric intent fixup | Marti Maria | 2011-08-23 | 1 | -22/+34 |
| | |||||
* | Removed some warnings, fixed CHAD generation on virtual RGB profiles | Marti Maria | 2011-08-08 | 1 | -3/+3 |
| | |||||
* | Fixed a bug in black preservation and sligtly non-monotonic curves | Marti Maria | 2011-04-21 | 1 | -9/+14 |
| | |||||
* | Added named color functionality | Marti Maria | 2011-04-12 | 1 | -2/+2 |
| | |||||
* | Syntax error fix | Marti Maria | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | 2.2 additions and some bugfixing | Marti Maria | 2011-04-05 | 1 | -2/+3 |
| | |||||
* | Fixed a bug in absolute colorimetrtic intent | Marti Maria | 2010-12-09 | 1 | -6/+6 |
| | |||||
* | Revert "Added trilinear interpolation" | Marti Maria | 2010-05-20 | 1 | -2/+2 |
| | | | | This reverts commit a752207905faf6ac8826bc529d6e9985d547b192. | ||||
* | Added trilinear interpolation | Marti Maria | 2010-05-19 | 1 | -2/+2 |
| | |||||
* | FC fixes | Marti Maria | 2010-04-30 | 1 | -1/+4 |
| | |||||
* | More checking for black preservation | Marti Maria | 2010-04-22 | 1 | -4/+19 |
| | |||||
* | Float attribute added to formatters | Marti Maria | 2010-04-22 | 1 | -2/+5 |
| | |||||
* | Visual Studio 2010 support | Marti Maria | 2010-04-20 | 1 | -1/+9 |
| | |||||
* | March-24, Additions to beta2 | Marti Maria | 2010-03-27 | 1 | -1/+1 |
| | |||||
* | Updates to beta2 | Marti Maria | 2010-03-22 | 1 | -1/+0 |
| | |||||
* | initial commit | Marti Maria | 2010-02-08 | 1 | -0/+1011 |