- updated to 6.6.3-9:
* Eliminate useless message about assuming zero delay when writing a single-frame MNG, and changed it from Error to Warning when writing a multiple-frame MNG. * Only use the first alpha channel in PSD image. * Only use XPM complying colors for XPM images (e.g. green is rgb(0,255,0)). * Eliminate bogus "invalid colormap index" when pinging ICO images. * Support -set density / units. * Properly map PNG intent to image->rendering_intent * The orient option sometimes improperly set "undefined" (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16795). * Only list orientation options for the -list orientation option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16801). * Return proper standard deviation for combined channels (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16786). * Handle transparency properly for the PSD image format. * Emit a warning if the PNG encoder can't satisfy the color type and bit depth requested with a "-define" directive. * The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16833). * Add -subimage-search option to the compare utility. * Throw exception if image size differs for the compare program but the -subimage-search option is not specified. OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=38
This commit is contained in:
parent
5c6503aefd
commit
8e13f138fc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09ccde39d7e6ddbc8ab8b6d9043c3e6023a11b1a076b7365e92910883bb7a78e
|
||||
size 8845790
|
3
ImageMagick-6.6.3-9.tar.bz2
Normal file
3
ImageMagick-6.6.3-9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ce0650274e27155fdebcfa42ac96a21f4f43668830f21311f97643116995228
|
||||
size 8674097
|
@ -1,7 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 2 08:46:36 UTC 2010 - coolo@novell.com
|
||||
Mon Aug 23 14:05:58 CEST 2010 - pgajdos@suse.cz
|
||||
|
||||
- update baselibs.conf
|
||||
- updated to 6.6.3-9:
|
||||
* Eliminate useless message about assuming zero delay when writing
|
||||
a single-frame MNG, and changed it from Error to Warning when
|
||||
writing a multiple-frame MNG.
|
||||
* Only use the first alpha channel in PSD image.
|
||||
* Only use XPM complying colors for XPM images (e.g. green is rgb(0,255,0)).
|
||||
* Eliminate bogus "invalid colormap index" when pinging ICO images.
|
||||
* Support -set density / units.
|
||||
* Properly map PNG intent to image->rendering_intent
|
||||
* The orient option sometimes improperly set "undefined" (reference
|
||||
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16795).
|
||||
* Only list orientation options for the -list orientation option (reference
|
||||
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16801).
|
||||
* Return proper standard deviation for combined channels (reference
|
||||
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16786).
|
||||
* Handle transparency properly for the PSD image format.
|
||||
* Emit a warning if the PNG encoder can't satisfy the color type and
|
||||
bit depth requested with a "-define" directive.
|
||||
* The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference
|
||||
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16833).
|
||||
* Add -subimage-search option to the compare utility.
|
||||
* Throw exception if image size differs for the compare program but the
|
||||
-subimage-search option is not specified.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 29 13:08:43 CEST 2010 - pgajdos@suse.cz
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package ImageMagick (Version 6.6.3.1)
|
||||
# spec file for package ImageMagick (Version 6.6.1.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -29,9 +29,9 @@ Provides: imagemag
|
||||
License: Public Domain, Freeware
|
||||
Group: Productivity/Graphics/Other
|
||||
AutoReqProv: on
|
||||
Version: 6.6.3.1
|
||||
Release: 2
|
||||
%define source_version 6.6.3-1
|
||||
Version: 6.6.3.9
|
||||
Release: 3
|
||||
%define source_version 6.6.3-9
|
||||
%define libver 4
|
||||
Summary: Viewer and Converter for Images
|
||||
Url: http://www.imagemagick.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user