writing text to 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
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

writing text to images

Post by gaogier »

Hello

I was thinking, of creating something that people can write on, that it would make the images which will inlude the text the user wants.

I dont think i explainned it very well, sorry, there is a link of what i meant at the end of this post.

I have tryed and failed, in making this work, but, i found this (link at the botten of this post) and this will enable me, to make my images have unique text. This is the problem i have now, i want it on my website, not use it on theirs. i need to know if anyone knows free scripts, or can help me make one.

I think this in the wrong place, but i could not think where else to put it.

here is what im looking for, http://www.imgtext.com
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

Very trivial to do with GD2. Look at the functions in http://www.php.net/image, and the articles on http://www.phpgd.com
Last edited by onion2k on Tue May 15, 2007 11:15 am, edited 1 time in total.
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

onion2k wrote:Very trivial to do with GD2. Look at the functions in http://www.php.net/image, and the articles on http://www.phpgd.com
what do you mean by, trivial? and what do you mean by GD2
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

Trivial means easy. GD2 is a graphics library.
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

oh, just that the dictionary said little value
Post Reply