Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
93 % Image *ReadYUVImage(const ImageInfo *image_info,ExceptionInfo *exception)
99 % o exception: return any errors or warnings in this structure.
102 static Image *ReadYUVImage(const ImageInfo *image_info,ExceptionInfo *exception)
145 assert(exception != (ExceptionInfo *) NULL);
146 assert(exception->signature == MagickCoreSignature);
147 image=AcquireImage(image_info,exception);
150 status=SetImageExtent(image,image->columns,image->rows,exception);
186 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
193 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
211 MagickTrue,exception);
220 status=SetImageExtent(image,image->columns,image->rows,exception);
226 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
243 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
247 chroma_image->columns,1,exception);
297 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
314 if (SyncAuthenticPixels(image,exception) == MagickFalse)
317 if (SyncAuthenticPixels(chroma_image,exception) == MagickFalse)
331 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
345 exception);
362 if (SyncAuthenticPixels(chroma_image,exception) == MagickFalse)
369 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
381 exception);
396 if (SyncAuthenticPixels(chroma_image,exception) == MagickFalse)
404 TriangleFilter,exception);
410 q=GetAuthenticPixels(image,0,y,image->columns,1,exception);
412 exception);
423 if (SyncAuthenticPixels(image,exception) == MagickFalse)
427 SetImageColorspace(image,YCbCrColorspace,exception);
433 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
452 AcquireNextImage(image_info,image,exception);
552 % Image *image,ExceptionInfo *exception)
560 % o exception: return any errors or warnings in this structure.
564 ExceptionInfo *exception)
635 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
642 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
655 yuv_image=ResizeImage(image,width,height,TriangleFilter,exception);
661 (void) TransformImageColorspace(yuv_image,YCbCrColorspace,exception);
666 height/vertical_factor,TriangleFilter,exception);
672 (void) TransformImageColorspace(chroma_image,YCbCrColorspace,exception);
680 p=GetVirtualPixels(yuv_image,0,y,yuv_image->columns,1,exception);
684 exception);
734 p=GetVirtualPixels(yuv_image,0,y,yuv_image->columns,1,exception);
769 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
776 exception);
803 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
810 exception);