Lines Matching refs:exception
54 #define ThrowFileException(exception,severity,tag,context) \
60 (void) ThrowMagickException(exception,GetMagickModule(),severity, \
84 % char **argv,char **metadata,ExceptionInfo *exception)
96 % o exception: return any errors or warnings in this structure.
101 ExceptionInfo *exception)
122 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",
132 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",argv[i]);
514 int argc,char **argv,char **metadata,ExceptionInfo *exception)
526 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \
533 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \
574 assert(exception != (ExceptionInfo *) NULL);
605 return(ConcatenateImages(argc,argv,exception));
639 images=PingImages(image_info,filename,exception);
641 images=ReadImages(image_info,filename,exception);
643 (exception->severity < ErrorException);
1009 clone_list=CloneImageList(image,exception);
1011 clone_list=CloneImageList(image_stack[k-1].image,exception);
1016 clone_images=CloneImages(clone_list,"-1",exception);
1024 clone_images=CloneImages(clone_list,argv[i],exception);
1057 kernel_info=AcquireKernelInfo(argv[i],exception);
1187 kernel_info=AcquireKernelInfo(argv[i],exception);
2067 argv+j,exception);
2228 kernel_info=AcquireKernelInfo(argv[i],exception);
3242 status&=WriteImages(image_info,image,argv[argc-1],exception);
3248 text=InterpretImageProperties(image_info,image,format,exception);