Simple replication of imageconvolution function
Posted: Thu Mar 01, 2007 12:15 pm
imageconvolution() does not appear in PHP with non-bundled GD libraries or a PHP version lower than 5.1. It is a rare situation(if PHP developers are smart and use a PHP5 hosting), but it still happens. That’s why I wrote a replication of imageconvolution() in PHP, because it’s written in PHP, it is 50 times slower than the bundled version. But compare to the one listed on PHP.net’s comment by interghost at crovortex dot com, this is 30% faster and supports offset.
http://www.webdevlogs.com/2007/03/02/si ... -function/
http://www.webdevlogs.com/2007/03/02/si ... -function/