Lines Matching refs:exception
50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
178 % Image *ReadVIPSmage(const ImageInfo *image_info,ExceptionInfo *exception)
184 % o exception: return any errors or warnings in this structure.
310 ExceptionInfo *exception)
326 q=GetAuthenticPixels(image,0,y,image->columns,1,exception);
359 if (SyncAuthenticPixels(image,exception) == MagickFalse)
366 ExceptionInfo *exception)
399 assert(exception != (ExceptionInfo *) NULL);
400 assert(exception->signature == MagickCoreSignature);
402 image=AcquireImage(image_info,exception);
403 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
418 status=SetImageExtent(image,image->columns,image->rows,exception);
453 SetImageColorspace(image,CMYKColorspace,exception);
459 SetImageColorspace(image,GRAYColorspace,exception);
465 SetImageColorspace(image,RGBColorspace,exception);
470 SetImageColorspace(image,sRGBColorspace,exception);
504 status=ReadVIPSPixelsNONE(image,format,type,channels,exception);
517 SetImageProperty(image,"vips:metadata",metadata,exception);
621 Image *image,ExceptionInfo *exception)
648 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
657 (void) SetImageStorageClass(image,DirectClass,exception);
659 if (SetImageGray(image,exception) != MagickFalse)
701 (void) SetImageColorspace(image,sRGBColorspace,exception);
727 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
755 metadata=GetImageProperty(image,"vips:metadata",exception);