Jump to content

Quick Easy Image Question


Recommended Posts

brians34,

 

Prestashop creates images of all required size for products, categories, manufacturers, suppliers, etc. You may find the list of all sizes in the database ps_image_type table. To resize images, use the function imageResize ($ sourceFile, $ destFile, $ destWidth = NULL, $ destHeight = NULL, $ fileType = 'jpg'). It uses primarily the GD library in php, so that the latter is a must.

 

 

Best regards,

BelVG Team

[email protected]

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...