Accepting request 1177369 from multimedia:color_management

- Update to 3.2.0:
  * Added extra diagnostics to printcal.
  * Added colprof -nI option, that adds inverse gamut mapping to Perceptual and
    Saturation A2B tables, if they are being created. This is not recommended for
    source profiles, since it handicaps true gamut mapping, but may be a workaround
    to faulty Adobe Lightroom BPC for Perceptual intent in output profiles.
  * Added error message for ColorMunki spectro sensor internal cable being
    disconnected.
  * Fixed bug in Appearance B2A conversion that appeared in V3.0 release.
  * Fixed crash in chartread strip reading when given faulty .ti2 file.
  * Tweaked i1d3 AIO adaptive integration time to reduce measure time to be more
    comparable to just using Rev A commands.
  * Re-worked ARGYLL_NOT_INTERACTIVE stdin to work much better on MSWin when
    connected to a pipe. Removed code that empties stdin before expecting use input
    when ARGYLL_NOT_INTERACTIVE.
  * Fixed OS X dispwin -c etc.
  * Fixed colprof IGNORE_DISP_ZEROS heuristic so that it doesn't reject OLED red
    measurements that have a Z value of 0.0.
  * Added -H option to colprof to allow setting the charTargetTag to given string,
    rather than automatically filling with .ti3 data.
  * Changed instrument monitoring thread debug messages to only be shown on -D9, so
    they don't interfere with messages shown at -D8.

OBS-URL: https://build.opensuse.org/request/show/1177369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/argyllcms?expand=0&rev=34
This commit is contained in:
Ana Guerrero 2024-05-29 17:35:25 +00:00 committed by Git OBS Bridge
commit 613d4540d1
4 changed files with 30 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4fdd5a1d7bc6dde79a54e350ec9374f6ef00b53903ee0d184cdfa4a11f0ecdcb
size 14671869

3
Argyll_V3.2.0_src.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4861ab87b41618fb6706843099aad2cc649115634dee1e60738792387b371176
size 14690714

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue May 14 14:47:25 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
- Update to 3.2.0:
* Added extra diagnostics to printcal.
* Added colprof -nI option, that adds inverse gamut mapping to Perceptual and
Saturation A2B tables, if they are being created. This is not recommended for
source profiles, since it handicaps true gamut mapping, but may be a workaround
to faulty Adobe Lightroom BPC for Perceptual intent in output profiles.
* Added error message for ColorMunki spectro sensor internal cable being
disconnected.
* Fixed bug in Appearance B2A conversion that appeared in V3.0 release.
* Fixed crash in chartread strip reading when given faulty .ti2 file.
* Tweaked i1d3 AIO adaptive integration time to reduce measure time to be more
comparable to just using Rev A commands.
* Re-worked ARGYLL_NOT_INTERACTIVE stdin to work much better on MSWin when
connected to a pipe. Removed code that empties stdin before expecting use input
when ARGYLL_NOT_INTERACTIVE.
* Fixed OS X dispwin -c etc.
* Fixed colprof IGNORE_DISP_ZEROS heuristic so that it doesn't reject OLED red
measurements that have a Z value of 0.0.
* Added -H option to colprof to allow setting the charTargetTag to given string,
rather than automatically filling with .ti3 data.
* Changed instrument monitoring thread debug messages to only be shown on -D9, so
they don't interfere with messages shown at -D8.
-------------------------------------------------------------------
Tue Mar 12 20:30:35 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>

View File

@ -19,7 +19,7 @@
%define tarname Argyll
Name: argyllcms
Version: 3.1.0
Version: 3.2.0
Release: 0
Summary: ICC compatible color management system
License: AGPL-3.0-only AND GPL-2.0-or-later AND MIT