xfedex wrote:
Hi,
Has anybody use this function?
http://www.php.net/manual/en/function.imageconvolution.php
I dont know what a matrix3x3 array is.
This means three columns and three rows:
x x x
x x x
x x x
^ Like that.
And so, if someone has experience on random image generation, it would
Thanks for your answer!
On 7/5/05, Richard Lynch <[EMAIL PROTECTED]> wrote:
>
> On Mon, July 4, 2005 11:38 pm, xfedex said:
> > Has anybody use this function?
> > http://www.php.net/manual/en/function.imageconvolution.php
>
> Somebody must have... :-)
>
> > I dont know what a matrix3x3 array is
On Mon, July 4, 2005 11:38 pm, xfedex said:
> Has anybody use this function?
> http://www.php.net/manual/en/function.imageconvolution.php
Somebody must have... :-)
> I dont know what a matrix3x3 array is.
$matrix3x3 = array( array( 1, 3, 4), array(2, 5, 7,), array(3, 1, 2));
> And so, if someon
3 matches
Mail list logo