PDA

View Full Version : php and png


VaaKo
Wed 1st Jun '05, 1:04pm
how can I write to a picture (png) through a php file ???
I have a signature, and I wrote a text one it, but I wanna change it daily, and I don't wanna edit the image through photoshop and upload it again... it'll be a pain...

how can I edit the text through the php ?

Zachery
Wed 1st Jun '05, 3:35pm
You'd need to make use of either imagemagick or gd to do that.

VaaKo
Wed 1st Jun '05, 3:36pm
how would I do that ????

any steps ?

Zachery
Wed 1st Jun '05, 3:45pm
I'm no phpcoder

but you can try looking at php.net and search for gd functions :)