This topic is locked

Dynamic thumbnails, GIF only ?!

12/11/2006 9:06:09 PM
PHPRunner General questions
D
dsaunier author

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.

Alexey admin 12/12/2006

Hi,
thumbnails are always created in GIF format now.
We'll add full thumbnails support into the next version of PHPRunner and this limitation will go away.

D
dsaunier author 12/18/2006

Hi
Any idea when those JPG thumbnails will be possible hence when that version comes out ?

Unfortunately this totally prevents me from using PHPrunner right now.

Best regards.

Alexey admin 12/18/2006

Hi,
please try out PHPRunner build 179 available at:

http://www.asprunner.com/files/phprunner311.exe
You can enable thumbnails in field settings dialog on Edit and List pages on Visual Editor tab.