Skip to main content

ResizeQuality

type alias ResizeQuality

Specifies the algorithm to be used for resizing the input to match the output dimensions. One of pixelated, low (default), medium, or high.

Definition Jump to heading

"high"
| "low"
| "medium"
| "pixelated"
Back to top