HI
Just installed version 177, and it now seems all thumbnails are generated in GIF format even though my original images are JPG ?
There is a huge loss of quality in my case, so is there a way to change the function in commonfunctions.php ?
I seem to understand the code around line 1395 forces thumbnails to be Gif.
$thumbname.=".gif";
imagegif($thumb,$path.$thumbname);
Thanks.