Gets or sets a resize quality of preview thumbnails.
public function getPreviewQuality() { } public function setPreviewQuality($value) { }
Type: string
The resize quality of preview thumbnails.
The following values are supported:
Value | Description |
---|---|
Low | Low quality. The image is resized using the nearest-neighbor algorithm. |
Medium | Medium quality. The image is resized using the anisotropic algorithm. |
High | High quality. The image is resized using the lanczos algorithm. |
Default value is "Medium".
This property takes effect in the Thumbnails
, Tiles
, and List
views only.