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"
Paint Brush With PHP coding
Moderator: General Moderators
Re: Paint Brush With PHP coding
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.
If that's not what you mean then you'll need to explain a bit better.
Re: Paint Brush With PHP coding
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"
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
you need a language that run in the browser, php runs on the server.
You can use javascript, java applet or flash
You can use javascript, java applet or flash