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/jpgicc/jpgicc.c
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/jpgicc/jpgicc.c')
-rw-r--r--utils/jpgicc/jpgicc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/jpgicc/jpgicc.c b/utils/jpgicc/jpgicc.c
index 21b13f7..2caf1b3 100644
--- a/utils/jpgicc/jpgicc.c
+++ b/utils/jpgicc/jpgicc.c
@@ -1250,7 +1250,7 @@ void HandleSwitches(int argc, char *argv[])
int main(int argc, char* argv[])
{
- fprintf(stderr, "Little CMS ICC profile applier for JPEG - v3.3 [LittleCMS %2.2f]\n\n", LCMS_VERSION / 1000.0);
+ fprintf(stderr, "Little CMS ICC profile applier for JPEG - v3.4 [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);