Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
116 % Image *ReadSCTImage(const ImageInfo *image_info,ExceptionInfo *exception)
122 % o exception: return any errors or warnings in this structure.
125 static Image *ReadSCTImage(const ImageInfo *image_info,ExceptionInfo *exception)
170 assert(exception != (ExceptionInfo *) NULL);
171 assert(exception->signature == MagickCoreSignature);
172 image=AcquireImage(image_info,exception);
173 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
219 SetImageColorspace(image,CMYKColorspace,exception);
227 status=SetImageExtent(image,image->columns,image->rows,exception);
237 q=GetAuthenticPixels(image,0,y,image->columns,1,exception);
273 if (SyncAuthenticPixels(image,exception) == MagickFalse)
284 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",