Lines Matching refs:exception
51 #include "MagickCore/exception.h"
52 #include "MagickCore/exception-private.h"
201 % Image *image,ExceptionInfo *exception)
209 % o exception: return any errors or warnings in this structure.
213 Image *image,ExceptionInfo *exception)
247 assert(exception != (ExceptionInfo *) NULL);
248 assert(exception->signature == MagickCoreSignature);
249 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
253 (void) TransformImageColorspace(image,sRGBColorspace,exception);
294 assert(exception != (ExceptionInfo *) NULL);
295 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
308 value=GetImageProperty(image,"label",exception);
391 (void) WriteImage(write_info,image,exception);
403 status=OpenBlob(write_info,image,WriteBinaryBlobMode,exception);