3b5728b482
- updated to 7.0.7-4 * Fixed numerous memory leaks. * Maximum valid hour is 23, not 24, in the PNG tIME chunk, and maximum valid minute is 59, not 60. * Use signed integer arithmetic to calculate timezone corrections.
Petr Gajdos2017-09-26 10:28:34 +00:00
2a7bbff71a
- updated to 7.0.7-1 * Fixed numerous memory leaks. * Added -define tiff:write-layers=true to add support for writing layered tiff files. * Don't overwrite symbolic links when the shred policy is enabled. * Support -metric ssim, structual similarity index. * Fixed thread safety issue inside the pango and librsvg decoder. * Fixed bug with writing tIME chunk when timezone has a negative offset. * Support CubicSpline resize filter. Define the lobes with the -define filter:lobes={2,3,4}. * Prevent assertion failure when creating PDF thumbnail. - updated to 7.0.6-7
Petr Gajdos2017-09-11 07:57:26 +00:00
e8a630b37d
- updated to 7.0.7-7 * Improve EPS aliasing * Added a new option called 'dds:fast-mipmaps' * The mipmaps of a dds image can now be created from a list of images with -define dds:mipmaps=fromlist * Fixed numerous memory leaks * Put UTC time in the PNG tIME chunk instead of local time * Fixed numerous memory leaks * Properly set image->colorspace in the PNG decoder (previously it was setting image->gamma, but only setting image->colorspace for grayscale and gray-alpha images. * Fix improper use of NULL in the JNG decoder * Added "-define png:ignore-crc" option to PNG decoder. When you know your image has no CRC or ADLER32 errors, this can speed up decoding. It is also helpful in debugging bug reports from "fuzzers". * Off by one error for gradient coder * YUV coder no longer renders streaks * Fixed numerous memory leaks * Added experimental PNG orNT chunk, to store image->orientation. * Removed vpAg chunk write support * Fixed numerous memory leaks * Fix memory leaks when reading a malformed JNG image * Fixed numerous memory leaks * The -monochrome option no longer returns a blank canvas * coders/png.c: fixed memory leak of quantum_info * coders/png.c: fixed NULL dereference when trying to write an empty MNG * Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed by the "-strip" option. * Implemented PNG eXIf chunk support * Support new -auto-threshold option. OTSU and Triangle methods are
Petr Gajdos2017-08-14 10:49:06 +00:00
78943b1daf
Accepting request 515829 from home:oertel:branches:graphics
Petr Gajdos2017-08-11 07:20:44 +00:00
952531c97d
- updated to 7.0.5-6 * Revise DICOM window and rescale handling. * Restore the -alpha Shape option. * Fix transient PDF bug. * The +opaque option now works on all channels. * Ensure backwards compatibility for the -combine option. * Check for EOF conditions for RLE image format. * Reset histogram page geometry.
Petr Gajdos2017-05-19 08:55:03 +00:00
45a0aa9667
- workaround failed test + ImageMagick-relax-filter.t.patch
Petr Gajdos2017-04-26 15:02:26 +00:00
7c45a2b462
- updated to 7.0.5-5 * Minimize buffer copies to improve OpenCL performance. * Morphology thinning is no longer a no-op. * Patch two PCD writer problems, corrupt output and dark pixels. * Support ICC based PDF's. * Fix improper EPS clip path rendering.
Petr Gajdos2017-04-26 14:53:36 +00:00
c6b0ba5a03
Accepting request 483272 from graphics
Yuchen Lin2017-04-06 08:59:42 +00:00
86e9db7524
- updated to 6.8.8-2 * Support namespaces for the security policy. * Respect throttle policy. * Support the -authenticate option for PDF. * Fix Spurious memory allocation message. * Identical images should return inf for PSNR. * Fixed fd leak for webp coder. * Prevent random pixel data for corrupt JPEG image. * Support pixel-cache and shred security policies. * Fixed memory leak when creating nested exceptions in Magick++. * Eliminate bogus assertion. * Unbreak build without JPEG support.
Petr Gajdos2017-03-20 14:29:08 +00:00
6a6c996b92
- updated to 6.9.7-7 * Sanitize comments that include braces for the MIFF image format. * Uninitialized data in MAT image format. * see ChangeLog for full changelog
Petr Gajdos2017-02-13 14:57:44 +00:00
b540979ee0
- updated to 6.9.7-5 * Don't set background for transparent tiled images * Added support for RGB555, RGB565, ARGB4444 and ARGB1555 to the BMP encoder * Fix memory leak in MPC image format. * Increase memory allocation for TIFF pixels * etc. see ChangeLog
Petr Gajdos2017-01-24 12:17:16 +00:00
47994fed83
- Updated to 6.9.5-10 * Added layer RLE compression to the PSD encoder. * Added define 'psd:preserve-opacity-mask' to preserve the opacity mask in a PSD file. * Fixed issue where the display window was used instead of the data window when reading EXR files (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=137849).
Petr Gajdos2016-09-26 08:57:43 +00:00
4e9ec2b869
- updated to 6.9.4-7: * Fix small memory leak (patch provided by Андрей Черный). * Coder path traversal is not authorized (bug report provided by Masaaki Chida). * Turn off alpha channel for the compare difference image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29828). * Support configure script --enable-pipes option to enable pipes (|) in filenames. * Support configure script --enable-indirect-reads option to enable indirect reads (@) in filenames. - remove ImageMagick-CVE-2016-5118.patch, use --enable-pipes=no instead
Petr Gajdos2016-06-06 09:03:41 +00:00
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
cceb4654ff
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
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
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
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
b3b7c604d6
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
661ea621a0
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
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
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
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
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
7079039dae
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
8580efd68c
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
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
4478aa9a8b
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
abe2e4a106
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
2acd4d94bf
Accepting request 236957 from graphics
Stephan Kulow
2014-06-16 19:43:11 +00:00