Jump to content

prestashop 1.5 product image background


Recommended Posts

Hello,

I have been trying searching digging and asking all over the net, but i cant find the answer :D.

Please help me, every time i upload a product image, prestashop is adding a very annoying white background to every image. I want to remove this white, ifound a module that only help to change the color instead of white... RGB. But i want transparent or just simply nothing.

Link to comment
Share on other sites

  • 3 months later...
  • 3 weeks later...

Hello!

 

search in:

classes/ImageManager.php

 

and edit:

ca. line 180:

$white = imagecolorallocate($dest_image, 255, 255, 255);

ca. line 335:

$white = imagecolorallocate($image, 255, 255, 255);

ca. line 378:

$white = imagecolorallocate($dest['ressource'], 255, 255, 255);

 

resample product-pictures in backend!

 

best from ButtonTeam

 

 

http://buttonteam.de/shop/

Link to comment
Share on other sites

×
×
  • Create New...