NAME

magick - Methods to Read or List ImageMagick Image formats


SYNOPSIS

magick_info=GetMagickInfo(tag)

ListMagickInfo(file)


FUNCTION DESCRIPTIONS


GetMagickInfo

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:

magick_info:

Method GetMagickInfo returns a pointer MagickInfo structure that matches the specified tag.

tag:

a character string that represents the image format we are looking for.


ListMagickInfo

Method ListMagickInfo lists the image formats to a file.

The format of the ListMagickInfo routine is:

        ListMagickInfo(file)

A description of each parameter follows.

file:

An pointer to a FILE.