Subject: | Implement PHP's imagefilter() Routines (that are an interface to parts of libgd()) |
The PHP interface to GD contains the imagefilter() function:
http://www.phpfreaks.com/phpmanual/page/function.imagefilter.html
Now this function is an interface to some existing functions in libgd
(possibly relatively new ones). What we (= my company) need is a way to
do them in Perl in a hopefully efficient manner, since we're translating
some PHP code to Perl.
I believe I can implement this as a patch to the "GD" distribution on
company time. I should note though that my experience with PerlXS is
relatively limited. We would also like to hear if there's any other way
we can implement it above the existing Perl interface.