News:

AbanteCart v1.4.2 is released.

Main Menu
support

thumbnail image quality

Started by smallfish, March 08, 2013, 03:43:36 AM

Previous topic - Next topic

smallfish

The thumbnail image quality is not good. Where can I increase the quality of the thumbnail?
Thank you!

abantecart

Thumbnail images are based on your source images. Load better quality source (main) images and thumbnails will be generated with better quality.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

smallfish

OK, I find that the image class which is already used 100% as the quality.
Then, I really need to improve the quality of the source image file.
Thanks!

public function save($file, $quality = 100) {
      $extension = pathinfo($file,PATHINFO_EXTENSION);
        if ($extension == 'jpeg' || $extension == 'jpg') {
            imagejpeg($this->image, $file, $quality);

Forum Rules Code of conduct
AbanteCart.com 2010 -