History log of /imagick/tests/145_imagickkernel_coverage.phpt (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.5.0, 3.5.0RC2, 3.4.4, 3.4.4RC2, 3.4.4RC1, 3.4.3, 3.4.3RC4, 3.4.3RC3, 3.4.3RC2, 3.4.3RC1, 3.4.2, 3.3.0
# 2b9d7a5b 29-Jul-2015 John Boehr

Fix PHP5.3 compat in test


# edb6f41a 11-Jun-2015 Danack

Tidied tests.


# 9c249c90 11-Jun-2015 Danack

Typo in test.


# e13218a6 10-Jun-2015 Danack

Add support for ImageMagick 7.

Add basic support for ImageMagick 7, updated tests to not fail for functions removed in IM7. Added Travis tests against ImageMagick git dev repositories.


Revision tags: 3.3.0RC2, 3.3.0RC1
# 7a79d7c4 20-Feb-2015 Danack

Fixed issue with 'out of order' matrix e.g. "$foo[1] = 1; $foo[0] = 0;" is read out by zend_hash_move_forward as 1, 0.


# faae8067 18-Feb-2015 Danack

Added ability to set origin as 'optional' second parameter for ImagickKernel::fromMatrix function.


# 7569c3c4 14-Feb-2015 Danack

Made function name be more consistent ImagickKernel::fromMatrix and Imagick::getMatrix rather than ::fromArray and ::getValues. Fixed unitialized memory access and set x and y values.


# 61bcecec 12-Feb-2015 Danack

Added version check to skipif.inc. Added ifdefs around kernels and morphology.


# d15fda10 12-Feb-2015 Danack

Added 'addUnityKernel' and 'scale' methods. Made var_dump() function be useful for ImagickKernel objects.