The ImageResizeQuality enumeration provides the following values:
Description |
Value |
---|---|
|
Simplest and fastest algorithm. |
|
Compromise between |
|
Highest quality but slowest execution time. |
|
Use surrounding pixels to calculate an average that will be used for new pixels. |
|
Default image resizing algorithm used by |
|
Best image resizing algorithm. |