MCImageManager:Configuration/thumbnail.use exif
From Moxiecode Documentation Wiki
[edit]
Option: thumbnail.use_exif
Boolean option for enabling the use of EXIF data for the display of thumbnails. Many jpg, jpeg or tiff images contains a thumbnail version of the image, this options enables MCImageManager to extract and use that thumbnail. The thumbnail will not be saved down, it is extracted every time the image is viewed inside MCImageManager.
Please note that the size of this thumbnail will be stretched to the size specified in the MCImageManager configuration options.
Default value of this option is false.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['thumbnail.use_exif'] = true;
[edit]
Example of usage in a mc_access file
thumbnail.use_exif=true
