dmagick.c.image

Members

Enums

AlphaChannelType
enum AlphaChannelType

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.

ImageType
enum ImageType

Indicate the type classification of the image.

InterlaceType
enum InterlaceType

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.

OrientationType
enum OrientationType

Specify the orientation of the image pixels.

ResolutionType
enum ResolutionType

By default, ImageMagick defines resolutions in pixels per inch. ResolutionType provides a means to adjust this.

Structs

ChromaticityInfo
struct ChromaticityInfo

A Chromaticity object represents chromaticity values.

Image
struct Image
PrimaryInfo
struct PrimaryInfo

Meta