Searched refs:identify_info (Results 1 – 1 of 1) sorted by relevance
307 *identify_info; in IdentifyImageCommand() local313 identify_info=CloneImageInfo(image_info); in IdentifyImageCommand()314 identify_info->verbose=MagickFalse; in IdentifyImageCommand()318 if (identify_info->ping != MagickFalse) in IdentifyImageCommand()319 images=PingImages(identify_info,filename,exception); in IdentifyImageCommand()321 images=ReadImages(identify_info,filename,exception); in IdentifyImageCommand()322 identify_info=DestroyImageInfo(identify_info); in IdentifyImageCommand()