Closed Leph closed 12 years ago
Dear Gregwar,
There is a problem with your _resize function. The function does not conserve the alpha channel of an image. Transparency pixels are turns into white pixels after the resizing.
Best regards.
Leph
Hello,
You can force the background to be transparent doing so:
<?php $img->resize($width, $height, 'transparent');
Dear Gregwar,
There is a problem with your _resize function. The function does not conserve the alpha channel of an image. Transparency pixels are turns into white pixels after the resizing.
Best regards.
Leph