Image.resize

Resizes the image to the given width and height. New pixels are calculated using the interpolation mode defined via interpolation constants.

struct Image
@nogc nothrow
void
resize
(
in long width
,
in long height
,
in long interpolation = 1
)

Meta