Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <mmaria@abindustries.com>2022-03-24 17:43:16 +0300
committerMarti Maria <mmaria@abindustries.com>2022-03-24 17:43:16 +0300
commit9e97cac287f69bf71e35602dbfc372335679f9fa (patch)
tree980515ea1dba209f138899287204beabecb7f4b1 /utils/tificc
parent784a047c7e448e3e2bce058a5f41616e561b25d3 (diff)
Fix black point compensation issue on unbounded capable profiles
Some profiles on unbounded mode can return L* negative, this was affecting black point compensation algorithm. Also, added dynamic version reporting as fixing the described bug uncovered an issue with *.so version reporting
Diffstat (limited to 'utils/tificc')
-rw-r--r--utils/tificc/tificc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tificc/tificc.c b/utils/tificc/tificc.c
index 56a9df9..efbdd1b 100644
--- a/utils/tificc/tificc.c
+++ b/utils/tificc/tificc.c
@@ -1186,7 +1186,7 @@ int main(int argc, char* argv[])
TIFF *in, *out;
- fprintf(stderr, "Little CMS ICC profile applier for TIFF - v7.0 [LittleCMS %2.2f]\n\n", LCMS_VERSION / 1000.0);
+ fprintf(stderr, "Little CMS ICC profile applier for TIFF - v7.1 [LittleCMS %2.2f]\n\n", cmsGetEncodedCMMversion() / 1000.0);
fprintf(stderr, "Copyright (c) 1998-2022 Marti Maria Saguer. See COPYING file for details.\n");
fflush(stderr);