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 GitHubPetr Gajdos2019-11-20 08:10:13 +00:00
62caf53bd7Accepting request 697199 from graphics
Yuchen Lin
2019-04-26 20:43:16 +00:00
b6424403f7- version update to 7.0.8.41 * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues). * Honor SOURCE_DATE_EPOCH environment variable (reference https://github.com/ImageMagick/ImageMagick/pull/1496/). * Standardize on UTC time for any image format timestamp. * Add MagickAutoThresholdImage(), MagickCannyEdgeImage(), MagickComplexImages(), MagickConnectedComponentsImage(), MagickHoughLineImage(), MagickKuwaharaImage(), MagickLevelizeImageColors(), MagickLevelImageColors(), MagickMeanShiftImage(), MagickPolynomialImage(), MagickRangeThresholdImage(), MagickSetSeed(), MagickWaveletDenoiseImage() methods to MagickWand API.Petr Gajdos2019-04-23 14:26:14 +00:00
2f74696486Accepting request 697181 from home:jubalh:branches:graphicsPetr Gajdos2019-04-23 14:14:55 +00:00
bbdea7124b- added temporary %pretrans to ImageMagick-config-upstream and ImageMagick-config-SUSE [bsc#1122033comment#37]Petr Gajdos2019-03-18 13:06:52 +00:00
812c84809b- version update to 7.0.8.34 * Associate one lock with each resource. * Report exception if opening TIFF did not work out. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).Petr Gajdos2019-03-18 10:07:23 +00:00
996b06a78b- update to 7.0.8-30 * Support define to remove additional background from an image during a trim, e.g. -define trim:percent-background=0% -trim. * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues). * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). - deleted patches - ImageMagick-montage.t.patch (upstreamed)Petr Gajdos2019-03-04 12:58:28 +00:00
8cde9b444b- update to 7.0.8-23: * CacheInfo destructor must be aligned in DestroyPixelStream(). * Support negative rotations in a geometry (e.g. -10x-10+10+10). * Return expected canvas offset after a crop with gravity.Petr Gajdos2019-01-07 09:07:24 +00:00
649e191180- update to 7.0.8-21: * Check to ensure SeekBlob() offset can be represented in an off_t. * Cube image format returns a HALD image. * CLAHE tiles overlapped are now centered relative to the image.Petr Gajdos2018-12-28 18:56:57 +00:00
2f50c19f9e- update to 7.0.8-17: * Support -clahe clip limit with percentages (e.g. -clahe 50x50%+128+3).Petr Gajdos2018-12-19 09:08:08 +00:00
46b692834b- update to 7.0.8-16: * Add support for -clahe clip limit with percentages (e.g. -clahe 2x2+128+3%) * Check for modulo underflow. * Change SVG default DPI to 96 from 90 to meet recommendation of SVG2 & CSS. * Added support for the -clahe option: contrast limited adaptive histogram equalization. * Added support for GIMP 2.10 files (reference https://github.com/ImageMagick/ImageMagick/pull/1381).Petr Gajdos2018-12-11 13:48:23 +00:00
cc7e44bbc0- asan_build: build ASAN included - debug_build: build more suitable for debuggingPetr Gajdos2018-10-31 08:35:42 +00:00
e6cbfcbfa6- update to 7.0.8-14: * Adding coder headers with magic.xml will no longer be supported. * Adding coder aliases with coder.xml will no longer be supported. * fixing oss-fuzz issuesPetr Gajdos2018-10-31 08:07:26 +00:00
935432ff65- update to 7.0.8-12: * Added support for arithmetic coding to the jpeg encoder: -define jpeg:arithmetic-coding=true. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).Petr Gajdos2018-09-24 08:27:57 +00:00
1c4a731c2cAccepting request 634675 from graphics
Yuchen Lin
2018-09-20 09:39:41 +00:00
99a7681c71- update to 7.0.8-11: * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Add support for "module" security policy.Petr Gajdos2018-09-03 08:21:46 +00:00
2ba75a70c9- disable PS, PS2, PS3, XPS and PDF coders in default policy.xml [bsc#1105592]Petr Gajdos2018-08-22 10:30:13 +00:00
9e9d1e4a9d- disable PS, EPS, PDF and XPS in default policy.xml [bsc#1105592]Petr Gajdos2018-08-22 09:22:33 +00:00
27a4da982f- update to 7.0.8-10: * Added dcraw coder (dcraw:img.cr2) that can be used to force the use of the dcraw delegate when libraw is the default raw delegate. * Restored thread support for the HEIC coder. * ThumbnailImage function no longer reveals sensitive information (reference https://github.com/ImageMagick/ImageMagick/issues/1243). - remove upstreamed ImageMagick-filter.t.patchPetr Gajdos2018-08-17 08:04:07 +00:00
95418fa270- update to 7.0.8-9: * XBM coder leaves the hex image data uninitialized if hex value of the pixel is negative. * More improvements to SVG text handling. * New -range threshold option that combines hard and soft thresholding. * Non-HDRI ScaleLongToQuantum() private method no longer adds a half interval. * Fixed memset() negative-size-param (reference https://github.com/ImageMagick/ImageMagick/issues/1217). * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).Petr Gajdos2018-08-06 14:26:22 +00:00
a3ac0da8c5- update to 7.0.8-6: * Improve SVG support for tspan element. * Add support for -fx image.extent. * Fixed a few potential memory leaks. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Support %B property, the image file size without any decorations.Petr Gajdos2018-07-16 14:20:49 +00:00
a60a315a10- update to 7.0.8-3: * Apply translate component of SVG transform rotate. * More robust SVG text handling. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Fixed an issue with stroke and labelPetr Gajdos2018-06-26 09:50:56 +00:00
e7dcc0a16e- update to 7.0.8-0: * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Heap buffer overflow fix (reference https://github.com/ImageMagick/ImageMagick/issues/1156). * Boundary issues with -gamma option when HDRI is enabled (reference https://github.com/ImageMagick/ImageMagick/issues/1151). * Properly initialize SVG color style. * A SVG rectangle with a width and height of 1 is a point. * Fixed memory corruption for MVG paths. - consider test to be completely broken on i586, removing: - ImageMagick-relax-filter.t.patchPetr Gajdos2018-06-13 08:17:57 +00:00