resize()

Resizes the image to a given width and height.

The image's original aspect ratio can be kept by passing 0 for either width or height. For example, calling img.resize(50, 0) on an image that was 500 × 300 pixels will resize it to 50 × 30 pixels.

उदाहरण

सिंटैक्स

resize(width, height)

पैरामीटर्स

width
Number:

resized image width.

height
Number:

resized image height.

This page is generated from the comments in src/image/p5.Image.js . Please feel free to edit it and submit a pull request!

संबंधित संदर्भ