Home
last modified time | relevance | path

Searched refs:identify_info (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickWand/
Didentify.c292 *identify_info; in IdentifyImageCommand() local
298 identify_info=CloneImageInfo(image_info); in IdentifyImageCommand()
299 identify_info->verbose=MagickFalse; in IdentifyImageCommand()
303 if (identify_info->ping != MagickFalse) in IdentifyImageCommand()
304 images=PingImages(identify_info,filename,exception); in IdentifyImageCommand()
306 images=ReadImages(identify_info,filename,exception); in IdentifyImageCommand()
307 identify_info=DestroyImageInfo(identify_info); in IdentifyImageCommand()