Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

46 #include "MagickCore/exception.h"
47 #include "MagickCore/exception-private.h"
161 % ExceptionInfo *exception)
167 % o exception: return any errors or warnings in this structure.
171 ExceptionInfo *exception)
193 assert(exception != (ExceptionInfo *) NULL);
194 assert(exception->signature == MagickCoreSignature);
195 image=AcquireImage(image_info,exception);
196 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
208 image=AcquireImage(image_info,exception);
209 (void) InvokeDelegate(read_info,image,"mpeg:decode",(char *) NULL,exception);
213 images=ReadImage(read_info,exception);
356 % Image *image,ExceptionInfo *exception)
364 % o exception: return any errors or warnings in this structure.
442 Image *image,ExceptionInfo *exception)
488 assert(exception != (ExceptionInfo *) NULL);
489 assert(exception->signature == MagickCoreSignature);
490 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
497 coalesce_image=CoalesceImages(image,exception);
536 frame=CloneImage(p,0,0,MagickTrue,exception);
539 status=WriteImage(write_info,frame,exception);
546 exception);
553 status=BlobToFile(filename,blob,length,exception);
586 exception);