Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

55 #include "MagickCore/exception.h"
56 #include "MagickCore/exception-private.h"
109 % Image *ReadFPXImage(const ImageInfo *image_info,ExceptionInfo *exception)
115 % o exception: return any errors or warnings in this structure.
118 static Image *ReadFPXImage(const ImageInfo *image_info,ExceptionInfo *exception)
192 assert(exception != (ExceptionInfo *) NULL);
193 assert(exception->signature == MagickCoreSignature);
194 image=AcquireImage(image_info,exception);
195 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
238 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",
291 (void) SetImageProperty(image,"label",label,exception);
315 (void) SetImageProperty(image,"comment",comments,exception);
349 if (AcquireImageColormap(image,MaxColormapSize,exception) == MagickFalse)
361 status=SetImageExtent(image,image->columns,image->rows,exception);
405 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
461 if (SyncAuthenticPixels(image,exception) == MagickFalse)
560 % Image *image,ExceptionInfo *exception)
568 % o exception: return any errors or warnings in this structure.
754 ExceptionInfo *exception)
829 assert(exception != (ExceptionInfo *) NULL);
830 assert(exception->signature == MagickCoreSignature);
831 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
834 (void) TransformImageColorspace(image,sRGBColorspace,exception);
850 (SetImageGray(image,exception) != MagickFalse))
911 label=GetImageProperty(image,"label",exception);
928 comment=GetImageProperty(image,"comment",exception);
974 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
978 exception);