Last modified: February 14, 2023
Contents
In module gamera.core
__init__()
The ImageInfo class allows the properties of a disk-based image file to be examined without loading it.
It is rare to instantiate this class directly.
To get image info, use the image_info(filename) function in the module gamera.core.
The x resolution of the image.
The y resolution of the image.
The number of columns of the image.
The number of rows of the image.
The bit depth of the image (in bits).
The number of colors in the image.