Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

51 #include "MagickCore/exception.h"
52 #include "MagickCore/exception-private.h"
94 % ExceptionInfo *exception)
100 % o exception: return any errors or warnings in this structure.
104 ExceptionInfo *exception)
181 assert(exception != (ExceptionInfo *) NULL);
182 assert(exception->signature == MagickCoreSignature);
183 image=AcquireImage(image_info,exception);
191 image_info->filename,exception);
195 exception);
198 exception);
199 (void) SetImageProperty(image,"caption",property,exception);
201 caption=ConstantString(GetImageProperty(image,"caption",exception));
347 (void) ThrowMagickException(exception,GetMagickModule(),CoderError,
380 status=SetImageExtent(image,image->columns,image->rows,exception);
414 (void) SetImageBackgroundColor(image,exception);
425 q=GetAuthenticPixels(image,0,y,image->columns,1,exception);
449 if (SyncAuthenticPixels(image,exception) == MagickFalse)