Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:exception

69 %        char **argv,char **metadata,ExceptionInfo *exception)
81 % o exception: return any errors or warnings in this structure.
178 int argc,char **argv,char **metadata,ExceptionInfo *exception)
196 if (exception->severity < (asperity)) \
197 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag, \
204 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \
261 assert(exception != (ExceptionInfo *) NULL);
330 images=ReadImages(image_info,filename,exception);
332 (exception->severity < ErrorException);
683 argv+j,exception);
950 similarity_threshold,&offset,&similarity_metric,exception);
957 exception);
963 &distortion,exception);
976 composite_image=CloneImage(image,0,0,MagickTrue,exception);
979 &distortion,exception);
989 CopyCompositeOp,MagickTrue,offset.x,offset.y,exception);
991 &distortion,exception);
1002 distort_image=CropImage(image,&page,exception);
1009 &distortion,exception);
1026 (void) SetImageColorMetric(image,reconstruct_image,exception);
1072 metric,exception);
1212 status&=WriteImages(image_info,difference_image,argv[argc-1],exception);
1219 exception);