Lines Matching refs:exception
47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
80 % Image *ReadSCRImage(const ImageInfo *image_info,ExceptionInfo *exception)
86 % o exception: return any errors or warnings in this structure.
89 static Image *ReadSCRImage(const ImageInfo *image_info,ExceptionInfo *exception)
150 assert(exception != (ExceptionInfo *) NULL);
151 assert(exception->signature == MagickCoreSignature);
152 image=AcquireImage(image_info,exception);
153 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
161 status=SetImageExtent(image,image->columns,image->rows,exception);
220 q=QueueAuthenticPixels(image,pix,piy,1,1,exception);