Tag Archives: gd

Speeding up GD when making 2 sizes

Summary: If you’re using GD to generate 2 image sizes from an original, first generate the larger resized image, then generate the smaller size based on the resized image (not the original) to save a tiny bit of execution time. … Continue reading

Tagged , Leave a comment