PImage resize





PImage::resize() \ Language (API) \ Processing 1.0
























Search processing.org:





Language (A-Z) \ Libraries \ Tools \ Environment \ Compare \ Troubleshooting






Reference for Processing version 1.0+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.

Class PImage Name resize() Examples PImage img = loadImage("jelly.jpg"); image(img, 0, 0); img.resize(100, 50); image(img, 0, 0);PImage img = loadImage("jelly.jpg"); image(img, 0, 0); img.resize(0, 50); image(img, 0, 0); Description Resize the image to a new width and height. To make the image scale proportionally, use 0 as the value for the wide or high parameter. Syntax img.resize(wide, high) Parameters img PImage: any variable of type PImage wide int: the resized image width high int: the resized image height Returns void Usage Web & Application Related get()

Updated on November 22, 2008 08:39:25pm PST












Processing was initiated by Ben Fry and Casey Reas. It is developed by a small team of volunteers.


© Info \

Site hosted by Media Temple!









Wyszukiwarka

Podobne podstrony:
PImage resize
Resize of S6302614
PImage loadPixels
DSC00168 resize
DSC02351 resize
PImage filter

więcej podobnych podstron