Contents
void DescribeImage( Image *image, FILE *file, const MagickBool verbose );
DescribeImage() describes an image by printing its attributes to the file. Attributes include the image width, height, size, and others.
The format of the DescribeImage method is:
void DescribeImage( Image *image, FILE *file, const MagickBool verbose );
A description of each parameter follows: