Used to set a flag on an image indicating whether or not to use existing alpha channel data, to create an alpha channel, or to perform other operations on the alpha channel.
Indicate the type classification of the image.
Specify the ordering of the red, green, and blue pixel information in the image. Interlacing is usually used to make image information available to the user faster by taking advantage of the space vs time tradeoff. For example, interlacing allows images on the Web to be recognizable sooner and satellite images to accumulate/render with image resolution increasing over time. Use LineInterlace or PlaneInterlace to create an interlaced GIF or progressive JPEG image.
Specify the orientation of the image pixels.
By default, ImageMagick defines resolutions in pixels per inch. ResolutionType provides a means to adjust this.
A Chromaticity object represents chromaticity values.