PHP: How to Create Mirror Images using GD
Posted on January 19, 2009, Filled under PHP,
Bookmark it
This class is useful to create mirror images using the GD Library. You just need to set the source path of the image (URL or local path) and the folder where the new image should be saved. If the latter is not specified the image will output without being saved. This is useful if you need to generate mirror images ‘on the fly’.
