Skip to main content
ResizeQuality - Canvas - Web documentation
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

"high"
| "low"
| "medium"
| "pixelated"