Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
89 % ExceptionInfo *exception)
95 % o exception: return any errors or warnings in this structure.
99 ExceptionInfo *exception)
127 assert(exception != (ExceptionInfo *) NULL);
128 assert(exception->signature == MagickCoreSignature);
140 data_image=ReadInlineImage(image_info,filename,exception);
144 image=AcquireImage(image_info,exception);
145 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
176 (void) ThrowMagickException(exception,GetMagickModule(),
182 image=ReadInlineImage(image_info,(char *) inline_image,exception);
272 % Image *image,ExceptionInfo *exception)
280 % o exception: return any errors or warnings in this structure.
284 Image *image,ExceptionInfo *exception)
319 (void) SetImageInfo(write_info,1,exception);
322 magick_info=GetMagickInfo(write_info->magick,exception);
329 write_image=CloneImage(image,0,0,MagickTrue,exception);
336 exception);
349 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);