Module containing all image related classes and functions.
Note
If numpy is installed, this module will use a numpy array for the representation of a greyscale image. If numpy is not installed, this module will use a ctypes array for the representation of a greyscale image.