Jump to content

[SOLVED] [PHP][GD] Inserting an image onto the current image


Stephen

Recommended Posts

Let's say I'm making an image with 200 width and 30 height in PHP with the imagecreate function. Is it possible to insert a smaller image, say 16x16 (just an example), into the left hand corner (or any X and Y I instruct it to) of the image I created via PHP, or will I have to pre-create the image with that smaller image already on it and have to use imagecreatefrom<>?

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.