Gets or sets a value specifying whether the uploader should try using EXIF previews when possible.
public function getThumbnailUseExifPreview() { } public function setThumbnailUseExifPreview($value) { }
Type: boolean
Iftrue
, the uploader will search for the EXIF preview in a file. If this preview is larger than the image size specified in the converter, it will resize this preview instead of the original image. If you prefer always loading the original image, set the property to false
.
Default value is true.