The problem surfaces when I use
Code: Select all
$im=imagecreatefrompng("images/bay.png");
header("Content-type: image/png");
imagepng($dest);
imagedestroy($dest);
The images returned have the background back in them. The background does not show anywhere else and view correctly when called with html (even layer correctly).
Does anyone have a clue what is causing this and how to fix it?
Thank you,
Daylene