PDA

View Full Version : images ?


miz
02-07-2005, 09:41 PM
ok im tring to create images from while loop :P

like the while loop getting all info(only text)

like

$bla = fetch_text_data(bla);

now i want to create image from this text.

btw
the text contain <pre> and other tags.

cinq
02-08-2005, 02:17 AM
When you say 'create image from this text', are you refering to creating a graphic with the text on it ?
GD functions would probably do the trick.
I was just reading up about this the other day :)

trafix
02-08-2005, 02:51 AM
cinq ... have you experiance with GD and the attachment system?

cinq
02-08-2005, 05:09 AM
Nope, not really, was just reading some image creation functions in view of certain new features I hope to implement in one of my hacks :)
What's up ? new hack brewing ? :D

trafix
02-08-2005, 05:32 AM
there is always hacks brewing ..... lol

im trying to find someone to code an attachment system for the vb trader that is like the post attachments

miz
02-08-2005, 01:14 PM
When you say 'create image from this text', are you refering to creating a graphic with the text on it ?
GD functions would probably do the trick.
I was just reading up about this the other day :)

can you show me exsample ?

cinq
02-08-2005, 01:18 PM
miz, you can check out some of the tutorials listed here (http://www.hotscripts.com/PHP/Tips_and_Tutorials/Image_Manipulation/index.html)

:)

miz
02-08-2005, 02:07 PM
thanks mate :D