Forums Index > Mewsoft Products > Auctionawy > Thumbnails
gropy1 First Post Posted on: 06-18-09 04:56 AM
Thumbnails

Dear Ahmed\ Is there is any way to improve the quality of the thumbnails?\ people make remarks on the quality of the pictures (not on view item page, those are good!)\ what are your sujestions? \ Best regards\ Avi\ \ p.s.\ When are you going to release the bulk system for shops?
mewsoft Reply #: 1 Posted on: 06-19-09 10:36 AM
Re: Thumbnails

This is normal for the quality which depends on the ration, so say if theimage ration is 80% smaller this means it looses the same ration of the detail, which an image resized to 70% will loose only 30% of the details. The software as you know does not do image processing, it is based on the GD libs and modules.

Anyway, there may be some good chance to change the quality for the thumbnails but  will be large files as you should know, edit the file SellLib.pm and search for the lines that like this line:

print NEW $Thumb->jpeg;

Change it to

print NEW $Thumb->jpeg(100);

Where the 100 is the highest quality, you can set this between 0 and 100 for quality.

DO not forget to edit the file and upload and download it in ASCII mode.

Of course  this file is called PostLib.pm for the classifieds if anyone else want to try.


Mewsoft Support
www.mewsoft.com