Lucee Function Reference
imageinfo()
Returns a structure containing image information. When called with an image argument, returns details about the specific image including height, width, color model, size, and filename. When called without arguments, returns information about the Lucee image processing extension including its OSGi bundle version and status.
Example
imageinfo([any image]):struct
Category
image
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| image | any | No | Optional: The image to analyze. If provided, returns information about this specific image. If omitted, returns information about the image processing extension. |