Fuzzy photos

Hi all, another one for you:

Even if a huge photo is downloaded, let's say 4Mo, wich I don't care for now, photos are always fuzzy, in any sizes on the site. ( icon / thumb / browse / file ).

Is it because of my parameters in \modules\boonex\photos\classes\BxPhotosUploader.php ?

Actually, they are:

$aFileTypes = array(

  'icon'  => array('postfix' => 'ri', 'size_def' => 32),
  'thumb' => array('postfix' => 'rt', 'size_def' => 64),
  'browse'=> array('postfix' => 't', 'size_def' => 140),
  'file'  => array('postfix' => 'm', 'size_def' => 600),
             ); 

Please let me know where to make the changes.

Regards,

Gas

Quote · 16 Sep 2014

Have you made changes to the quality (compression) level in the code?

Geeks, making the world a better place
Quote · 16 Sep 2014

Hello geek_girl,

Answer is, not at all  :)

Quote · 16 Sep 2014

Found an old post in here

http://www.boonex.com/forums/?action=goto&search=1#topic/Bad-photo-quality-after-upload-.htm

Will try tonight

Quote · 16 Sep 2014

Finally, this solution didn't work, my photos were already at "90"  :(

Back to square 1

Quote · 16 Sep 2014

I will be happy to take a look at some of the photos; if you don't want to post the site URL here, send it to me in a PM.

Geeks, making the world a better place
Quote · 16 Sep 2014

By the way, you set the size of the images in the admin, modules -> photos -> settings.  Usually one is downsizing an image when it is stored on the server and Dolphin also stores the original image as well.

Geeks, making the world a better place
Quote · 16 Sep 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.