3066db322b
- updated to 6.6.8.9: fixes [bnc#682238] * config files moved to /etc/ImageMagick* * see ChangeLog for more details
Petr Gajdos2011-04-11 13:29:04 +00:00
b825c1316a
- updated to 6.6.8.9: fixes [bnc#682238] * config files moved to /etc/ImageMagick* * see ChangeLog for more details
Petr Gajdos2011-04-11 13:29:04 +00:00
c968d1e0bb
Autobuild autoformatter for 62673
Sascha Peilicke
2011-02-24 08:01:09 +00:00
aa794e4cde
Autobuild autoformatter for 62673
Sascha Peilicke
2011-02-24 08:01:09 +00:00
7be9532d7b
Updating link to change in openSUSE:Factory/ImageMagick revision 55.0
OBS User buildservice-autocommit
2011-02-24 08:01:09 +00:00
76a0634f99
Updating link to change in openSUSE:Factory/ImageMagick revision 55.0
OBS User buildservice-autocommit
2011-02-24 08:01:09 +00:00
c54d9c4391
- updated to 6.6.5-5: * Revised PNG palette optimization * Added some debug logging in coders/png.c. * More precise blur values for Lanczos2Sharp and LanczosSharp. * Added location of first Mitchell crossing (=8/7) to the filters data structure. * Added Lanczos2D* filters now named Lanczos2* * Reorganization of AcquireFilter() to make it work better * Clearer EWA filters (LanczosSharp etc) comments. * Added LanczosSharp (3-lobe Lanczos with sharpening) * Filter sharpening factors are also always applied regardless of usage. * CubicBC filter formulas simplified by constant folding. In particular, P1 coefficient (always zero) removed from coeff. * Revert the Robidoux filter to a Keys cubic with C=(108 sqrt 2-29)/398 (as already specified in the documentation). * Ignore PS bounding box offsets if -page is set. * Add support for -evaluate exp.
Petr Gajdos2010-11-04 09:11:00 +00:00
b198f16ba9
- updated to 6.6.5-5: * Revised PNG palette optimization * Added some debug logging in coders/png.c. * More precise blur values for Lanczos2Sharp and LanczosSharp. * Added location of first Mitchell crossing (=8/7) to the filters data structure. * Added Lanczos2D* filters now named Lanczos2* * Reorganization of AcquireFilter() to make it work better * Clearer EWA filters (LanczosSharp etc) comments. * Added LanczosSharp (3-lobe Lanczos with sharpening) * Filter sharpening factors are also always applied regardless of usage. * CubicBC filter formulas simplified by constant folding. In particular, P1 coefficient (always zero) removed from coeff. * Revert the Robidoux filter to a Keys cubic with C=(108 sqrt 2-29)/398 (as already specified in the documentation). * Ignore PS bounding box offsets if -page is set. * Add support for -evaluate exp.
Petr Gajdos2010-11-04 09:11:00 +00:00
0f8764599a
Accepting request 50612 from graphics
OBS User autobuild
2010-10-15 11:57:57 +00:00
91e8fde45d
Accepting request 50612 from graphics
OBS User autobuild
2010-10-15 11:57:57 +00:00
da9448c95f
Updating link to change in openSUSE:Factory/ImageMagick revision 44.0
OBS User buildservice-autocommit
2010-10-15 11:57:57 +00:00
c9b2ec251b
Updating link to change in openSUSE:Factory/ImageMagick revision 44.0
OBS User buildservice-autocommit
2010-10-15 11:57:57 +00:00
eb761fa9bf
Accepting request 50612 from graphics
OBS User autobuild
2010-10-15 11:57:56 +00:00
f482e68068
Accepting request 50612 from graphics
OBS User autobuild
2010-10-15 11:57:56 +00:00
f0a3dbd60f
- 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
Petr Gajdos2010-10-15 07:34:46 +00:00
870fbea6d3
- 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
Petr Gajdos2010-10-15 07:34:46 +00:00
942f9727e4
Accepting request 49765 from graphics
OBS User autobuild
2010-10-07 20:22:05 +00:00
ba8ecc12a8
Accepting request 49765 from graphics
OBS User autobuild
2010-10-07 20:22:05 +00:00
b3636d7c25
Updating link to change in openSUSE:Factory/ImageMagick revision 43.0
OBS User buildservice-autocommit
2010-10-07 20:22:05 +00:00
4d56321428
Updating link to change in openSUSE:Factory/ImageMagick revision 43.0
OBS User buildservice-autocommit
2010-10-07 20:22:05 +00:00
50002cb06b
Accepting request 49765 from graphics
OBS User autobuild
2010-10-07 20:22:03 +00:00
c4b794f376
Accepting request 49765 from graphics
OBS User autobuild
2010-10-07 20:22:03 +00:00
ea8467906d
- updated to 6.6.4-8: * Automatically set the quantum depth to 16 for HDRI. * IPTC profile not always wrapped properly inside an 8BIM profile. * TIFF tile geometry must be divisible by 16. * Rename of SincPolynomial to SincFast for easier user understanding. Ditto for LanczosChebyshev to LanzcosFast. * Switch default resize filters to using the faster SincPolynomial filter by default internally. However 'Sinc' will still use the Trigonometric function, and can be used to assign the trig version of Sinc() to filters using the filter expert options. * The default filter for 'distort' was found to be a very blurry inaccurate filter function. It was removed and replaced with a correct Gaussian filter (as used by resize) * Added a switch so that "-interpolate filter" will force the use of a cylindrical filter for ALL pixels in distorted images. That is you can use that switch to use a cylindrical filter even for images that are being enlarged by the distortion. However EWA is still currently using a fixed 2.0 sampling radius. This switch complements the use of "-filter point" which turns off EWA filters in favor of interpolation for all pixels in a distorted image. BOTH switches should not be used together. * A bug in the support radius of the EWA resampling function was found, now that correctly defined resize filters are being used. Suddenly Normal Gaussian distortions are not so blurry, and tests with distortions of the 'Rings' image show extremely good and clear results, with only minimal blurring. The filter 'blur' expert option can be used to adjust this further. * Don't negate the geometry offset for the -extent option. * The RGBO format is now listed as a supported format. * Added the Nicolas Robidoux and Chantal Racette Lanczos resize filter
Petr Gajdos2010-10-05 07:48:55 +00:00
388efc4144
- updated to 6.6.4-8: * Automatically set the quantum depth to 16 for HDRI. * IPTC profile not always wrapped properly inside an 8BIM profile. * TIFF tile geometry must be divisible by 16. * Rename of SincPolynomial to SincFast for easier user understanding. Ditto for LanczosChebyshev to LanzcosFast. * Switch default resize filters to using the faster SincPolynomial filter by default internally. However 'Sinc' will still use the Trigonometric function, and can be used to assign the trig version of Sinc() to filters using the filter expert options. * The default filter for 'distort' was found to be a very blurry inaccurate filter function. It was removed and replaced with a correct Gaussian filter (as used by resize) * Added a switch so that "-interpolate filter" will force the use of a cylindrical filter for ALL pixels in distorted images. That is you can use that switch to use a cylindrical filter even for images that are being enlarged by the distortion. However EWA is still currently using a fixed 2.0 sampling radius. This switch complements the use of "-filter point" which turns off EWA filters in favor of interpolation for all pixels in a distorted image. BOTH switches should not be used together. * A bug in the support radius of the EWA resampling function was found, now that correctly defined resize filters are being used. Suddenly Normal Gaussian distortions are not so blurry, and tests with distortions of the 'Rings' image show extremely good and clear results, with only minimal blurring. The filter 'blur' expert option can be used to adjust this further. * Don't negate the geometry offset for the -extent option. * The RGBO format is now listed as a supported format. * Added the Nicolas Robidoux and Chantal Racette Lanczos resize filter
Petr Gajdos2010-10-05 07:48:55 +00:00
a8ff61742a
Accepting request 47348 from graphics
OBS User autobuild
2010-09-10 13:04:46 +00:00
def955501c
Accepting request 47348 from graphics
OBS User autobuild
2010-09-10 13:04:46 +00:00
0d12bfecf9
Updating link to change in openSUSE:Factory/ImageMagick revision 42.0
OBS User buildservice-autocommit
2010-09-10 13:04:46 +00:00
95c720ac40
Updating link to change in openSUSE:Factory/ImageMagick revision 42.0
OBS User buildservice-autocommit
2010-09-10 13:04:46 +00:00
8e13f138fc
- 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.
Petr Gajdos2010-08-23 13:31:05 +00:00
df3d830dff
- 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.
Petr Gajdos2010-08-23 13:31:05 +00:00
1d214b37d0
Accepting request 44343 from graphics
OBS User autobuild
2010-08-02 23:46:42 +00:00
a88ff82e83
Accepting request 44343 from graphics
OBS User autobuild
2010-08-02 23:46:42 +00:00
5c6503aefd
Updating link to change in openSUSE:Factory/ImageMagick revision 40.0
OBS User buildservice-autocommit
2010-08-02 23:46:42 +00:00
0b48a277cc
Updating link to change in openSUSE:Factory/ImageMagick revision 40.0
OBS User buildservice-autocommit
2010-08-02 23:46:42 +00:00
0b9f8802f2
- update baselibs.conf
Stephan Kulow
2010-08-02 08:46:44 +00:00
a1a69e98cd
- update baselibs.conf
Stephan Kulow
2010-08-02 08:46:44 +00:00
49d2b25e27
Accepting request 44196 from graphics
OBS User autobuild
2010-07-30 13:41:54 +00:00
e400e68c19
Accepting request 44196 from graphics
OBS User autobuild
2010-07-30 13:41:54 +00:00
2d788a9a12
Updating link to change in openSUSE:Factory/ImageMagick revision 39.0
OBS User buildservice-autocommit
2010-07-30 13:41:54 +00:00
61ec40afe1
Updating link to change in openSUSE:Factory/ImageMagick revision 39.0
OBS User buildservice-autocommit
2010-07-30 13:41:54 +00:00
e2b5c20eba
Accepting request 44196 from graphics
OBS User autobuild
2010-07-30 13:41:53 +00:00
fdb76729f9
Accepting request 44196 from graphics
OBS User autobuild
2010-07-30 13:41:53 +00:00
c0a8d33b95
- updated to 6.6.3-1: * obsoletes units.patch * obsoletes grayscale-tiff-jpeg.patch
Petr Gajdos2010-07-29 11:45:19 +00:00
c0bcd78dc8
- updated to 6.6.3-1: * obsoletes units.patch * obsoletes grayscale-tiff-jpeg.patch
Petr Gajdos2010-07-29 11:45:19 +00:00
3de1f8aaa5
Accepting request 43436 from graphics
OBS User autobuild
2010-07-20 18:44:26 +00:00
1c88daa9ab
Accepting request 43436 from graphics
OBS User autobuild
2010-07-20 18:44:26 +00:00