resample method

Image resample(
  1. int width,
  2. int height,
  3. Transform mode
)

Implementation

Image resample(int width, int height, Transform mode) =>
    _resample(width, height, mode.name);