Specifies possible values for resize qualities.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public enum ResizeQuality
| Member name | Description |
|---|---|
| High |
High quality. The image is resized using the lanczos algorithm. |
| Low |
Low quality. The image is resized using the nearest-neighbor algorithm. |
| Medium |
Medium quality. The image is resized using the anisotropic algorithm. |