Posts Tagged ‘image manipulation’

Image manipulation and watermarking in PHP with GD2

Thursday, September 10th, 2009

The following functions are what I usually use to handle images in my projects. We’ve got reScaleImage which will resize and save an image, keeping aspect ratio.... Read More