Paint Brush With PHP coding

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
azhan
Forum Commoner
Posts: 68
Joined: Fri Jun 27, 2008 6:05 am

Paint Brush With PHP coding

Post 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"
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Paint Brush With PHP coding

Post 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.
azhan
Forum Commoner
Posts: 68
Joined: Fri Jun 27, 2008 6:05 am

Re: Paint Brush With PHP coding

Post 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"
azhan
Forum Commoner
Posts: 68
Joined: Fri Jun 27, 2008 6:05 am

Re: Paint Brush With PHP coding

Post by azhan »

bump
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: Paint Brush With PHP coding

Post by yacahuma »

you need a language that run in the browser, php runs on the server.

You can use javascript, java applet or flash
Post Reply