Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

55 #include "MagickCore/exception.h"
56 #include "MagickCore/exception-private.h"
423 % o exception: return any errors or warnings in this structure.
426 static Image *ReadPESImage(const ImageInfo *image_info,ExceptionInfo *exception)
484 assert(exception != (ExceptionInfo *) NULL);
485 assert(exception->signature == MagickCoreSignature);
486 image=AcquireImage(image_info,exception);
487 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
502 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
522 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
666 image=ReadImage(read_info,exception);