- update to 6.9.1-9
- Removed duplicates
- Only libMagickCore and ImageMagick-doc contains the LICENSE file. Other
libraries do not longer contain it, as they always require libMagickCore
to be instaleld.
- Moved documentation to the ImageMagick-doc package.
- Removed executable bits from perl documentation-examples
- Added configurations for:
* graphviz
* lcms2 (Little CMS 2 color management)
* jbig
* openjp2 (JPEG 2000)
* openexr
* webp
OBS-URL: https://build.opensuse.org/request/show/318218
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=238
* Skip empty frames when comparing layers.
* Grayscale DPX image files are no longer skewed.
* Fix integer overflow when scaling a 1-bit sample to Q64.
* Account for differences in image size when comparing two images.
* Set an upper ceiling compression with -quality and jpeg:extent.
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=232
* Writing histograms / mpeg working again.
* The -linear-stretch option worked for Q16 but not Q32.
- update to 6.9.0-7
* Line strokes appeared too thin.
* Keep text in caption area.
* A transient bug for the write MSL element.
* Fixed infinite loop in HDR reader.
* In the PNG codec, check status wherever a function returns it.
* Check lengths of certain MNG chunks before reading them.
* Small optimization to pixel cache.
* Additional coder sanity checks.
etc. see ChangeLog
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=230
* Don't read beyond the end of a tEXt keyword when checking for
Raw profile.
* Fixed enabling alpha in 32-bit BMP files.
* Added support for writing 16-bit TGA files.
* Improved performance of dds.
* Fix ImageMagick crashes while read EXIF from TIFF.
* Don't handle a "previous" image in the PNG or JNG decoder.
* Don't override gamma with 1.0 when reading a grayscale PNG
image.
* Update progress monitor for every PNG row instead of every pass.
* Reject input PNG with dimensions larger than specified with
-limit width and -limit height.
* etc., see ChangeLog
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=228
* Added sixel coder.
* Fixed buffer overflow in PCX and DCM coder.
* Added support for reading/writing the tIME chunk in the PNG coder.
* Added eps:fit-page option to the PS coder to set -dEPSFitPage.
* Support xyY colorspace.
* Reduce noise while preserving edges with the -kuwahara option.
* Off-by-one count when parsing an 8BIM profile.
* OpenCL no longer benchmarks are run on every initialization.
* Don't clone a 0x0 image.
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=222
* Fix off by one buglet when extracting profiles 8BIM.
* Fixed bug when reading 1 bit PSD.
* Fixed fill-rule in SVG clip path.
* Added support for R5G6B5, RGB5A1 and RGBA4 dds files.
* Write LAB pixels as percentages in the TXT image format.
* Throw exception when image morphology differs when comparing.
* Remove mogrify backup file.
* Read WEBP images from STDIN.
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=218
* Use -define profile:skip=icc, for example, to skip color profiles on read.
* Do not let libpng16 check ICC/sRGB profiles in non-debug runs; we do it
ourselves anyway. Avoids emitting "known incorrect profile" warnings.
For strict profile checking and warning, use "-debug coder".
* Disabled OpenCL acceleration when image has a 'mask' or 'clip-mask'.
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=211
- remove autotrace dependency again - it's not compiled in and
autotrace's last release is 10 years old and we don't want to
promote it, better drop it
* Fixed bug with the PNG00 subformat when the original format was PNG32.
* The "-strip" option now only removes profiles and comments from PNG
output. Previously the background, density, and other metadata were
also discarded.
* Support new -hough-lines option.
* Support new -mean-shift option.
* identify -units without argument no longer faults (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25542).
* Require OpenJP2 version 2.1.0 (opj_stream_set_user_data() method signature
change between 2.0.0 and 2.1.0).
OBS-URL: https://build.opensuse.org/request/show/235908
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=204
* build against openjpeg2
* identify -define identify:locate=maximum locates the position of the
maximum value
* Fix case where an image moment might have a mass of 0 or a Hu moment might
be 0.
* Enhance the TXT coder to read RGB percent values, e.g. 10.008%.
* etc. see ChangeLog
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=183
* fixed bug in coders/png.c that caused -define png:color-type=0
to fail
* fixed bug in automatic selection of OpenCL device
* simplified interface to initialize the OpenCL environment
* Fix possible memory corruption when writing PSD image
* etc. see ChangeLog
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=175
* fixed 'Sometimes an sRGB image is masquerading as grayscale'
* fixed 'The stream utility no longer faults when exporting float pixels'
* Labels no longer overflow
* Change the sample JPEG quantization table xml to something that works
really well with 2x2 Chroma subsampling around quality 75.
* Eliminate whitespace from image properties that hold PNG chunk data.
* etc. see ChangeLog
- remove fix-wand.pc.patch, the issue is fixed upstream
- remove test-signatures.patch, the issue is fixed upstream
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=150