Lines Matching refs:exception
62 image = ConstituteImage(640,480,"RGB",CharPixel,pixels,&exception);
70 ExceptionInfo *exception)
100 <dt>exception</dt>
107 <p>PingImage() returns all the properties of an image or image sequence except for the pixels. It is much faster and consumes far less memory than ReadImage(). On failure, a NULL image is returned and exception describes the reason for the failure.</p>
112 Image *PingImage(const ImageInfo *image_info,ExceptionInfo *exception)
126 <dt>exception</dt>
139 ExceptionInfo *exception)
157 <dt>exception</dt>
164 <p>ReadImage() reads an image or image sequence from a file or file handle. The method returns a NULL if there is a memory shortage or if the image cannot be read. On failure, a NULL image is returned and exception describes the reason for the failure.</p>
169 Image *ReadImage(const ImageInfo *image_info,ExceptionInfo *exception)
183 <dt>exception</dt>
196 ExceptionInfo *exception)
214 <dt>exception</dt>
221 <p>WriteImage() writes an image or an image sequence to a file or file handle. If writing to a file is on disk, the name is defined by the filename member of the image structure. WriteImage() returns MagickFalse is there is a memory shortage or if the image cannot be written. Check the exception member of image to determine the cause for any failure.</p>
227 ExceptionInfo *exception)
245 <dt>exception</dt>
258 const char *filename,ExceptionInfo *exception)
280 <dt>exception</dt>