Imagick - Methods to Read or List ImageMagick Image formats;/


NAME



:magick - Methods to Read or List ImageMagick Image formats




(

SYNOPSIS



/magick_info=GetMagickInfo(tag)

%ListMagickInfo(file)




B

FUNCTION DESCRIPTIONS






2

GetMagickInfo



HMethod GetMagickInfo returns a pointer MagickInfo structure that matchesthe specified tag.

+The format of the GetMagickInfo routine is:

+

        magick_info=GetMagickInfo(tag)


(A description of each parameter follows:

:
magick_info:


HMethod GetMagickInfo returns a pointer MagickInfo structure that matchesthe specified tag.

tag:


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






4

ListMagickInfo



8Method 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.