a port of the Processing Visualization Language
Class PImage
Name

height

Examples
example pic
PImage img = loadImage("armani.jpg");
image(img, 20, 10);
rect(55, 10, img.width, img.height);
Description The height of the image in units of pixels.
Syntax
img.height
Parameters
img PImage: any variable of type PImage
Usage Web & Application

This reference is licensed under the CC BY-NC-SA 2.0 license:

Creative Commons License
Fork me on GitHub