MCImageManager:Configuration/thumbnail.jpeg quality
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: thumbnail.jpeg_quality
This option enables you specify the thumbnail jpeg quality in percent 0-100.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['thumbnail.jpeg_quality'] = "90";
[edit]
Example of usage in the Web.Config file
<add key="thumbnail.jpeg_quality" value="90" />
[edit]
Example of usage in a mc_access file
thumbnail.jpeg_quality=90
