I\'m trying to create a transparent png image and layer various other pngs and jpgs to create a final png with transparency. I\'m having trouble creating my initial empty tr
Set imagealphablending($image,true); on each new layer.
imagealphablending($image,true);
Try this: