Create a image from a form
evilfrogo (12 pencils) | Fri, 2005-09-09 19:19I have a question, someone knows how to create a image (jpg, png , gif, etc) after you fill a form or something??
I want to made an imput form with some basic info (name, adress, phone...) and after you submit it it give you a image, like an web Id, i'm working with perl and MySql
Something like this... but this one is PHP
To live or die under the phtalamian sky...
Commenting on this Forum topic is closed.

You can use Imagemagick or GD2 to work with PHP. I wouldn't mind to see the results if you make it work.
Tnx.. i'll try the GD2 looks what i need
To live or die under the phtalamian sky...
You can also use Imager give it an image (maybe from the upload form or from a selecion on the form) and use the 'string()' method to write your prefered text (could also be from the form) unto the image.
See: http://search.cpan.org/~tonyc/Imager-0.45/lib/Imager/Font.pm#string