Description
Retrieves the height of the ColdFusion image in pixels.
Returns
The height of the specified ColdFusion image in pixels.
Category
Function syntax
ImageGetHeight(name) |
See also
cfimage, ImageGetBlob, ImageGetBufferedImage, ImageGetEXIFTag, ImageGetIPTCTag, ImageGetWidth, ImageInfo, IsImage, IsImageFile
History
ColdFusion 8: Added this function.
Parameters
Parameter |
Description |
---|---|
name |
Required. The ColdFusion image on which this operation is performed. |
Usage
Use this function to retrieve the height of a ColdFusion image.
Example
<!--- This example shows how to retrieve the height of an image. ---> |