image.info()

Returns a structure that contains information about the image, such as height, width, color model, size, and filename.

image.info( )

Returns: Struct

This function does not take any arguments.

Examples

img = imageNew("",100,100,"rgb","yellow");
    dump(img);
    dump(img.Info());

See also