CoderInfo

CoderInfo provides the means to get information regarding ImageMagick support for an image format (designated by a magick string). It may be used to provide information for a specific named format (provided as an argument to the constructor).

Constructors

this
this(string format)

Construct object corresponding to named format. (e.g. "GIF")

Members

Variables

description
string description;

Format description. (e.g. "CompuServe graphics interchange format")

name
string name;

Format name. (e.g. "GIF")

readable
bool readable;

Format is readable.

supportsMultiFrame
bool supportsMultiFrame;

Format supports multiple frames.

writable
bool writable;

Format is writable.

Meta