History log of /imagick/imagickkernel_class.c (Results 26 – 39 of 39)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.3.0RC2, 3.3.0RC1
# 29e89224 10-Mar-2015 Danack

Correct descriptions in function prototypes. Updated readme to have more links to github and to clarify that this is not the place for HHVM bugs.


# 1a660831 24-Feb-2015 Danack

Enabled -Wall and fixed various small issues. Added test for progress monitor via callback, which is broken in 7.


# a187331d 24-Feb-2015 Danack

Fixed kernel debug info.


# 7ba42ae3 23-Feb-2015 Danack

Enabled CFLAGS="-Wno-deprecated-declarations -Wdeclaration-after-statement -Werror" to prevent C89 errors.


# 357db856 22-Feb-2015 Danack

Added -Wdeclaration-after-statement to CFLAGS for travis, to catch bad placement of variables. Fixed a bad placement of a variable.


# 0aa0ebd1 22-Feb-2015 Danack

Fixed incorrect iteration.


# 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.


# 7e8e3285 13-Feb-2015 Danack

Made new features compile under ZE3.


# 1b758c93 12-Feb-2015 Danack

Changed to having IMAGICK_WITH_KERNEL rather than version compare everywhere.


# 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.


# a3cc177f 10-Feb-2015 Danack

Added ImagickKernel class and morphology function, as well as all the constants needed to use them.


12