Jump to content

Image Transparency Bug


Recommended Posts

Hi,

i am using Prestashop 1.4, and when changing the homepage logo, the background is automatically changed to white, even when i am using a Transparent .PNG. I know why this is happening as listed in images.inc.php:


$white = imagecolorallocate($destImage, 255, 255, 255);
imagefilledrectangle ($destImage, 0, 0, $destWidth, $destHeight, $white);



is there a way around this or will i have to change the colours to match my background, which is in-efficient.

Thankyou

Link to comment
Share on other sites

×
×
  • Create New...