859f1e7f54
- version update to 7.0.10.11 * Disable "random" OpenCL kernel. Previously the work load was distributed but each started with the same random seed. * Finished implementation of -distort rigid-affine. * Enable threaded PNG coder.
Petr Gajdos2020-05-12 12:41:53 +00:00
21031b8cf3
- version update to 7.0.10.2 * Fixed another sizing issue with the label coder when pointsize is set. * Respect explicit image filename modified (e.g. png24:im.png) (reference https://github.com/ImageMagick/ImageMagick/issues/1835). * Add support for returning the minimum bounding box of an image with the %[minimum-bounding-box] property. * Stroked dash array render properly again.
Petr Gajdos2020-03-25 07:50:33 +00:00
32d03f14a5
- version update to 7.0.10.1 * Add support for returning the convex hull of an image with the %[canvas-hull] property. * Added option to specify the preferred version when writing a PDF file with -define pdf:version=version (e.g. 1.7). * Do not throw exception on empty draw path (reference https://github.com/ImageMagick/ImageMagick/issues/974). * Fix possible buffer overflow in ComplexImages(). * SVG to MVG requires transforms to appear before clipping paths (reference https://github.com/ImageMagick/ImageMagick/issues/1860).
Petr Gajdos2020-03-20 10:17:40 +00:00
211add8595
- version update to 7.0.9.27 * Make sure we can grok this Fx expression: 1- -2. * Do not advance when substituting a NULL string. * Correct alpha for named colors in the Q32 non-HDRI build. * Write Group4 compressed image as a single strip. * No percent sign in lab() color. * Introducing the -color-threshold command-line option. * Handle out of range HDRI values for -statistic option (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37589). * Fix improper casting when computing image signature (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37594).
Petr Gajdos2020-03-02 11:56:54 +00:00
182e6ca7f7
- version update to 7.0.9.25 * Adapt to a change in command-line options in the SVG inkscape delegate. * No percent sign in lab() color. * Support connected-components:eccentricity-threshold, connected-components:major-axis-threshold, connected-components:minor-axis-threshold, connected-components:angle-threshold. * Set the alpha channel if the write mask is not enabled. * Corrected ellipse orientation when computing image moments.
Petr Gajdos2020-02-24 09:15:56 +00:00
52e21da49f
- version update to 7.0.9.23 * Report gray(127.5) as gray(50%). * Support -define connected-components:perimeter-threshold=min-max
Petr Gajdos2020-02-17 12:38:32 +00:00
5ada408e55
- version update to 7.0.9.22 * More work on connect components, e.g. keep-colors, remove-colors, keep-topids. * Initialize mutex before locking if its not already initialized. * Support 24-bit TIFF images.
Petr Gajdos2020-02-10 09:16:06 +00:00
f32b16d0d0
- version update to 7.0.9.21 * Support additional connected components defines. * Refresh cache morphology when writing MPC images.
Petr Gajdos2020-02-03 08:11:20 +00:00
ebfd4b6ee7
- version update to 7.0.9.14 * Support extended Fx assignment operators (e.g. *=, /=, ++, --, etc.) * Support Fx for() iterator. * Optimize Fx performance. * Ensure circle.rb renders the same for IMv6 and IMv7
Petr Gajdos2020-01-08 09:08:24 +00:00
7c66001bdd
- version update to 7.0.9.13 * xc:white no longer creates a black PNM image (reference https://github.com/ImageMagick/ImageMagick/issues/1817). * Sync pixel cache for -kmeans option. * Thread -kmeans option. * PSD: only set the alpha channel when type is not 0. * Fix Lab to custom profile (CMYK or RGB) conversion bug (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37318). * Fix Build failure with MinGW-w64 (reference https://github.com/ImageMagick/ImageMagick6/issues/67). * Inject image profile properties immediately after the image is read. * Replace pseudo-random number generator with a Xoshiro generator. * The -layers optimize option requires a fully transparent previous image. * Some clang releases do not support _aligned_alloc(). * Support -kmeans command-line option. * The -layers optimize option requires a fully transparent previous image.
Petr Gajdos2020-01-02 16:13:42 +00:00
28e7b11a4c
- version update to 7.0.9.8 * -type bilevel behavior restored, it creates a black and white image. * Support Pocketmod image format, e.g. convert -density 300 pages?.pdf pocketmod:organize.pdf * Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues). * Update documentation. - deleted patches - ImageMagick-targa.patch (upstreamed)
Petr Gajdos2019-12-12 08:43:19 +00:00
06b1243c52
- version update to 7.0.9.5 * Ensure Ascii85 compression is thread safe. * Santize ';' from SHOW and WIN delegates. * Add exception parameter to CMS transform methods. * Output exception there is an attempt to perform an operation not allowed by the security policy * JPEG and JPG are aliases in coder security policy. * Fixed numerous issues posted to GitHub
Petr Gajdos2019-11-20 08:10:13 +00:00
62caf53bd7
Accepting request 697199 from graphics
Yuchen Lin2019-04-26 20:43:16 +00:00
b6424403f7
- version update to 7.0.8.41 * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues). * Honor SOURCE_DATE_EPOCH environment variable (reference https://github.com/ImageMagick/ImageMagick/pull/1496/). * Standardize on UTC time for any image format timestamp. * Add MagickAutoThresholdImage(), MagickCannyEdgeImage(), MagickComplexImages(), MagickConnectedComponentsImage(), MagickHoughLineImage(), MagickKuwaharaImage(), MagickLevelizeImageColors(), MagickLevelImageColors(), MagickMeanShiftImage(), MagickPolynomialImage(), MagickRangeThresholdImage(), MagickSetSeed(), MagickWaveletDenoiseImage() methods to MagickWand API.
Petr Gajdos2019-04-23 14:26:14 +00:00
2f74696486
Accepting request 697181 from home:jubalh:branches:graphics
Petr Gajdos2019-04-23 14:14:55 +00:00
bbdea7124b
- added temporary %pretrans to ImageMagick-config-upstream and ImageMagick-config-SUSE [bsc#1122033comment#37]
Petr Gajdos2019-03-18 13:06:52 +00:00
812c84809b
- version update to 7.0.8.34 * Associate one lock with each resource. * Report exception if opening TIFF did not work out. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
Petr Gajdos2019-03-18 10:07:23 +00:00
996b06a78b
- update to 7.0.8-30 * Support define to remove additional background from an image during a trim, e.g. -define trim:percent-background=0% -trim. * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues). * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). - deleted patches - ImageMagick-montage.t.patch (upstreamed)
Petr Gajdos2019-03-04 12:58:28 +00:00