Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
138 % ExceptionInfo *exception)
144 % o exception: return any errors or warnings in this structure.
148 ExceptionInfo *exception)
191 assert(exception != (ExceptionInfo *) NULL);
192 assert(exception->signature == MagickCoreSignature);
193 image=AcquireImage(image_info,exception);
194 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
277 image=ReadImage(read_info,exception);
389 % Image *image,ExceptionInfo *exception)
397 % o exception: return any errors or warnings in this structure.
433 Image *image,ExceptionInfo *exception)
471 assert(exception != (ExceptionInfo *) NULL);
472 assert(exception->signature == MagickCoreSignature);
473 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
564 group4_image=CloneImage(image,0,0,MagickTrue,exception);
571 exception);