Speeding up GD when making 2 sizes
23rd July 2010Summary: 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. I’m working on a webcam project where I need to pull in a large webcam [...]




