silvershop / silvershop-core

SilverShop is an e-commerce shopping cart module for the SilverStripe CMS
http://silvershop.github.io
BSD 2-Clause "Simplified" License
113 stars 119 forks source link

Enhancement: ProductImageExtension should use FitMax etc. to prevent upscaling #693

Open wernerkrauss opened 5 years ago

wernerkrauss commented 5 years ago

The logic for preventing upscaling is now built in SS4.

ProductImageExtension::getImageAt() should should use FitMax, ScaleMaxWidth and ScaleMaxHeight.

This way all images are processed and resampled with the project's image quality settings

wilr commented 5 years ago

Thanks! PR welcome