Lines Matching refs:exception
49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
171 % Image *image,ExceptionInfo *exception)
179 % o exception: return any errors or warnings in this structure.
183 Image *image,ExceptionInfo *exception)
238 assert(exception != (ExceptionInfo *) NULL);
239 assert(exception->signature == MagickCoreSignature);
240 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
245 value=GetImageProperty(image,"label",exception);
271 (void) SetImageType(image,BilevelType,exception);
285 p=GetVirtualPixels(image,0,y,image->columns,cell_height,exception);