ImageResize

WMA link


ImageResize[image, width]


ImageResize[image, {width, height}]


The Resampling option can be used to specify how to resample the image. Options are:

See Pillow Filters for a description of these.

The default sampling method is “Bicubic” which has pretty good upscaling and downscaling quality. However “Box” is the fastest:

ImageReflect
ImageRotate