Page 1 of 1

Paint Brush With PHP coding

Posted: Fri Jul 11, 2008 2:34 pm
by azhan
Hey guys,

How could i find a php script that could draw some art onto images just like paint brush?? i would like to get a php script that could retrieve an image ->> draw/edit/add text onto it -->> then save it back. Or any script that could call paint brush function.

Is there any such thing?

Thanks
Azhan
_________________________
http://www.productcoverdesign.com-"Chepest E-Cover Design"

Re: Paint Brush With PHP coding

Posted: Fri Jul 11, 2008 2:43 pm
by onion2k
If you mean interactively, like being able to draw it with a mouse, then PHP isn't the right language. You'd need Javascript or Flash.

If that's not what you mean then you'll need to explain a bit better.

Re: Paint Brush With PHP coding

Posted: Fri Jul 11, 2008 2:49 pm
by azhan
thanks for the reply onion2k.....yes..u get what i mean...hurmm..so php is not the right language is it....how do i combine javascript and php code then?

assume that in my php page...the user already retrieve the image...and once he click on the link beside the image...he could paint the image interactively.....and assume that i wanted to implement the brush tool INSIDE my php page....instead of using the tool outside the page...

how would i do that?

Thanks
Azhan
______________________________
http://www.productcoverdesign.com-"Chepest E-Cover Design"

Re: Paint Brush With PHP coding

Posted: Sun Jul 13, 2008 5:17 am
by azhan
bump

Re: Paint Brush With PHP coding

Posted: Sun Jul 13, 2008 8:53 am
by yacahuma
you need a language that run in the browser, php runs on the server.

You can use javascript, java applet or flash