- updated to 6.9.4-1:
* Remove https delegate.
* Check for buffer overflow in magick/draw.c/DrawStrokePolygon().
* Replace show delegate title with image filename rather than label.
* Fix GetNextToken() off by one error.
* Remove support for internal ephemeral coder.
- refreshed ImageMagick-6.8.8-1-disable-insecure-coders.patch
- believe or not, correct license string is ImageMagick:
http://spdx.org/licenses/ImageMagick.html
- rework ImageMagick-6.8.8-1-disable-insecure-coders.patch
* add new policy (TEXT, SHOW, WIN and PLT)
- rebase patches (p0)
* ImageMagick-6.6.8.9-doc.patch
* ImageMagick-6.6.8.9-examples.patch
* ImageMagick-6.7.6.1-no-dist-lzip.patch
* ImageMagick-6.8.4.0-dont-build-in-install.patch
* ImageMagick-6.8.4.0-rpath.patch
* ImageMagick-6.8.5.7-no-XPMCompliance.patch
* ImageMagick-6.8.8-1-disable-insecure-coders.patch
OBS-URL: https://build.opensuse.org/request/show/396160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=126
* Remove https delegate.
* Check for buffer overflow in magick/draw.c/DrawStrokePolygon().
* Replace show delegate title with image filename rather than label.
* Fix GetNextToken() off by one error.
* Remove support for internal ephemeral coder.
- refreshed ImageMagick-6.8.8-1-disable-insecure-coders.patch
- believe or not, correct license string is ImageMagick:
http://spdx.org/licenses/ImageMagick.html
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=254
* Respect gravity when rendering text (e.g. convert -gravity center
my.txt).
* Return empty string for %d property and no directory.
* Return filename for the %i property.
* Fixed lost pixels in frequency space.
* etc. see ChangeLog
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=248
* Don't break on euro-style numbers.
* 16-bit pnm images have a max value of 65535.
* Fixed compile error when POSIX threads are not defined.
* Fixed memory leak when reading incorrect PSD files.
* Enhance PDF to properly handle unicode titles.
* Fix memory leak in icon coder.
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=246
- Update to 6.9.2-8:
* Gray artifacts in large gif when using -layers optimize.
* The DICOM reader now handles the rescale intercept and slope.
* Added 'bmp3:alpha' option for including the alpha channel when
writing an image in the BMP3 format.
* PixelColor off by one on i386.
* Added local contrast enhancement.
* Fixed bug in SetPixelCacheExtent that made images all black.
* Added 6dot variant for unicode and iso braille formats.
* Fixed alpha blending issue with semi-transparent pixels in the
merged image of PSD files. This can be disabled by setting the
option 'psd:alpha-unblend' to 'off'.
* Fixed issue in jpeg:extent that prevented it from working.
* Fixed memory leak when reading Photoshop layers in a TIFF file.
* Support gradient:bounding-box, gradient:vector, gradient:center,
and gradient:radius to shape the gradient rendering.
* Recognize label:@- as stdin.
* Make commas optional for coordinates.
OBS-URL: https://build.opensuse.org/request/show/349357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=122
* Gray artifacts in large gif when using -layers optimize.
* The DICOM reader now handles the rescale intercept and slope.
* Added 'bmp3:alpha' option for including the alpha channel when
writing an image in the BMP3 format.
* PixelColor off by one on i386.
* Added local contrast enhancement.
* Fixed bug in SetPixelCacheExtent that made images all black.
* Added 6dot variant for unicode and iso braille formats.
* Fixed alpha blending issue with semi-transparent pixels in the
merged image of PSD files. This can be disabled by setting the
option 'psd:alpha-unblend' to 'off'.
* Fixed issue in jpeg:extent that prevented it from working.
* Fixed memory leak when reading Photoshop layers in a TIFF file.
* Support gradient:bounding-box, gradient:vector, gradient:center,
and gradient:radius to shape the gradient rendering.
* Recognize label:@- as stdin.
* Make commas optional for coordinates.
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=244
- Update to 6.9.2-4:
* Fixed accessing subimage in a TIFF photoshop layer.
* Fixed out of bounds error in -splice.
* Created Manhattan Interpolate method for -sparse-color.
* Don't round up for JPEG image resolution.
* Read the whole image @ image.jp2[0] or an individual
tile @ image.jp2[1], image.jp2[2].
* The -caption option no longer fails for filenames with @ prefix.
* Honor $XDG_CONFIG_HOME and $XDG_CACHE_HOME.
* Added extra checks to avoid out of bounds error when parsing the 8bim
profile
* Fixed size of memory allocation in RLE coder to avoid segfault.
* The -colorspace gray option no long leaves a ghostly shadow.
* Preserving image origin in TGA files.
* Support color compliance for TXT format.
* Limit -fx recursive to avoid stack overflow.
* Don't set image colorspace to gray for -alpha copy option.
* GetImageType() no longer has side-effects to match behavior of IMv7.
* Swap pixels for -spread command-line option.
* Fix ModulusAdd & ModulusSubstract for HDRI compositing.
* Added "-set colorspace:auto-grayscale false" that will prevent automatic
conversion to grayscale inside coders that support grayscale.
* Fixed -list weight and the options for -weight.
* Added fontFamily, fontStyle, fontWeight and textUnderColor to the Image
class of Magick++.
* Fixed reading Photoshop layers of LSB TIFF files.
OBS-URL: https://build.opensuse.org/request/show/337996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=121
* Fixed accessing subimage in a TIFF photoshop layer.
* Fixed out of bounds error in -splice.
* Created Manhattan Interpolate method for -sparse-color.
* Don't round up for JPEG image resolution.
* Read the whole image @ image.jp2[0] or an individual
tile @ image.jp2[1], image.jp2[2].
* The -caption option no longer fails for filenames with @ prefix.
* Honor $XDG_CONFIG_HOME and $XDG_CACHE_HOME.
* Added extra checks to avoid out of bounds error when parsing the 8bim
profile
* Fixed size of memory allocation in RLE coder to avoid segfault.
* The -colorspace gray option no long leaves a ghostly shadow.
* Preserving image origin in TGA files.
* Support color compliance for TXT format.
* Limit -fx recursive to avoid stack overflow.
* Don't set image colorspace to gray for -alpha copy option.
* GetImageType() no longer has side-effects to match behavior of IMv7.
* Swap pixels for -spread command-line option.
* Fix ModulusAdd & ModulusSubstract for HDRI compositing.
* Added "-set colorspace:auto-grayscale false" that will prevent automatic
conversion to grayscale inside coders that support grayscale.
* Fixed -list weight and the options for -weight.
* Added fontFamily, fontStyle, fontWeight and textUnderColor to the Image
class of Magick++.
* Fixed reading Photoshop layers of LSB TIFF files.
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=241
- 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
- update to 6.9.0-9
* 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/request/show/288437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=117
* 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
- update to 6.9.0-3
* 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/request/show/281534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=116
* 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
- update to 6.8.9-8
* 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/request/show/258974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=113
* 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
- update to 6.8.9-8
* JPEG library version >= 80 is thread safe
* Added support for some legacy dds formats
- updated to 6.8.9-7
* 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/request/show/250599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=112
* 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
- build against librsvg again
- updated to 6.8.9-5
* 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/request/show/241481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=108
* 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