Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

65 #include "MagickCore/exception.h"
66 #include "MagickCore/exception-private.h"
84 WriteXTRNImage(const ImageInfo *,Image *,ExceptionInfo *exception);
106 % ExceptionInfo *exception)
112 % o exception: return any errors or warnings in this structure.
118 ExceptionInfo *exception)
141 image=ReadImage(clone_info,exception);
142 CatchException(exception);
157 image=CloneImage(*image_ptr,0,0,MagickFalse,exception);
179 image=BlobToImage(clone_info,*blob_data,*blob_length,exception);
180 CatchException(exception);
223 exception);
225 CatchException(exception);
351 % Image *image,ExceptionInfo *exception)
359 % o exception: return any errors or warnings in this structure.
411 Image *image,ExceptionInfo *exception)
436 status=WriteImage(clone_info,image,exception);
458 *image_ptr=CloneImage(image,0,0,MagickFalse,exception);
490 SetImageInfo(clone_info,1,exception);
496 exception);
528 SetImageInfo(clone_info,1,exception);
532 exception);