Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Didentify.c307 *identify_info; in IdentifyImageCommand() local
313 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()