Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:exception

97 %        char **argv,char **metadata,ExceptionInfo *exception)
109 % o exception: return any errors or warnings in this structure.
115 ExceptionInfo *exception)
126 assert(exception != (ExceptionInfo *) NULL);
162 stegano_image=SteganoImage(*image,composite_image,exception);
177 exception);
202 composite_options->compose,MagickTrue,x,y,exception);
225 exception);
393 int argc,char **argv,char **metadata,ExceptionInfo *exception)
406 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \
413 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \
460 assert(exception != (ExceptionInfo *) NULL);
526 images=ReadImages(image_info,filename,exception);
528 (exception->severity < ErrorException);
1161 argv+j,exception);
1634 &resize_geometry,exception);
1642 resize_geometry.height,composite_image->filter,exception);
1656 CopyGreenCompositeOp,MagickTrue,0,0,exception);
1659 MagickTrue,0,0,exception);
1663 &composite_options,exception);
1668 status&=WriteImages(image_info,images,argv[argc-1],exception);
1674 text=InterpretImageProperties(image_info,images,format,exception);