Specifies possible values for resize qualities.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public enum ResizeQuality
| Member name | Description |
|---|---|
| High |
High quality. The image is resized using the Lanczos 3-pixel algorithm. |
| Low |
Low quality. The image is resized using the standard Canvas functionality (supposedly, bi-linear algorithm). |
| Medium |
Medium quality. The image is resized using the Lancsoz 2-pixel algorithm. |