Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
126 % Image *ReadJNXImage(const ImageInfo *image_info,ExceptionInfo *exception)
132 % o exception: return any errors or warnings in this structure.
135 static Image *ReadJNXImage(const ImageInfo *image_info,ExceptionInfo *exception)
163 assert(exception != (ExceptionInfo *) NULL);
164 assert(exception->signature == MagickCoreSignature);
165 image=AcquireImage(image_info,exception);
166 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
305 tile_image=BlobToImage(read_info,blob,tile_length+2,exception);