Forums Index > Mewsoft Products > Classifiedawy > Classifiedawy 10.6 Image Sizing Update + Slide Show
slako First Post Posted on: 05-20-12 10:29 PM
Classifiedawy 10.6 Image Sizing Update + Slide Show

Thank you for subj. It's working fine but there is problem for slideshow:\ \ 1. There is a not proportional image resize when using the Slideshow feature.\ \ 2. How we can increase the image quality for resized images in code? It is too much compressed, we want to set a better quality for auto resizing feature.\ \ Thank You!

Horse Sales Classified http://www.horse-sale.com
slako Reply #: 1 Posted on: 05-20-12 11:11 PM
Re: Classifiedawy 10.6 Image Sizing Update + Slide Show

Has been fixed after changing settings in the Listing Options according to the following scheme:\ Slide Show Max Width (Pixels)= Uploaded Images Max Width (Pixels)\ Slide Show Max Height (Pixels)= Uploaded Images Max Height (Pixels)\ \ So please answer to second question only.

Horse Sales Classified http://www.horse-sale.com
mewsoft Reply #: 2 Posted on: 05-21-12 06:52 AM
Re: Classifiedawy 10.6 Image Sizing Update + Slide Show

Re:

2. How we can increase the image quality for resized images in code? It is too much compressed, we want to set a better quality for auto resizing feature.

The resized image quality is thde GD default value set which is normally the accepted with both size and details. Any way to change image quality between 1 to 100, change it in the code the module PostAdLib.pm,

change the line(s):

print Out  $Thumb->jpeg;

to

print Out  $Thumb->jpeg(XX);

where XX is 0-100, the quality.

This should be an integer between 0 and 100. Higher quality scores give larger files and better image quality. If you don't specify the quality, jpeg() will choose a good default.


Mewsoft Support
www.mewsoft.com

slako Reply #: 3 Posted on: 05-22-12 12:32 AM
Re: Classifiedawy 10.6 Image Sizing Update + Slide Show

Thank You!

Horse Sales Classified http://www.horse-sale.com
mewsoft Reply #: 4 Posted on: 05-22-12 04:30 AM
Re: Classifiedawy 10.6 Image Sizing Update + Slide Show

Your other post removed. The proper fix will be released.

Thanks


Mewsoft Support
www.mewsoft.com

slako Reply #: 5 Posted on: 05-22-12 05:11 AM
Re: Classifiedawy 10.6 Image Sizing Update + Slide Show

Thank you!

Horse Sales Classified http://www.horse-sale.com