I have a few scripts which manipulate existing PNG images. Every time my scripts create a new image, the following warning is generated:
gd-png warning: alpha channel not supported
I've tried the following already:
- error_reporting(0);
- put an @ before every function involved in in image generation;
I am using PHP4.03pl1 on NT4, I think I'm using the latest gd library.
Any ideas?