Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

55 #include "MagickCore/exception.h"
56 #include "MagickCore/exception-private.h"
111 { 0x0000, 0x0902, "LO", "Exception Comment" },
112 { 0x0000, 0x0903, "US", "Exception ID" },
2673 % Image *ReadDCMImage(const ImageInfo *image_info,ExceptionInfo *exception)
2679 % o exception: return any errors or warnings in this structure.
2783 static Image *ReadDCMImage(const ImageInfo *image_info,ExceptionInfo *exception)
2869 assert(exception != (ExceptionInfo *) NULL);
2870 assert(exception->signature == MagickCoreSignature);
2871 image=AcquireImage(image_info,exception);
2872 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
3497 (void) SetImageProperty(image,attribute,(char *) data,exception);
3537 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
3629 ThrowFileException(exception,FileOpenError,
3638 ThrowFileException(exception,CorruptImageError,
3650 jpeg_image=ReadImage(read_info,exception);
3658 GetImageProperty(image,property,exception),exception);
3728 status=SetImageExtent(image,image->columns,image->rows,exception);
3740 if (AcquireImageColormap(image,one << depth,exception) == MagickFalse)
3812 q=GetAuthenticPixels(image,0,y,image->columns,1,exception);
3848 if (SyncAuthenticPixels(image,exception) == MagickFalse)
3887 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
3951 exception);
3989 if (SyncAuthenticPixels(image,exception) == MagickFalse)
4002 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
4065 exception);
4104 if (SyncAuthenticPixels(image,exception) == MagickFalse)
4115 if (SetImageGray(image,exception) != MagickFalse)
4116 (void) SetImageColorspace(image,GRAYColorspace,exception);
4119 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
4134 AcquireNextImage(image_info,image,exception);