Kerm Posted August 19, 2013 Share Posted August 19, 2013 Hello, can some one help me please. I need change image cropping default white background on other color, like black, how and where i can do it in prestashop 1.4?? Link to comment Share on other sites More sharing options...
vekia Posted August 19, 2013 Share Posted August 19, 2013 you have to change the height of the image under the preferences > images image size defined there must be proportional to the sizes of the image that you're trying to upload you can also change the image extension type (the same back office menu as above) then all images will have transparent background Link to comment Share on other sites More sharing options...
Kerm Posted August 19, 2013 Author Share Posted August 19, 2013 (edited) Hello, thx for reply! I already found the answer, need change in file images.inc.php function "imageCut", find this: $white = imagecolorallocate($dest['ressource'], 255, 255, 255); And change on this: $white = imagecolorallocate($dest['ressource'], 42, 42, 42); Where 42, 42, 42 is RGP color PS.: I have in my shop product images with different aspect ratios so some images will be cropped anyway... PS2.: I strongly recommend do not use option "Use PNG for all images", especially if u have alot product images, becose disk usage will increase up to 10 times...also same customers may experience difficulties when downloading these images with weak internet.. Edited August 19, 2013 by Kerm (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 19, 2013 Share Posted August 19, 2013 thanks for information that you sloved it and for valuable tips that you mentioned it will be really helpfull for other merchants here im going to mark this topic as [sOLVED] best regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now