More information about the Underscore mailing list

[_] PHP image manipulation

Tim Beadle tim.beadle at gmail.com
Fri Feb 9 13:14:59 GMT 2007

On 09/02/07, underscore at firecast.co.uk <underscore at firecast.co.uk> wrote:
> product in colour red
> product with material A                      =                       New
> image created by layering these three images
> product with finish B

Use alpha-transparent PNGs and apply a CSS background-color on the
relevant img element?

Tim