PDA

Click to See Complete Forum and Search --> : Php Graphix


prog_tom
May 25th, 2003, 12:36 PM
Can anyone explain how PHP GD or any PHP graphix library works? I want to beable to create a picture with text from a variable on it with PHP coding.

The Hobo
May 25th, 2003, 07:59 PM
It's amazing what you can find when you search.

http://php.weblogs.com/php_gd
http://php.resourceindex.com/Documentation/Examples_and_Tutorials/Images_and_Graphs/
http://www.phpfreaks.com/scripts/Image_Manipulation/17.php

prog_tom
May 25th, 2003, 10:32 PM
anymore? those links contain info i don't understand. I need some basic ones like how to write text on image using PHP.

The Hobo
May 26th, 2003, 11:05 AM
Originally posted by prog_tom
anymore? those links contain info i don't understand. I need some basic ones like how to write text on image using PHP.

The internet is vastly laced with search engines. I suggest you use one.

phpman
May 26th, 2003, 12:56 PM
Originally posted by prog_tom
anymore? those links contain info i don't understand. I need some basic ones like how to write text on image using PHP.
yeah, you don't understand because you want somebody to write it for you.

try here

http://www.php.net/manual/en/ref.image.php

with that you can get any info you want to do images in php.

to write text on an already existing image will take more than php, you have to use css and position it over the image already there. if fact it is called a layer.

Hobo, glad you found that thread again, that was funny LOL

prog_tom
May 26th, 2003, 10:32 PM
No, i mean i just want to write text on a new image, not on an existing.

The Hobo
May 26th, 2003, 10:47 PM
www.google.com

phpman
May 27th, 2003, 12:31 AM
http://www.snippetlibrary.com/code.php?id=6&kid=74&catname=Image%20Manipulation

but you might not understand it :rolleyes:

The Hobo
May 27th, 2003, 11:00 AM
Originally posted by phpman
http://www.snippetlibrary.com/code.php?id=6&kid=74&catname=Image%20Manipulation

but you might not understand it :rolleyes:

Which would be odd, since he's one of those higher-level programmers, you know? :p

phpman
May 27th, 2003, 11:48 AM
true dat, LOL