MCImageManager:Configuration/thumbnail.jpeg quality

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: thumbnail.jpeg_quality

This option enables you specify the thumbnail jpeg quality in percent 0-100.

Example of usage in the config.php file

$mcImageManagerConfig['thumbnail.jpeg_quality'] = "90";

Example of usage in the Web.Config file

<add key="thumbnail.jpeg_quality" value="90" />

Example of usage in a mc_access file

thumbnail.jpeg_quality=90
Personal tools