[]
type ResizeBitmapOptions = object;
Provides options for the Bitmap#resize method.
optional clipBounds?: Bounds | null;
Clipping rectangle specifying the area of the source image to be processed.
optional height?: number;
The height of the resized image, in pixels.
optional interpolationMode?: InterpolationMode;
The interpolation mode to use when scaling.
optional scale?: number;
The scale factor for resizing.
optional width?: number;
The width of the resized image, in pixels.