ImageResize abstract method
Resize image (Bicubic scaling algorithm)
Implementation
void ImageResize(
ImageStructType image,
num newWidth,
num newHeight,
);
Resize image (Bicubic scaling algorithm)
void ImageResize(
ImageStructType image,
num newWidth,
num newHeight,
);