i'm trying to write a little application that lets the users of my site create a little picture of themselves to use as an avatar for the forums. the pictures are made up from a number of .pngs that contain a type of hairstyle or a set of eyes that are merged together using the imagecopy() function.
all the images display correctly (ie. with transparency) before the merging in ie and netscape.
problem is when the images are merged by php they loose their transparency - the transparent pixels are replaced by white ones. which kind of ballses up the stacking effect...
i'm using photoshop's save for web feature to create the .png's and have tried saving the palette in different orders etc but to no avail.
any ideas?