History log of /imagick/ (Results 351 – 375 of 1494)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
063a512025-Jan-2017 Remi Collet

Fix #195 segfault by using correct properties size

Revision tags: 3.4.3RC3
584a8f6f23-Jan-2017 Unknown

Correct changelog in package.xml

abe03d3b23-Jan-2017 Unknown

Update version for release for file permission problem.

788b9cb722-Jan-2017 Unknown

Clarified why version is not stored in file.

Revision tags: 3.4.3RC2
ed83022717-Jan-2017 Danack

Updated release notes.

89dada4208-Jan-2017 Danack

Forgot to change output.

cd63170e08-Jan-2017 Danack

Completely disable test.

533fcb0608-Jan-2017 Danack

Completely disable test.

26040fcd08-Jan-2017 Danack

Added failing test for bug 73840.

This will require quite a chunk of work to fix.

38e7bc0824-Dec-2016 Sergey Dryabzhinsky

Raise required php version to 5.3.2

- first *stable* version available in Ubuntu Lucid

375103ab15-Dec-2016 Ondřej Surý

Put $IM_IMAGEMAGICK_LIBS into $LIBS for PHP_CHECK_FUNC to unbreak builds with --as-needed

c7d8461112-Dec-2016 Danack

rename parameter to avoid clash.

exception_info is a defined thing on Windows.

300223ed07-Dec-2016 Danack

Use PHP 7.1 rather than alpha for testing.

48f577b007-Dec-2016 Danack

Add test for Imagick::setImageAlpha.

413fab8906-Dec-2016 Danack

Added tests to package.xml.

30e3bd9e06-Dec-2016 Danack

Added Imagick::setImageAlpha.

8495df8f06-Dec-2016 Danack

Remove TSRMLS for strictly ZE3 code.

b6533b0406-Dec-2016 Danack

Merge branch 'patch-1' of github.com:markzz/imagick


92408b5a06-Dec-2016 Danack

Prevent resizing an image to 0 width/height.

ImageMagick does not support zero width/height images. Some places where images could be created with zero width/height are protected by ImageMag

Prevent resizing an image to 0 width/height.

ImageMagick does not support zero width/height images. Some places where images could be created with zero width/height are protected by ImageMagick e.g. Imagick::newPseudoImage(). Other places need to be protected by Imagick. I'm about 50% sure this is the correct thing to do, rather than throwing an ImagickException. Fixes #174.

show more ...


b9a092be06-Dec-2016 Danack

Adds exception checking for Imagick::getRegistry.

8763169b06-Dec-2016 Danack

Add more value testing.

The 255th value is useful thing to diagnose.

d4453cf229-Nov-2016 Remi Collet

deprecate method not available in IM 7, see #162

77d5a51e09-Aug-2016 Felix Hassert

Test for #174: pseudo image compatible w/ IM <=6.6 (fix travis)

c4f696f008-Aug-2016 Felix Hassert

Test files for #174 registered in package.xml

ee27a12108-Aug-2016 Felix Hassert

Never try to resize an image to 0 width/height, fixes #174

1...<<11121314151617181920>>...60