ResizeAlgorithm type
Resize interpolation algorithm.
| Lanczos is implemented in the underlying Spectrum engine but intentionally not exposed here - the current implementation is too slow for production use. It will be re-exposed once optimised. Use "cubic" for the best quality/speed trade-off in the meantime. |
Signature:
export type ResizeAlgorithm = "box" | "linear" | "cubic";