The Image is the primary object in the MagickNet library, encapsulating the base image object from ImageMagick. It represents the data from a single image, and provides properties and methods for manipulating that data.
Note that for file types that contain multiple images, such as GIF, TIF, MNG, etc, the ImageList object is a standard .NET collection of Image objects, with each element containing a single frame of the overall image.