Comment Images

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
SidewinderX
Forum Contributor
Posts: 407
Joined: Fri Jul 16, 2004 9:04 pm
Location: NY

Comment Images

Post by SidewinderX »

I am building an image gallery, and I would like to insert comments into images. I have an application that does this - but I was wondering if it is possible to do in PHP using GD? If so, can someone point me in the right direction?


Thanks
User avatar
Mini
Forum Newbie
Posts: 23
Joined: Mon Dec 04, 2006 4:39 am
Location: Netherlands

Re: Comment Images

Post by Mini »

Yup it is 8)

http://www.phpgd.com/scripts.php?script=38

I think that will get you started :P
SidewinderX
Forum Contributor
Posts: 407
Joined: Fri Jul 16, 2004 9:04 pm
Location: NY

Re: Comment Images

Post by SidewinderX »

Thank you for your reply, but perhaps I should have been more clear. I don't want to write text onto the image - I want to embed comments into the binary data. And it doesn't have to use GD, it can use any PHP functions.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Comment Images

Post by Christopher »

(#10850)
Post Reply