5121 Posts in 1527 Topics by 1119 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1290 Views |
-
setHeight / set Width / JPG QUALITY 66?

9 April 2010 at 9:50pm
Hi,
How can you increase the jpg quality of the setHeight function?
When you upload an image (instance: $Picture) with jpg quality 100..
And do this: $Picture.setHeight(230)
the result gives a resized image (nice) but the quality is 66 and not 100.
How can I adjust this?
-
Re: setHeight / set Width / JPG QUALITY 66?

10 April 2010 at 12:22am
hi
afaik you cant set it for the template unles you set it for the whole system per _conifg.php with
otherwise resize the pics per php and set it in the functionGD::set_default_quality(95);
$gd->setQuality(98);
| 1290 Views | ||
|
Page:
1
|
Go to Top |

