dmagick.CoderInfo

Members

Enums

MatchType
enum MatchType

Functions

coderInfoList
CoderInfo[] coderInfoList(MatchType readable, MatchType writable, MatchType multiFrame)

This provides information about the image formats supported by Imagemagick. The MatchType determines if a coder should be returned in the array. MatchType.Any matches both MatchType.True and MatchType.True.

Structs

CoderInfo
struct 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).

Meta

License

zlib (See accompanying LICENSE file)

Authors

Mike Wey