magick - Methods to Read or List ImageMagick Image formats
magick_info=GetMagickInfo(tag)
ListMagickInfo(file)
Method GetMagickInfo returns a pointer MagickInfo structure that matches the specified tag.
The format of the GetMagickInfo routine is:
magick_info=GetMagickInfo(tag)
A description of each parameter follows:
Method GetMagickInfo returns a pointer MagickInfo structure that matches the specified tag.
a character string that represents the image format we are looking for.
Method ListMagickInfo lists the image formats to a file.
The format of the ListMagickInfo routine is:
ListMagickInfo(file)
A description of each parameter follows.
An pointer to a FILE.