Lines Matching refs:exception
52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
152 % Image *image,ExceptionInfo *exception)
160 % o exception: return any errors or warnings in this structure.
164 ExceptionInfo *exception)
215 assert(exception != (ExceptionInfo *) NULL);
216 assert(exception->signature == MagickCoreSignature);
217 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
220 (void) TransformImageColorspace(image,sRGBColorspace,exception);
249 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
263 (void) SetImageType(image,PaletteType,exception);
273 q=GetAuthenticPixels(image,0,y,image->columns,1,exception);
350 p=GetVirtualPixels(image,0,y,image->columns,1,exception);