Re: [GD-DEVEL] edge detection in windows dll possible?
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! On 8/31/07, tuitfun <[email protected]> wrote: > hello, > > i've been searching for a way to do edge detection. it seems this is possible > in gd in php. what about libgd windows dll? is it possible? if yes, please > point me to the relevent documents or sample codes. It is possible yet with the libgd.org's gd. However the code I wrote for the php's libgd can be easily ported to any C application (or scripts for that matter). You can find it in php's cvs (or source releases): http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.c See the end of the file. It is was imagefilter and imageconvolution use. Cheers, --Pierre