News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

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.

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 -