PHP + GD: imagetruecolortopalette not keeping transparency
- by AlexMax
I am using GD to output an image that is a truecolor+alpha channel PNG file using imagepng just fine. However, I would like to have the ability to also output an ie6-compatible 256-color PNG as well. According to the official documentation for imagetruecolortopalette:
The code has been modified to preserve as much alpha channel information as…