From 4878faf973e534f006564099a193848547e7b81d43a253e36fd0209e7b3fe2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Fri, 31 Jan 2014 22:32:07 +0000 Subject: [PATCH] Accepting request 220491 from home:fcrozat:branches:multimedia:color_management - Release 1.6.3: + Added ProPhoto.icm and ProPhotoLin.icm to ref profiles. + Fix bug in xicclu -py conversion. + Added code to minimize ICC rounding error on matrix profile white point accuracy. Re-generated all reference profiles with this change. + Changed i1d3 driver to completely ignore any EEPROM checksum errors for non "A-01" rev. instruments. + Made transplot handle RGB->RGB device link. + Removed colprof -y option. Use "profcheck -v2" instead, as it is more developed. + Fixed bug in dispcal - it was not using the final measurement pass to update the calibration curves. + Fixed bug in spotread, dispcal & dispread for CCSS capable instruments where refresh display types was being ignored if a custom observer was used, and/or the custom observer as being ignored, and/or a CCMX was being ignored. + Renamed verify to colverify to avoid clash with MSWin program of the same name. Made it print the patch location for -v2 if it is present in the file. + Changed targen to ensure that -V and -p options effects are reflected in the resulting expected CIE values of the .ti1 file. + Changed targen so that -V parameter also affects single channel, grey wedge, grid & body centered grid point distribution. + Changed colprof to deal with variable grid distribution in a more neuanced way, to reduce overshoot artifacts when the -V parameter is used. + Changed colprof to used a power_like function for the grid OBS-URL: https://build.opensuse.org/request/show/220491 OBS-URL: https://build.opensuse.org/package/show/multimedia:color_management/argyllcms?expand=0&rev=24 --- Argyll_V1.6.2_src.zip | 3 --- Argyll_V1.6.3_src.zip | 3 +++ argyllcms.changes | 47 +++++++++++++++++++++++++++++++++++++++++++ argyllcms.spec | 4 ++-- 4 files changed, 52 insertions(+), 5 deletions(-) delete mode 100644 Argyll_V1.6.2_src.zip create mode 100644 Argyll_V1.6.3_src.zip diff --git a/Argyll_V1.6.2_src.zip b/Argyll_V1.6.2_src.zip deleted file mode 100644 index aa2fd17..0000000 --- a/Argyll_V1.6.2_src.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c21591d5615a584df438ecbfe7858fde571f6066e56da436c541d08ca899ac9f -size 10291838 diff --git a/Argyll_V1.6.3_src.zip b/Argyll_V1.6.3_src.zip new file mode 100644 index 0000000..7034881 --- /dev/null +++ b/Argyll_V1.6.3_src.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188beaa03dd2459403415023f8f8f9aab362bf3062a9822b3622dde6902e4b84 +size 10338488 diff --git a/argyllcms.changes b/argyllcms.changes index 9c0305c..a45375f 100644 --- a/argyllcms.changes +++ b/argyllcms.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Fri Jan 31 14:35:20 UTC 2014 - fcrozat@suse.com + +- Release 1.6.3: + + Added ProPhoto.icm and ProPhotoLin.icm to ref profiles. + + Fix bug in xicclu -py conversion. + + Added code to minimize ICC rounding error on matrix profile + white point accuracy. Re-generated all reference profiles with + this change. + + Changed i1d3 driver to completely ignore any EEPROM checksum + errors for non "A-01" rev. instruments. + + Made transplot handle RGB->RGB device link. + + Removed colprof -y option. Use "profcheck -v2" instead, as it + is more developed. + + Fixed bug in dispcal - it was not using the final measurement + pass to update the calibration curves. + + Fixed bug in spotread, dispcal & dispread for CCSS capable + instruments where refresh display types was being ignored if a + custom observer was used, and/or the custom observer as being + ignored, and/or a CCMX was being ignored. + + Renamed verify to colverify to avoid clash with MSWin program + of the same name. Made it print the patch location for -v2 if + it is present in the file. + + Changed targen to ensure that -V and -p options effects are + reflected in the resulting expected CIE values of the .ti1 + file. + + Changed targen so that -V parameter also affects single + channel, grey wedge, grid & body centered grid point + distribution. + + Changed colprof to deal with variable grid distribution in a + more neuanced way, to reduce overshoot artifacts when the -V + parameter is used. + + Changed colprof to used a power_like function for the grid + distribution shape from the -V parameter, so as to avoid issues + with a power curve infinte slope near zero. + + Changed colprof to used a scaled down value of the targen -V + parameter as the default for its -V parameter. + + Added a special case to collink for RGB video input encoding to + (attempt) to fine tune the black point to compensate for it + (probably) not falling on a cLUT grid point. & out encoding. + + Tweaked dispcal to try and improve accuracy of black point + calibration. + + Switch dispread to use NoClamp readings, so that average black + point value is not biased. + + Fixed bug introduced into 1.6.2 oeminst that prevents .ccss + files being installed. + ------------------------------------------------------------------- Fri Dec 20 13:46:14 UTC 2013 - fcrozat@suse.com diff --git a/argyllcms.spec b/argyllcms.spec index 14f15d6..7260304 100644 --- a/argyllcms.spec +++ b/argyllcms.spec @@ -1,7 +1,7 @@ # # spec file for package argyllcms # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %define archivename Argyll_V%{version}%{?alphaversion}_src.zip Name: argyllcms -Version: 1.6.2 +Version: 1.6.3 Release: 0 Summary: ICC compatible color management system License: AGPL-3.0 and GPL-2.0+ and MIT