Searched refs:identify_info (Results 1 – 1 of 1) sorted by relevance
292 *identify_info; in IdentifyImageCommand() local298 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()