ImageGetHeight()
Retrieves the height of the image in pixels.
Requires Extension: Image extension
ImageGetHeight( image=any );
Returns: Number
Argument | Description |
---|---|
image
any,
required
|
The image on which this operation is performed. Alias: name |
Examples
img=imageNew("",150,300,"RGB","45aaf2");
writeOutput("Height is "&imageGetHeight(img));
See also
- Image manipulation
- image.getHeight()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)