Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
140 % ExceptionInfo *exception)
146 % o exception: return any errors or warnings in this structure.
228 ExceptionInfo *exception)
298 assert(exception != (ExceptionInfo *) NULL);
299 assert(exception->signature == MagickCoreSignature);
300 image=AcquireImage(image_info,exception);
301 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
392 (void) SetImageProperty(image,property,p,exception);
413 (void) SetImageProperty(image,"comment",comment,exception);
417 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
434 status=SetImageExtent(image,image->columns,image->rows,exception);
440 (void) SetImageColorspace(image,GRAYColorspace,exception);
458 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
472 if (SyncAuthenticPixels(image,exception) == MagickFalse)
484 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
499 AcquireNextImage(image_info,image,exception);
606 % Image *image,ExceptionInfo *exception)
614 % o exception: return any errors or warnings in this structure.
618 Image *image,ExceptionInfo *exception)
653 assert(exception != (ExceptionInfo *) NULL);
654 assert(exception->signature == MagickCoreSignature);
655 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
658 (void) TransformImageColorspace(image,sRGBColorspace,exception);
685 SetImageGray(image,exception) != MagickFalse ? 2UL : 3UL);
696 if (SetImageGray(image,exception) == MagickFalse)
735 if (SetImageGray(image,exception) != MagickFalse)
740 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
744 GrayQuantum,pixels,exception);
766 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
770 RedQuantum,pixels,exception);
789 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
793 GreenQuantum,pixels,exception);
812 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
816 BlueQuantum,pixels,exception);