Accepting request 50612 from graphics
Copy from graphics/ImageMagick based on submit request 50612 from user pgajdos OBS-URL: https://build.opensuse.org/request/show/50612 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=44
This commit is contained in:
commit
0f8764599a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a470ee4a9ffb24b1036722d47dda95111ef768641de87ea090738ed75ab17beb
|
|
||||||
size 8684162
|
|
3
ImageMagick-6.6.5-0.tar.bz2
Normal file
3
ImageMagick-6.6.5-0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a65d15b355782d8cbd6e571b9e362c97baa9ec7914c1229b56e9138dc7055d2
|
||||||
|
size 8696055
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 15 07:28:17 UTC 2010 - pgajdos@novell.com
|
||||||
|
|
||||||
|
- updated to 6.6.5-0:
|
||||||
|
* Added "filter:sigma" expert setting defining the 'sigma' for the Gaussian
|
||||||
|
filter only. This is similar in action to 'blur' but only for Gaussians,
|
||||||
|
and does not modify the filters support, allowing you to set a very small
|
||||||
|
sigma, without the function 'missing' all pixels.
|
||||||
|
* Patch for DrawableRotation() and DrawableTranslation()
|
||||||
|
* The webp format requires the webpconv delegate program (experimental).
|
||||||
|
* Replaced "Robidoux" with Cubic 'Keys' filter that is near equivelent to
|
||||||
|
the previous sharped "Lanczos2D" filter. (C=0.31089212245300069)
|
||||||
|
This also is very similer to a Mitchell filter but specifically designed
|
||||||
|
for EWA use and is the new default filter for Distorting Images.
|
||||||
|
* Added new filter 'Lanczos2D' a 2-lobe Lanczos as defined by
|
||||||
|
Andreas Gustafsson in his thesis "Interactive Image Warping" (page 24)
|
||||||
|
http://www.gson.org/thesis/warping-thesis.pdf
|
||||||
|
* Added filter "Robidoux" which is a slightly sharpened version of the
|
||||||
|
"Lanczos2D" filter (blur=0.958033808) specifically designed to be less
|
||||||
|
'blurry' for horizontal and vertical lines in no-op distortions.
|
||||||
|
* Add support for "pattern:vertical2" and "pattern:horizontal2".
|
||||||
|
* Add support for "pattern:vertical3" and "pattern:horizontal3".
|
||||||
|
* Properly handle PSD layers with negative offsets.
|
||||||
|
* Added sqrt(2) bluring default for Gaussian Filter if used as
|
||||||
|
a Cylindrical EWA filter. This resulted removing the last aliasing
|
||||||
|
issue that was present in tests for Gaussian EWA resampling. Of course
|
||||||
|
it is still a very blury filter for default use in EWA.
|
||||||
|
* Adjusted Variable Mapping Blur Composition so user arguments actual
|
||||||
|
relate properly to the sigma of the blur for a maximum mapping value.
|
||||||
|
* Fix horizon anti-alising for output-scaled perspective distortions.
|
||||||
|
* 'Bessel' filter is now offically and more accuritally named 'Jinc'
|
||||||
|
however 'Bessel' while not visible as a filter option can still be used
|
||||||
|
as an internal alias for 'Jinc'.
|
||||||
|
* Fix memory assertion with --enable-embeddable (reference
|
||||||
|
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17201).
|
||||||
|
* Don't permit access to pixels when pinging an image (reference
|
||||||
|
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17194).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 5 07:30:14 UTC 2010 - pgajdos@novell.com
|
Tue Oct 5 07:30:14 UTC 2010 - pgajdos@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ImageMagick (Version 6.6.4.8)
|
# spec file for package ImageMagick (Version 6.6.5.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -29,9 +29,9 @@ Provides: imagemag
|
|||||||
License: Public Domain, Freeware
|
License: Public Domain, Freeware
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 6.6.4.8
|
Version: 6.6.5.0
|
||||||
Release: 1
|
Release: 1
|
||||||
%define source_version 6.6.4-8
|
%define source_version 6.6.5-0
|
||||||
%define libver 4
|
%define libver 4
|
||||||
Summary: Viewer and Converter for Images
|
Summary: Viewer and Converter for Images
|
||||||
Url: http://www.imagemagick.org
|
Url: http://www.imagemagick.org
|
||||||
|
Loading…
x
Reference in New Issue
Block a user