063a5120 | 25-Jan-2017 |
Remi Collet |
Fix #195 segfault by using correct properties size |
Revision tags: 3.4.3RC3 |
|
584a8f6f | 23-Jan-2017 |
Unknown |
Correct changelog in package.xml |
abe03d3b | 23-Jan-2017 |
Unknown |
Update version for release for file permission problem. |
788b9cb7 | 22-Jan-2017 |
Unknown |
Clarified why version is not stored in file. |
Revision tags: 3.4.3RC2 |
|
ed830227 | 17-Jan-2017 |
Danack |
Updated release notes. |
89dada42 | 08-Jan-2017 |
Danack |
Forgot to change output. |
cd63170e | 08-Jan-2017 |
Danack |
Completely disable test. |
533fcb06 | 08-Jan-2017 |
Danack |
Completely disable test. |
26040fcd | 08-Jan-2017 |
Danack |
Added failing test for bug 73840. This will require quite a chunk of work to fix. |
38e7bc08 | 24-Dec-2016 |
Sergey Dryabzhinsky |
Raise required php version to 5.3.2 - first *stable* version available in Ubuntu Lucid |
375103ab | 15-Dec-2016 |
Ondřej Surý |
Put $IM_IMAGEMAGICK_LIBS into $LIBS for PHP_CHECK_FUNC to unbreak builds with --as-needed |
c7d84611 | 12-Dec-2016 |
Danack |
rename parameter to avoid clash. exception_info is a defined thing on Windows. |
300223ed | 07-Dec-2016 |
Danack |
Use PHP 7.1 rather than alpha for testing. |
48f577b0 | 07-Dec-2016 |
Danack |
Add test for Imagick::setImageAlpha. |
413fab89 | 06-Dec-2016 |
Danack |
Added tests to package.xml. |
30e3bd9e | 06-Dec-2016 |
Danack |
Added Imagick::setImageAlpha. |
8495df8f | 06-Dec-2016 |
Danack |
Remove TSRMLS for strictly ZE3 code. |
b6533b04 | 06-Dec-2016 |
Danack |
Merge branch 'patch-1' of github.com:markzz/imagick
|
92408b5a | 06-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 ...
|
b9a092be | 06-Dec-2016 |
Danack |
Adds exception checking for Imagick::getRegistry. |
8763169b | 06-Dec-2016 |
Danack |
Add more value testing. The 255th value is useful thing to diagnose. |
d4453cf2 | 29-Nov-2016 |
Remi Collet |
deprecate method not available in IM 7, see #162 |
77d5a51e | 09-Aug-2016 |
Felix Hassert |
Test for #174: pseudo image compatible w/ IM <=6.6 (fix travis) |
c4f696f0 | 08-Aug-2016 |
Felix Hassert |
Test files for #174 registered in package.xml |
ee27a121 | 08-Aug-2016 |
Felix Hassert |
Never try to resize an image to 0 width/height, fixes #174 |