Jump to content

Image Editing/Generation


inferium

Recommended Posts

http://php.net/imagestring

 

and also.. in the lil examples on there they use imagecreate() {http://php.net/imagecreate} however, you can use imagecreatefromjpeg imagecreatefrompng imagecreatefromgif

{

  http://php.net/imagecreatefromjpeg

  http://php.net/imagecreatefrompng

  http://php.net/imagecreatefromgif

}

to create an image resource with the width/height/image of the template file

 

I hope I helped

Ah sweet, this is something like what I was looking for. I found what I think is maybe a more relevant to what I want to do at http://scriptplayground.com/tutorials/php/Text-On-Image/

 

But I want to do this through forms. How would I make a form write to a certain part of the image?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.