Gets or sets a resize quality of the thumbnail (interpolation algorithm).
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public ResizeQuality ThumbnailResizeQuality { get; set; }
Type: Aurigma.ImageUploaderFlash..ResizeQuality
The resize quality of the thumbnail.
Default value is Low.
This property makes sense only if the Mode property has Thumbnail
value.
Note, using algorithms better than "Low" increases the time required by the uploader to prepare images. It works 30%-90% slower comparing to the standard resize functionality (the overall impact is less significant especially if the upload takes more time than image resizing).