Jump to content

GD Question: Create one large image from multiple image?


galvin

Recommended Posts

You can have multiple image resources at one time....  So, you essentially just need to do the following:

 

-get a list of the images

-store resources of the images in variables

-get the width/height of each image (do this as you're storing them, or perhaps before)

-create a new image resource (imagecreatetruecolor) of the total width and height of your images

-Place each image into the new resource.

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.