Lines Matching refs:exception
54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
137 % Image *ReadMPCImage(const ImageInfo *image_info,ExceptionInfo *exception)
145 % o exception: return any errors or warnings in this structure.
148 static Image *ReadMPCImage(const ImageInfo *image_info,ExceptionInfo *exception)
204 assert(exception != (ExceptionInfo *) NULL);
205 assert(exception->signature == MagickCoreSignature);
206 image=AcquireImage(image_info,exception);
207 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
273 (void) SetImageProperty(image,"comment",comment,exception);
348 &image->alpha_color,exception);
363 (void) SetImageProperty(image,keyword,options,exception);
372 &image->background_color,exception);
388 &image->border_color,exception);
391 (void) SetImageProperty(image,keyword,options,exception);
443 (void) SetImageProperty(image,keyword,options,exception);
471 (void) SetImageProperty(image,keyword,options,exception);
495 (void) SetImageProperty(image,keyword,options,exception);
516 (void) SetImageProperty(image,keyword,options,exception);
532 (void) SetImageProperty(image,keyword,options,exception);
560 (void) SetImageProperty(image,keyword,options,exception);
578 (void) SetImageProperty(image,keyword,options,exception);
618 (void) SetImageProfile(image,keyword+8,profile,exception);
622 (void) SetImageProperty(image,keyword,options,exception);
633 (void) SetImageProperty(image,keyword,options,exception);
673 (void) SetImageProperty(image,keyword,options,exception);
684 (void) SetImageProperty(image,keyword,options,exception);
716 (void) SetImageProperty(image,keyword,options,exception);
734 (void) SetImageProperty(image,keyword,options,exception);
750 (void) SetImageProperty(image,keyword,options,exception);
755 (void) SetImageProperty(image,keyword,options,exception);
841 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse)
923 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
930 status=SetImageExtent(image,image->columns,image->rows,exception);
936 status=PersistPixelCache(image,cache_filename,MagickTrue,&offset,exception);
951 AcquireNextImage(image_info,image,exception);
1053 % Image *image,ExceptionInfo *exception)
1061 % o exception: return any errors or warnings in this structure.
1065 ExceptionInfo *exception)
1097 assert(exception != (ExceptionInfo *) NULL);
1098 assert(exception->signature == MagickCoreSignature);
1099 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
1114 (void) SetImageStorageClass(image,DirectClass,exception);
1323 value=GetImageProperty(image,property,exception);
1460 exception);