How I insert all that was entered in a form inside a custom image and save this image in data base. Is it possible?
possible. but you must calculate how many chars the text and size of image. so your text can fit in image
Hi, If you want to insert some text into the image than you can use image editing software, you can swap the colors of your text and background by using the menu commands Layer, Colors, then Invert.
right. but may be he want make web image creator, he give the background image than visitor can save his image with text that submited from his form
Never save an image in the database. Save the image as a file, and save the filename in the database. As far as putting text on an image, there are libraries to do that. Which one you need depends on the code already on the site and your ability to write the code to add the text to the image. There's no script you can just drop into your site.