PNG (Portable Network Graphics) optimization is not always easy to manage. First off PNG is not one format but five different formats (see table)
Bit depth per channel
1
2
4
8
16
Number
of
channels
inde...
PNG PHP-GD
Created 06/08/09
Here's what we want to achieve. Take the front cover of our brochure and a background image. Rotate the cover and merge to the background.
[/500_cover.jpg:122px:138px] + [/502_rotate_background.jpg:150px:137px] = [/501_rotate_merged.jpg:147px:135p...
Created 28/07/08
Preface
I created this script for a books site, it uses the PHP GD functions to resize a batch of images but this is the process for a single image file. A (zip) directory walk is required and you can make this into a batch process
==The Code==
{...
Created 28/04/07
