Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
214 % Image *ReadSUNImage(const ImageInfo *image_info,ExceptionInfo *exception)
220 % o exception: return any errors or warnings in this structure.
223 static Image *ReadSUNImage(const ImageInfo *image_info,ExceptionInfo *exception)
292 assert(exception != (ExceptionInfo *) NULL);
293 assert(exception->signature == MagickCoreSignature);
294 image=AcquireImage(image_info,exception);
295 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
349 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse)
419 status=SetImageExtent(image,image->columns,image->rows,exception);
494 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
519 if (SyncAuthenticPixels(image,exception) == MagickFalse)
534 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
539 SetPixelIndex(image,ConstrainColormapIndex(image,*p,exception),q);
545 if (SyncAuthenticPixels(image,exception) == MagickFalse)
568 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
600 if (SyncAuthenticPixels(image,exception) == MagickFalse)
612 (void) SyncImage(image,exception);
616 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
632 AcquireNextImage(image_info,image,exception);
733 % Image *image,ExceptionInfo *exception)
741 % o exception: return any errors or warnings in this structure.
745 ExceptionInfo *exception)
797 assert(exception != (ExceptionInfo *) NULL);
798 assert(exception->signature == MagickCoreSignature);
799 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
808 (void) TransformImageColorspace(image,sRGBColorspace,exception);
835 if (SetImageMonochrome(image,exception) != MagickFalse)
901 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
928 if (SetImageMonochrome(image,exception) != MagickFalse)
937 (void) SetImageType(image,BilevelType,exception);
940 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
992 p=GetVirtualPixels(image,0,y,image->columns,1,exception);