Resampling kernel.
interface
Image.ResizeOptions
interface ResizeOptions
- fit?: 'fill' | 'inside'
"fill"stretches to exactly width×height."inside"preserves aspect ratio so the result fits within width×height.
interface
"fill" stretches to exactly width×height. "inside" preserves aspect ratio so the result fits within width×height.