Name
image-properties -- Return an association list giving some properties of IMAGE.
Synopsis
(image-properties image)
Description
Return an association list giving some properties of image.
Currently defined properties are 'filename, the fully expanded
pathname of the image, 'width, its width, 'height, its height, and
depth, its color depth.
Implementation Notes
Module: Built-in Primitive
Defined in src/image.c
at line 172 (CVS log)