Presize
processingThe Presize
function takes a PIMAGE, a width and a height and resizes the PIMAGE. This resizing does bilinear interpolation, which results in a smoother image than using Pimage
to resize.
Loading
The Presize
function takes a PIMAGE, a width and a height and resizes the PIMAGE. This resizing does bilinear interpolation, which results in a smoother image than using Pimage
to resize.