Returns a structure that contains information about the image, such as height, width, color model, size, and filename.
A structure that contains information for image parameters.
ImageInfo(image) |
cfimage, ImageGetHeight, ImageGetWidth, IsImage, IsImageFile
ColdFusion (2018 release): Renamed the parameter name to image.
ColdFusion 8: Added this function.
Parameter |
Description |
|---|---|
image |
Required. The ColdFusion image on which this operation is performed. |
Use this function to determine whether images are compatible. For example, to use the ImageOverlay function to overlay two images, both images must have the same color model.
<!--- This example shows how to retrieve information associated with the image. ---> |
Sign in to your account