faae8067 | 18-Feb-2015 |
Danack |
Added ability to set origin as 'optional' second parameter for ImagickKernel::fromMatrix function. |
f7e9f9cb | 17-Feb-2015 |
Danack |
Fixed wrong default channels. |
8a90e4b7 | 16-Feb-2015 |
Danack |
Merge branch 'morphology' * morphology: Made function name be more consistent ImagickKernel::fromMatrix and Imagick::getMatrix rather than ::fromArray and ::getValues. Fixed unitialize
Merge branch 'morphology' * morphology: 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. Changed to having IMAGICK_WITH_KERNEL rather than version compare everywhere. Missed ifdef. Missed ifdef. Added version check to skipif.inc. Added ifdefs around kernels and morphology. Added 'addUnityKernel' and 'scale' methods. Made var_dump() function be useful for ImagickKernel objects. Added ImagickKernel class and morphology function, as well as all the constants needed to use them.
show more ...
|
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. |
b3f4c5c9 | 13-Feb-2015 |
Danack |
Added test for identify image. |
a39b08fd | 13-Feb-2015 |
Danack |
Merge branch 'master' into phpseven. Fixed incorrect types for s_add_named_strings (zend_string vs char*) * master: Corrected parameters to be size_t where ImageMagick requires them.
Merge branch 'master' into phpseven. Fixed incorrect types for s_add_named_strings (zend_string vs char*) * master: Corrected parameters to be size_t where ImageMagick requires them. Fixed mem leak. Made internal function be static, and also have module specific name. Conflicts: imagick.c imagick_class.c
show more ...
|
194ef721 | 13-Feb-2015 |
Danack |
Corrected parameters to be size_t where ImageMagick requires them. |
959fddec | 13-Feb-2015 |
Danack |
Fixed mem leak. Made internal function be static, and also have module specific name. |
7e8e3285 | 13-Feb-2015 |
Danack |
Made new features compile under ZE3. |
32081d7a | 12-Feb-2015 |
Danack |
Merge branch 'morphology' into phpseven. Put version check on tests. Added 'skip probe' for fourier transform tests. * morphology: Changed to having IMAGICK_WITH_KERNEL rather than ver
Merge branch 'morphology' into phpseven. Put version check on tests. Added 'skip probe' for fourier transform tests. * morphology: Changed to having IMAGICK_WITH_KERNEL rather than version compare everywhere. Missed ifdef. Missed ifdef. Added version check to skipif.inc. Added ifdefs around kernels and morphology. Added 'addUnityKernel' and 'scale' methods. Made var_dump() function be useful for ImagickKernel objects. Added ImagickKernel class and morphology function, as well as all the constants needed to use them. Conflicts: php_imagick_defs.h
show more ...
|
30a2c74c | 12-Feb-2015 |
Danack |
Merge branch 'master' into phpseven * master: Cleaned up kernel generation for colorMatrixImage to use aligned memory.
|
eb5fc7ae | 12-Feb-2015 |
Danack |
Cleaned up kernel generation for colorMatrixImage to use aligned memory. |
537d2b10 | 12-Feb-2015 |
Danack |
Adding gnu PPA to try to get correct autoconf version. |
aa9f53f3 | 12-Feb-2015 |
Danack |
Trying to debug m4 conf remotely. |
04c4f377 | 12-Feb-2015 |
Danack |
Removed xfail and corrected expected output. |
cd73a6d1 | 12-Feb-2015 |
Danack |
Merge branch 'master' into phpseven * master: If the user tells us where ImageMagick is, we should use that value to look for the header first.
|
922d2d46 | 12-Feb-2015 |
Danack |
If the user tells us where ImageMagick is, we should use that value to look for the header first. |
1b758c93 | 12-Feb-2015 |
Danack |
Changed to having IMAGICK_WITH_KERNEL rather than version compare everywhere. |
14594ea6 | 12-Feb-2015 |
Danack |
Missed ifdef. |
3bfb4b07 | 12-Feb-2015 |
Danack |
Missed ifdef. |
61bcecec | 12-Feb-2015 |
Danack |
Added version check to skipif.inc. Added ifdefs around kernels and morphology. |
cc860ada | 12-Feb-2015 |
Danack |
Changed image used for test, to allow it to work on older versions of ImageMagick. |
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. |
33827099 | 10-Feb-2015 |
Jan-E |
Fix VC11 errors |