b1059c89a0
- 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.htmlPetr Gajdos2016-05-17 09:26:57 +00:00
0b858b7918
- 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.htmlPetr Gajdos2016-05-17 09:26:57 +00:00
cceb4654ff
Accepting request 394840 from home:computersalat:devel:graphics
OBS User mrdocs
2016-05-13 19:31:18 +00:00
e747ba5187
Accepting request 394840 from home:computersalat:devel:graphics
OBS User mrdocs
2016-05-13 19:31:18 +00:00
2055803f21
- Update to 6.9.3-8: * 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
Petr Gajdos2016-04-14 14:30:57 +00:00
f4a9503ee5
- Update to 6.9.3-8: * 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
Petr Gajdos2016-04-14 14:30:57 +00:00
19be842a9b
- Update to 6.9.3-0: * 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.
Petr Gajdos2016-01-05 11:52:35 +00:00
8b652a67b5
- Update to 6.9.3-0: * 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.
Petr Gajdos2016-01-05 11:52:35 +00:00
0d340d2e11
- 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.
Petr Gajdos2015-12-17 12:04:48 +00:00
5bbb4705b8
- 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.
Petr Gajdos2015-12-17 12:04:48 +00:00
1df4b13fda
- 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.
Petr Gajdos2015-10-12 07:59:03 +00:00
15a7b98048
- 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.
Petr Gajdos2015-10-12 07:59:03 +00:00
b3b7c604d6
Accepting request 318979 from graphics
Stephan Kulow
2015-08-05 17:13:32 +00:00
dda0f7b1ac
Accepting request 318979 from graphics
Stephan Kulow
2015-08-05 17:13:32 +00:00
274034c6f4
Accepting request 318978 from home:sbrabec:branches:graphics
Marcus Meissner2015-07-27 15:08:42 +00:00
3596ed73bc
Accepting request 318978 from home:sbrabec:branches:graphics
Marcus Meissner2015-07-27 15:08:42 +00:00
661ea621a0
Accepting request 318218 from home:weberho:branches:graphics
Stanislav Brabec2015-07-24 14:48:42 +00:00
73f0e0beb9
Accepting request 318218 from home:weberho:branches:graphics
Stanislav Brabec2015-07-24 14:48:42 +00:00
28487883f5
Accepting request 314958 from graphics
Stephan Kulow
2015-07-16 15:13:12 +00:00
d98031fedd
Accepting request 314958 from graphics
Stephan Kulow
2015-07-16 15:13:12 +00:00
f001dd4de9
- update to 6.9.1-1 * 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.
Petr Gajdos2015-05-11 14:33:28 +00:00
628c18131e
- update to 6.9.1-1 * 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.
Petr Gajdos2015-05-11 14:33:28 +00:00
640df1d3b4
- update to 6.9.0-9 * Writing histograms / mpeg working again. * The -linear-stretch option worked for Q16 but not Q32.
Petr Gajdos2015-03-02 09:50:26 +00:00
e62bd5b569
- update to 6.9.0-9 * Writing histograms / mpeg working again. * The -linear-stretch option worked for Q16 but not Q32.
Petr Gajdos2015-03-02 09:50:26 +00:00
9eeece4d3f
- 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
Petr Gajdos2015-01-16 15:17:05 +00:00
317c41c2fd
- 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
Petr Gajdos2015-01-16 15:17:05 +00:00
1587d16dd2
- update to 6.9.0-0 * Check for zero-sized rendered SVG image. * EXIF directory offsets must be greater than 0. * Accept morphology kernels from files. * Don't optimize JPEG compression by default. * etc. see ChangeLog
Petr Gajdos2014-11-18 12:52:48 +00:00
9c47f70439
- update to 6.9.0-0 * Check for zero-sized rendered SVG image. * EXIF directory offsets must be greater than 0. * Accept morphology kernels from files. * Don't optimize JPEG compression by default. * etc. see ChangeLog
Petr Gajdos2014-11-18 12:52:48 +00:00
7079039dae
Accepting request 258974 from graphics
Stephan Kulow
2014-11-03 12:11:26 +00:00
b987f4bf0b
Accepting request 258974 from graphics
Stephan Kulow
2014-11-03 12:11:26 +00:00
e4a3a4fb13
- 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.
Petr Gajdos2014-10-30 12:57:27 +00:00
cac872b6fa
- 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.
Petr Gajdos2014-10-30 12:57:27 +00:00
8580efd68c
Accepting request 250599 from graphics
Stephan Kulow
2014-09-24 11:08:57 +00:00
45b0fd9f0e
Accepting request 250599 from graphics
Stephan Kulow
2014-09-24 11:08:57 +00:00
0f0d5bd67e
- update to 6.8.9-8 * JPEG library version >= 80 is thread safe * Added support for some legacy dds formats
Petr Gajdos2014-09-22 09:26:46 +00:00
44e339a9dd
- update to 6.8.9-8 * JPEG library version >= 80 is thread safe * Added support for some legacy dds formats
Petr Gajdos2014-09-22 09:26:46 +00:00
d8b2ac40a8
- 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.
Petr Gajdos2014-09-10 13:17:13 +00:00
d26b66ee20
- 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.
Petr Gajdos2014-09-10 13:17:13 +00:00
4478aa9a8b
Accepting request 247963 from graphics
Stephan Kulow
2014-09-10 05:27:50 +00:00
e3ea73b1db
Accepting request 247963 from graphics
Stephan Kulow
2014-09-10 05:27:50 +00:00
1fe2cfbca2
- 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'.
Petr Gajdos2014-07-18 08:50:35 +00:00
cdb66ea5fd
- 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'.
Petr Gajdos2014-07-18 08:50:35 +00:00
abe2e4a106
Accepting request 238571 from graphics
Stephan Kulow
2014-06-26 05:57:55 +00:00
ad70a2bb46
Accepting request 238571 from graphics
Stephan Kulow
2014-06-26 05:57:55 +00:00
25c53a2342
- updated to 6.8.9-4 * Support RMS argument for -evaluate-sequence and -statistic options. * Pipe image to display program no longer reports an exception. * Check that profile is non-NULL in coders/tiff.c.
Petr Gajdos2014-06-25 07:23:14 +00:00