Lines Matching refs:exception
49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
153 % ExceptionInfo *exception)
159 % o exception: return any errors or warnings in this structure.
162 static Image *ReadEPTImage(const ImageInfo *image_info,ExceptionInfo *exception)
190 assert(exception != (ExceptionInfo *) NULL);
191 assert(exception->signature == MagickCoreSignature);
192 image=AcquireImage(image_info,exception);
193 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
226 (void) ThrowMagickException(exception,GetMagickModule(),CorruptImageWarning,
233 (void) ThrowMagickException(exception,GetMagickModule(),CorruptImageWarning,
240 exception);
244 image=BlobToImage(read_info,ept_info.tiff,ept_info.tiff_length,exception);
360 % Image *image,ExceptionInfo *exception)
368 % o exception: return any errors or warnings in this structure.
372 ExceptionInfo *exception)
398 assert(exception != (ExceptionInfo *) NULL);
399 assert(exception->signature == MagickCoreSignature);
400 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
403 write_image=CloneImage(image,0,0,MagickTrue,exception);
415 &ept_info.postscript_length,exception);
420 write_image=CloneImage(image,0,0,MagickTrue,exception);
435 exception);
453 exception) == MagickFalse ? RiemersmaDitherMethod : NoDitherMethod;
454 (void) QuantizeImage(&quantize_info,write_image,exception);
458 &ept_info.tiff_length,exception);