Lines Matching refs:exception
79 % char **argv,char **metadata,ExceptionInfo *exception)
91 % o exception: return any errors or warnings in this structure.
190 int argc,char **argv,char **metadata,ExceptionInfo *exception)
201 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \
208 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \
249 assert(exception != (ExceptionInfo *) NULL);
321 images=PingImages(identify_info,filename,exception);
323 images=ReadImages(identify_info,filename,exception);
326 (exception->severity < ErrorException);
338 (void) IdentifyImage(image,stdout,image_info->verbose,exception);
346 text=InterpretImageProperties(image_info,image,format,exception);
736 argv+j,exception);