Gets or sets a resize quality of the thumbnail.
public function getThumbnailResizeQuality() {
}
public function setThumbnailResizeQuality($value) {
}
Type: string
The resize quality of the thumbnail.
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 makes sense only if the Mode property has Thumbnail value.