Hi there...
i want to display a transparent PNG file in my gallery.. the problem is, that the thumbnail is coverted as jpeg
... then my pic is white... see attach..
is there a possibility to use png as tumbs?
regards
X3 Photo Gallery Support Forums
Twider84 wrote:Is it possible to change de default black background for all transparent PNG thumbnails?
mjau-mjau wrote:PNG is not possible for thumbnails, because Imagevue creates jpg preview files for all images, regardless of their original format.
You're welcomeTwider84 wrote:THANKS!
It is a PHP library that converts and resizes images, so I will need to check this if the PHP module can be edited to set a white background instead of black when removing PNG transparency ...Twider84 wrote:Is it possible to change de default black background for all transparent PNG thumbnails?
imagefill ($newImage, 0, 0, imagecolorallocate ( $newImage, 255, 255, 255 ));