0a7d2332 | 17-Aug-2020 |
Danack |
Make test slightly easier to debug on missing image. |
d1bdd605 | 17-Aug-2020 |
Danack |
Correct links to travis. |
03bc0d0a | 17-Aug-2020 |
Danack |
Comment out useful part of test, as the thing can't actually be tested. |
bc6715a8 | 17-Aug-2020 |
Danack |
Correct test for houghline name. |
0845b6bc | 24-Mar-2020 |
Narayana Belur Manjunathaiah |
Added sample input image for testing and updated test script |
dc39604c | 20-Mar-2020 |
Narayana Belur Manjunathaiah |
Correct comments |
a961d76a | 20-Mar-2020 |
Narayana Belur Manjunathaiah |
corrected zend args and added example for houghline |
6e658df4 | 18-Mar-2020 |
Narayana Belur Manjunathaiah |
Added Hough line detector php method |
eb587cd8 | 30-Jul-2019 |
Danack |
Add ini settings to work around segfault. Added the 'imagick.shutdown_sleep_count' (default 10) and 'imagick.set_single_thread' (default Off) to work around a segfault in OpenMP. |
3e25bb1c | 30-Jul-2019 |
Danack |
Adding debugging tool/notes. |
40dd40b8 | 25-Jul-2019 |
Danack |
Adding debug tools. |
23a173e6 | 10-Aug-2020 |
Philip Hofstetter |
add missing arginfo for two methods in PHP-8, presence of arginfo is checked and an E_NOTICE is thrown at startup if it's missing |
c0220d39 | 10-Aug-2020 |
Philip Hofstetter |
prefer instanceof_function over instanceof_function_ex the latter has been removed in PHP-8 and the current usage is consistent with what instanceof_function (without the ex) gave you an
prefer instanceof_function over instanceof_function_ex the latter has been removed in PHP-8 and the current usage is consistent with what instanceof_function (without the ex) gave you anyways
show more ...
|
e1a8d8a9 | 10-Aug-2020 |
Philip Hofstetter |
update for object handlers being called with zend_object* in PHP 8 for now, there's no ZEND_ENGINE_4 define, so this commit changes many checks to be based on PHP_VERSION_ID. |
ef46023b | 10-Aug-2020 |
Philip Hofstetter |
stop setting `no_separation` in PHP-8 and on this field has been removed for PHP-8 |
6160bd96 | 10-Aug-2020 |
Philip Hofstetter |
conditionally re-add some TSRM defines these were removed with PHP-8. They were empty definitions ever since PHP-7 |
97ca273d | 17-Jul-2020 |
Danack |
Update README.md rainbows intensify. |
58d50ff3 | 12-May-2020 |
Mikko Koppanen |
Minor update to README.md Correct the link URL |
35ad1110 | 22-Jan-2020 |
Alexander Menk |
Clarify Versions |
20e8e4b7 | 21-May-2019 |
Danack |
Update check_methods to get the latest methods from the ImageMagick website. |
3f2daeea | 21-May-2019 |
Danack |
Remove old package maintainers. |
209fe541 | 02-May-2019 |
Danack |
Revert author changes as pecl upload didn't accept them. |
578c0f63 | 02-May-2019 |
Danack |
Correct date in package.xml |
060c34ac | 02-May-2019 |
Danack |
Merge branch 'testing_ALPHACHANNEL_REMOVE' * testing_ALPHACHANNEL_REMOVE: Correct version check for FlattenAlphaChannel and RemoveAlphaChannel.
|
bcc9de00 | 30-Apr-2019 |
Danack |
Correct version check for FlattenAlphaChannel and RemoveAlphaChannel. |