Methods to describe an image
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:
The image.
The file, typically stdout.
A value other than zero prints more detailed information about the image. Values greater than one enable counting the number of colors in the image.
Copyright © GraphicsMagick Group 2002 - 2023