723 Commits

Author SHA256 Message Date
d354ec1870 - version update to 7.0.10.21
* new image property, %N, only report the # of frames in an image sequence,
    just once rather than on a per frame basis
  * problems converting CMYK to RGB regression (reference
    https://github.com/ImageMagick/ImageMagick6/issues/83)
  * Added support for 32 bit zip with prediction format to the PSD decoder
    (reference https://github.com/ImageMagick/ImageMagick/issues/455).
  * Fix out-of-bounds vulnerability when reading sixel images (reference
    https://github.com/ImageMagick/ImageMagick/issues/2143).
  * Fix incorrect parsing of font family list (reference
    https://github.com/ImageMagick/ImageMagick/issues/2153).
  * Improve checking for write failures (reference
    https://github.com/ImageMagick/ImageMagick/pull/2081).

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=512
2020-06-26 06:59:04 +00:00
881268c95a Accepting request 813394 from graphics
- version update to 7.0.10.18
  * Colorspace change will remove ICC profile (reference
    https://github.com/ImageMagick/ImageMagick6/issues/82).

- version update to 7.0.10.17
  * Free up memory after a ICC profile is removed.

- version update to 7.0.10.16
  * Don't check for incompatible ICC profiles when writing PDF images, instead
    the user is expected to provide compatible image colorspaces or strip the
    ICC profile with, for example, the -strip option.
  * Clipping was not returning expected results (reference
    https://github.com/ImageMagick/ImageMagick/discussions/2061).
  * Don't write a ICC profile to PDF if the image is gray (reference
    https://github.com/ImageMagick/ImageMagick/issues/2070).

OBS-URL: https://build.opensuse.org/request/show/813394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=209
2020-06-11 12:42:35 +00:00
eeb5a11a80 - version update to 7.0.10.18
* Colorspace change will remove ICC profile (reference
    https://github.com/ImageMagick/ImageMagick6/issues/82).

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=510
2020-06-11 07:09:05 +00:00
adcb8e63ea - version update to 7.0.10.17
* Free up memory after a ICC profile is removed.

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=509
2020-06-08 08:55:36 +00:00
177e01040c - version update to 7.0.10.16
* Don't check for incompatible ICC profiles when writing PDF images, instead
    the user is expected to provide compatible image colorspaces or strip the
    ICC profile with, for example, the -strip option.
  * Clipping was not returning expected results (reference
    https://github.com/ImageMagick/ImageMagick/discussions/2061).
  * Don't write a ICC profile to PDF if the image is gray (reference
    https://github.com/ImageMagick/ImageMagick/issues/2070).

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=508
2020-06-01 08:01:23 +00:00
56d5f208bc Accepting request 807383 from graphics
- use --quiet option to update-alternatives [bsc#1171431]

- version update to 7.0.10.13
  * Black artefacts during quantization (reference
    https://github.com/ImageMagick/ImageMagick/discussions/2007#discussioncomment-13546).

OBS-URL: https://build.opensuse.org/request/show/807383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=208
2020-05-20 16:36:29 +00:00
6c25e4829f - use --quiet option to update-alternatives [bsc#1171431]
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=506
2020-05-19 17:03:33 +00:00
470ad343d9 - version update to 7.0.10.13
* Black artefacts during quantization (reference
    https://github.com/ImageMagick/ImageMagick/discussions/2007#discussioncomment-13546).

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=505
2020-05-18 06:05:39 +00:00
cbb3486ba4 Accepting request 802969 from graphics
- 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.

OBS-URL: https://build.opensuse.org/request/show/802969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=207
2020-05-13 20:55:32 +00:00
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.

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=503
2020-05-12 12:41:53 +00:00
ea504c173f Accepting request 800017 from graphics
- version update to 7.0.10.10
  * Correction to allocate a colormap of the maximum colors when color
    reducing an image sequence.
  * Write to stdout for mp4:-.
  * Allocate a colormap of the maximum colors when color reducing an image
    sequence.
  * Label was not centered properly (reference
    https://github.com/ImageMagick/ImageMagick/issues/1879).
  * Some configure --with-method-prefix methods were missing (reference
    https://github.com/ImageMagick/ImageMagick/issues/1912).
  * Fix erroneous "insufficient image data" exception (reference
    https://github.com/ImageMagick/ImageMagick/issues/1883).
  * Fix an unconditional jump for the XPM coder (reference
    https://github.com/ImageMagick/ImageMagick/issues/1895).
  * Improve unrotate value returned by the minimum bounding box (thanks
    to Fred Weinhaus).
  * Default inkscape delegate to version 0.92 (reference
    https://github.com/ImageMagick/ImageMagick/discussions/1880).
  * Set monochrome image depth to 1 for Group4 compression.
  * The X max attribute for certain fonts is zero (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37723).
  * Multi-value of jp2:quality does not work (reference
    https://github.com/ImageMagick/ImageMagick/issues/1873).
  * Return EPS & TIFF images from the EPT image format (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37781).

OBS-URL: https://build.opensuse.org/request/show/800017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=206
2020-05-07 15:49:24 +00:00
5370e91324 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=501 2020-05-04 10:02:42 +00:00
70991926e7 - version update to 7.0.10.10
* Correction to allocate a colormap of the maximum colors when color
    reducing an image sequence.
  * Write to stdout for mp4:-.
  * Allocate a colormap of the maximum colors when color reducing an image
    sequence.
  * Label was not centered properly (reference
    https://github.com/ImageMagick/ImageMagick/issues/1879).
  * Some configure --with-method-prefix methods were missing (reference
    https://github.com/ImageMagick/ImageMagick/issues/1912).
  * Fix erroneous "insufficient image data" exception (reference
    https://github.com/ImageMagick/ImageMagick/issues/1883).
  * Fix an unconditional jump for the XPM coder (reference
    https://github.com/ImageMagick/ImageMagick/issues/1895).
  * Improve unrotate value returned by the minimum bounding box (thanks
    to Fred Weinhaus).
  * Default inkscape delegate to version 0.92 (reference
    https://github.com/ImageMagick/ImageMagick/discussions/1880).
  * Set monochrome image depth to 1 for Group4 compression.
  * The X max attribute for certain fonts is zero (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37723).
  * Multi-value of jp2:quality does not work (reference
    https://github.com/ImageMagick/ImageMagick/issues/1873).
  * Return EPS & TIFF images from the EPT image format (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37781).

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=500
2020-05-04 09:28:22 +00:00
b6c135ca4d Accepting request 789793 from graphics
- version update to 7.0.10.3
  * The -charcoal option should ignore the alpha channel.
  * Fix numerical instability issue when drawing lines
  * Improve mono font rendering (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37723).

OBS-URL: https://build.opensuse.org/request/show/789793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=205
2020-04-04 10:17:54 +00:00
fe81b5d875 - version update to 7.0.10.3
* The -charcoal option should ignore the alpha channel.
  * Fix numerical instability issue when drawing lines
  * Improve mono font rendering (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37723).

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=498
2020-03-30 14:25:06 +00:00
7306457e2c Accepting request 788060 from graphics
- 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.

OBS-URL: https://build.opensuse.org/request/show/788060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=204
2020-03-25 22:44:20 +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.

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=496
2020-03-25 07:50:33 +00:00
441782d7ff Accepting request 786802 from graphics
- 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).

OBS-URL: https://build.opensuse.org/request/show/786802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=203
2020-03-23 11:49:32 +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).

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=494
2020-03-20 10:17:40 +00:00
3d5f378ec2 Accepting request 785503 from graphics
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/785503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=202
2020-03-19 18:45:53 +00:00
bf093ae52e - version update to 7.0.10.0
* Label text no longer gets cut-off (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37621).
  * Prevent heap overflow (reference
     https://github.com/ImageMagick/ImageMagick/issues/1857).

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=492
2020-03-09 08:19:18 +00:00
2fc8e77578 Accepting request 780915 from graphics
- 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).

OBS-URL: https://build.opensuse.org/request/show/780915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=201
2020-03-04 08:38:24 +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).

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=490
2020-03-02 11:56:54 +00:00
9b63417e5d Accepting request 778702 from graphics
- 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.

OBS-URL: https://build.opensuse.org/request/show/778702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=200
2020-02-26 14:02:00 +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.

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=488
2020-02-24 09:15:56 +00:00
7017562b36 Accepting request 774856 from graphics
- version update to 7.0.9.23
  * Report gray(127.5) as gray(50%).
  * Support -define connected-components:perimeter-threshold=min-max

- 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.

OBS-URL: https://build.opensuse.org/request/show/774856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=199
2020-02-21 15:40:40 +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

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=486
2020-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.

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=485
2020-02-10 09:16:06 +00:00
08752ea0f1 Accepting request 769461 from graphics
- version update to 7.0.9.21
  * Support additional connected components defines.
  * Refresh cache morphology when writing MPC images.

OBS-URL: https://build.opensuse.org/request/show/769461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=198
2020-02-06 12:06:48 +00:00
f32b16d0d0 - version update to 7.0.9.21
* Support additional connected components defines.
  * Refresh cache morphology when writing MPC images.

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=483
2020-02-03 08:11:20 +00:00
d1b5b62cf5 Accepting request 767667 from graphics
- version update to 7.0.9.19
  * Alpha draw primitive no longer returns a parser exception.
  * Support 32-bit tiled TIFF images.
  * New -connected-component options (reference
    https://imagemagick.org/script/connected-components.php).
  * Make PNG creation reproducible (reference
    https://github.com/ImageMagick/ImageMagick/pull/1270).
  * Refactor uninitialize variable patch for -fx "while(,)" expression.

OBS-URL: https://build.opensuse.org/request/show/767667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=197
2020-01-30 08:35:28 +00:00
492b02b778 - version update to 7.0.9.19
* Alpha draw primitive no longer returns a parser exception.
  * Support 32-bit tiled TIFF images.
  * New -connected-component options (reference
    https://imagemagick.org/script/connected-components.php).
  * Make PNG creation reproducible (reference
    https://github.com/ImageMagick/ImageMagick/pull/1270).
  * Refactor uninitialize variable patch for -fx "while(,)" expression.

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=481
2020-01-27 11:53:39 +00:00
7e360b4fc4 Accepting request 765988 from graphics
- version update to 7.0.9.17
  * Allow larger negative interline spacing (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37391).
  * Conditional compile for huge xml pages for RSVG delegate library.
  * Put "width" property in the PNG namespace (reference
    https://github.com/ImageMagick/ImageMagick/issues/1833).
  * -combine -colorspace sRGB no longer returns grayscale output (reference
    https://github.com/ImageMagick/ImageMagick/issues/1835).
  * Support Jzazbz colorspace (contributed by snibgo @
    http://im.snibgo.com/jzazbz.htm).

OBS-URL: https://build.opensuse.org/request/show/765988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=196
2020-01-23 15:10:30 +00:00
9f29c9f1bd - version update to 7.0.9.17
* Allow larger negative interline spacing (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37391).
  * Conditional compile for huge xml pages for RSVG delegate library.
  * Put "width" property in the PNG namespace (reference
    https://github.com/ImageMagick/ImageMagick/issues/1833).
  * -combine -colorspace sRGB no longer returns grayscale output (reference
    https://github.com/ImageMagick/ImageMagick/issues/1835).
  * Support Jzazbz colorspace (contributed by snibgo @
    http://im.snibgo.com/jzazbz.htm).

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=479
2020-01-21 08:04:15 +00:00
7856cac689 Accepting request 764191 from graphics
- version update to 7.0.9.16
  * Fixed three failing Magick.NET unit tests.
  * Also support svg:xml-parse-huge when using librsvg.
  * Optimize -evaluate-sequence option (reference
    https://github.com/ImageMagick/ImageMagick/issues/1824).
  * Support Fx do() iterator.
  * `magick -size 100x100 xc:black black.pnm` no longer creates a white image
    (reference https://github.com/ImageMagick/ImageMagick/issues/1817).
  * setjmp/longjmp in jpeg.c no longer trigger undefind behavior (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37379).
  * Permit compositing in the CMYK colorspace (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37368).

OBS-URL: https://build.opensuse.org/request/show/764191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=195
2020-01-19 19:50:58 +00:00
06e68179de - version update to 7.0.9.16
* Fixed three failing Magick.NET unit tests.
  * Also support svg:xml-parse-huge when using librsvg.
  * Optimize -evaluate-sequence option (reference
    https://github.com/ImageMagick/ImageMagick/issues/1824).
  * Support Fx do() iterator.
  * `magick -size 100x100 xc:black black.pnm` no longer creates a white image
    (reference https://github.com/ImageMagick/ImageMagick/issues/1817).
  * setjmp/longjmp in jpeg.c no longer trigger undefind behavior (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37379).
  * Permit compositing in the CMYK colorspace (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37368).

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=477
2020-01-14 08:49:27 +00:00
9e925a05da Accepting request 761772 from graphics
- 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

OBS-URL: https://build.opensuse.org/request/show/761772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=194
2020-01-12 22:15:51 +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

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=475
2020-01-08 09:08:24 +00:00
aa8c96248a Accepting request 760458 from graphics
- 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.

OBS-URL: https://build.opensuse.org/request/show/760458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=193
2020-01-06 15:01:58 +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.

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=473
2020-01-02 16:13:42 +00:00
81957d4d99 Accepting request 758468 from graphics
- version update to 7.0.9.9
  * Build file clean-up (reference
    https://github.com/ImageMagick/ImageMagick/pull/1798).
  * Improve semaphore handling @
    https://github.com/ImageMagick/ImageMagick/pull/1798).
  * Introduce HeapOverflowSanityCheckGetExtent() method (reference
    https://github.com/ImageMagick/ImageMagick/pull/1798).
  * The -layers optimize option requires a fully transparent previous image.

OBS-URL: https://build.opensuse.org/request/show/758468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=192
2020-01-02 13:39:56 +00:00
3b1d2cf21d - version update to 7.0.9.9
* Build file clean-up (reference
    https://github.com/ImageMagick/ImageMagick/pull/1798).
  * Improve semaphore handling @
    https://github.com/ImageMagick/ImageMagick/pull/1798).
  * Introduce HeapOverflowSanityCheckGetExtent() method (reference
    https://github.com/ImageMagick/ImageMagick/pull/1798).
  * The -layers optimize option requires a fully transparent previous image.

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=471
2019-12-20 09:34:24 +00:00
797bc7bcdc Accepting request 756007 from graphics
- 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)

OBS-URL: https://build.opensuse.org/request/show/756007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=191
2019-12-17 12:29:11 +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)

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=469
2019-12-12 08:43:19 +00:00
8d2ebde217 Accepting request 752343 from graphics
- version update to 7.0.9.6
  * Increase the maximum number of bezier coordinates (reference
    https://github.com/ImageMagick/ImageMagick/issues/1784).
  * Santize "'" from SHOW and WIN delegates under Linux, '"\' for Windows
    (thanks to Enzo Puig).
  * Correct for TGA orientation (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34757).
  * The result for -compose Copy -extent on a  MYK image is CMYK (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37118).
  * Fix potential buffer overflow when reading a fax image (alert from
    Justin).
  * Support dng:use-camera-wb option.
- added patches
  https://github.com/ImageMagick/ImageMagick/issues/1792
  + ImageMagick-targa.patch

- 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

OBS-URL: https://build.opensuse.org/request/show/752343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=190
2019-12-07 14:19:38 +00:00
dee2e451cd + ImageMagick-targa.patch
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=467
2019-11-29 11:55:10 +00:00
aded1d72cc - version update to 7.0.9.6
* Increase the maximum number of bezier coordinates (reference
    https://github.com/ImageMagick/ImageMagick/issues/1784).
  * Santize "'" from SHOW and WIN delegates under Linux, '"\' for Windows
    (thanks to Enzo Puig).
  * Correct for TGA orientation (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34757).
  * The result for -compose Copy -extent on a  MYK image is CMYK (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37118).
  * Fix potential buffer overflow when reading a fax image (alert from
    Justin).
  * Support dng:use-camera-wb option.
- added patches
  https://github.com/ImageMagick/ImageMagick/issues/1792
  + ImageMagick-read.t-targa.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=466
2019-11-27 11:06:35 +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

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=465
2019-11-20 08:10:13 +00:00
139ef0657b Accepting request 744072 from graphics
- version update to 7.0.9.1
  * Fixed numerous issues  posted to GitHub (reference
    https://github.com/ImageMagick/ImageMagick/issues).
  * Support trim:background-color define for -trim option.
- modified sources
  % baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/744072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=189
2019-11-03 10:33:01 +00:00
986834db6a - version update to 7.0.9.1
* Fixed numerous issues  posted to GitHub (reference
    https://github.com/ImageMagick/ImageMagick/issues).
  * Support trim:background-color define for -trim option.
- modified sources
  % baselibs.conf

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=463
2019-10-30 09:52:40 +00:00