Lines Matching refs:exception
54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
396 ExceptionInfo *exception)
439 q=QueueAuthenticPixels(image,0,offset,image->columns,1,exception);
447 index=ConstrainColormapIndex(image,(ssize_t) c,exception);
454 if (SyncAuthenticPixels(image,exception) == MagickFalse)
538 const size_t data_size,ExceptionInfo *exception)
663 p=GetVirtualPixels(image,0,offset,image->columns,1,exception);
915 % Image *ReadGIFImage(const ImageInfo *image_info,ExceptionInfo *exception)
921 % o exception: return any errors or warnings in this structure.
924 static MagickBooleanType PingGIFImage(Image *image,ExceptionInfo *exception)
951 static Image *ReadGIFImage(const ImageInfo *image_info,ExceptionInfo *exception)
1003 assert(exception != (ExceptionInfo *) NULL);
1004 assert(exception->signature == MagickCoreSignature);
1005 image=AcquireImage(image_info,exception);
1006 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
1046 meta_image=AcquireImage(image_info,exception); /* metadata container */
1101 (void) SetImageProperty(meta_image,"comment",comments,exception);
1202 (void) SetImageProfile(meta_image,name,profile,exception);
1223 AcquireNextImage(image_info,image,exception);
1275 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse)
1342 GRAYColorspace : RGBColorspace,exception);
1347 status=SetImageExtent(image,image->columns,image->rows,exception);
1354 status=PingGIFImage(image,exception);
1356 status=DecodeImage(image,opacity,exception);
1474 % Image *image,ExceptionInfo *exception)
1482 % o exception: return any errors or warnings in this structure.
1486 ExceptionInfo *exception)
1532 assert(exception != (ExceptionInfo *) NULL);
1533 assert(exception->signature == MagickCoreSignature);
1534 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
1582 (void) TransformImageColorspace(image,sRGBColorspace,exception);
1584 exception) != MagickFalse)
1587 (void) SetImageType(image,PaletteType,exception);
1599 (void) SetImageType(image,PaletteBilevelAlphaType,exception);
1615 (void) SetImageType(image,PaletteBilevelAlphaType,exception);
1697 value=GetImageProperty(image,"comment",exception);
1892 exception);