Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
154 % Image *image,ExceptionInfo *exception)
162 % o exception: return any errors or warnings in this structure.
166 ExceptionInfo *exception)
199 assert(exception != (ExceptionInfo *) NULL);
200 assert(exception->signature == MagickCoreSignature);
201 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
205 value=GetImageProperty(image,"label",exception);
233 (void) TransformImageColorspace(image,sRGBColorspace,exception);
236 p=GetVirtualPixels(image,0,y,image->columns,1,exception);