Lines Matching refs:exception
54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
139 % Image *ReadTGAImage(const ImageInfo *image_info,ExceptionInfo *exception)
145 % o exception: return any errors or warnings in this structure.
149 ExceptionInfo *exception)
201 assert(exception != (ExceptionInfo *) NULL);
202 assert(exception->signature == MagickCoreSignature);
203 image=AcquireImage(image_info,exception);
204 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
281 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse)
305 (void) SetImageProperty(image,"comment",comment,exception);
327 status=SetImageExtent(image,image->columns,image->rows,exception);
339 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse)
425 q=QueueAuthenticPixels(image,0,(ssize_t) real,image->columns,1,exception);
462 (ssize_t) index,exception)];
498 j,exception);
552 if (SyncAuthenticPixels(image,exception) == MagickFalse)
563 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
667 % Image *image,ExceptionInfo *exception)
720 ExceptionInfo *exception)
768 assert(exception != (ExceptionInfo *) NULL);
769 assert(exception->signature == MagickCoreSignature);
770 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
778 (void) TransformImageColorspace(image,sRGBColorspace,exception);
784 value=GetImageProperty(image,"comment",exception);
801 (SetImageGray(image,exception) != MagickFalse))
916 p=GetVirtualPixels(image,0,y,image->columns,1,exception);