- version update to 7.0.10.25

* Remove UseCIEColor setting from PDF code as its use is not recommended.
  * Update to the latest documentation.
  * To preserve compression of input image with the tiff encoder use:
    -define tiff:preserve-compression=true.
  * Add support for the -white-balance command-line option.
  * Discover hidden files when globbing (e.g. *.jpg) (reference
    https://github.com/ImageMagick/ImageMagick/discussions/2239).
  * New inverse-log evaluate operator.
  * Ensure that float is valid in ClampToQuantum() (reference
    https://github.com/ImageMagick/ImageMagick/pull/2219).
  * New pseudo-image format, ashlar, e.g.
    convert *.jpg -resize 320x320 ashlar:canvas.png).

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=515
This commit is contained in:
Petr Gajdos 2020-08-04 08:10:01 +00:00 committed by Git OBS Bridge
parent ff6c8d14a9
commit 959f395392
6 changed files with 38 additions and 21 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAABAgAGBQJe94oxAAoJEImrY9SCdzd6prEP/0OIDBXbciUAFRmJZeMfj4nn
RqwhSphvR9TvCdX1J0oYWR+zLv+BLXV5uDXV9L1gF2mB4aFMGBfJ7yHE+tSX6c7l
2u4INva/Deus4FJPLFJrkni4Sk+awW3fi6qGVSrhNiuBY3ppVtrTSX4/MOBKke+Y
eYp58rk/ek0gJ5cTg/ZGRnjAemEDqGUYlcY6Q9o8/XVWmO+BrBYX3AsccZq3yYSl
Jf2QNULjTFO9UhLpUhf4RS62E4rDU8oNvU44oAf/Rz8vcGdFWDbfW+5ao5+nMd2J
SYpGxPjHECL8XypT6udm2nTPT53Giyg7M2joVFmNeMbQWEf2badJs3Cnq48kasaq
cSC/sCSzOwCCb9J2sYffdvu9j/EAuofBUhcc7KOA1fQdlZvw3v3iyv+EZINoEj+e
3mLpaU4zTR8FaAv1dckpbyUFS1qLeCwrkrXeBk6xTPMyflxktwT8rmsy3LwrXuq0
S+Xw4lfyzp19NPc4rnQz2lsiSywU4NBAsRhTTG2q9moe30yeSyQHbJRPj5rd78A4
q+RaJ4z0Ezc6BmqQATF/GcSHA37slAY6NXYD4W1EDoEeczgI1N/wOI2gR0AjB65b
CUvfCpRitZg2PJH1bO9OdNYcjdvNYDllnrH7ahMcFaNKmI5J1vYmh6T1kudTcqrK
cIbR+WdJ6KzXHDBvqAOK
=aM21
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAABAgAGBQJfJVFIAAoJEImrY9SCdzd68UgQAK+vqdlFist0hVxnVVdvteHO
7I9doGXWGihpdP6J0+zylThQwf8BMZXaLoxWzfvvNWZD3I0Szq0ul4B4DvNhMjV/
5Mfo5Yb1rhvW+MLCs4bLVMJwCN/1LT66skFY824q68YHcW4BBYv8mM5RBpxKiQDy
5+hWSbn6FBZMItpQYlllR/XYqZWTcketVh4ohCwKDaMvD+vXQ5CjuIkEtdI/t6Cn
ZfuFjTAOIoK8K1MU+ojEk6LxudPBpJii4+x0QXCXWnyAXvubKwd8b5v50ymED7Cy
zZGSAyHtb1V4xrMPZGzPJGTf8ZgvUdTACPvdUCHeI2KmVkzBA6F06D7URMrzISGE
HH2XDSOks+OCMwXC1qzzP/m+ThS8QYVsetwTznwHgKzUSOnxlcI8/L7114epsUao
6xbrLAaTcnEiujOKA3egZN6MMt+zuoMZmC8O/zyy7+hW9CUluJ3KsgyKlUrMwfAk
0HR3KOH/cmE4xRZvGON2GmigdHKjI3XK07BHXxRfh5tjXw5/zfP04g4PJ2vcUTIw
Hvm6vKwz6e55XRdnEkA/QjgHquDTq+WgzzJkLlpdDyuiFDRdh33BCS8QV3wLzuZD
9FpEQnt2HeXG10Kdty3Wc9t70/U4w/1mh3tq9Y8srNSivfX4VinzFfSXvlm+nPkn
yaTN/OKmG0H2cWT1GYR7
=bZhd
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Aug 4 08:07:37 UTC 2020 - pgajdos@suse.com
- version update to 7.0.10.25
* Remove UseCIEColor setting from PDF code as its use is not recommended.
* Update to the latest documentation.
* To preserve compression of input image with the tiff encoder use:
-define tiff:preserve-compression=true.
* Add support for the -white-balance command-line option.
* Discover hidden files when globbing (e.g. *.jpg) (reference
https://github.com/ImageMagick/ImageMagick/discussions/2239).
* New inverse-log evaluate operator.
* Ensure that float is valid in ClampToQuantum() (reference
https://github.com/ImageMagick/ImageMagick/pull/2219).
* New pseudo-image format, ashlar, e.g.
convert *.jpg -resize 320x320 ashlar:canvas.png).
-------------------------------------------------------------------
Tue Jun 30 06:55:55 UTC 2020 - pgajdos@suse.com

View File

@ -20,7 +20,7 @@
%define asan_build 0
%define maj 7
%define mfr_version %{maj}.0.10
%define mfr_revision 22
%define mfr_revision 25
%define quantum_depth 16
%define source_version %{mfr_version}-%{mfr_revision}
%define clibver 7