Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
116 unsigned char *chroma1,unsigned char *chroma2,ExceptionInfo *exception)
303 (void) ThrowMagickException(exception,GetMagickModule(),
389 % o exception: return any errors or warnings in this structure.
393 ExceptionInfo *exception)
410 (void) SetImageProperty(p,"label",DefaultTileLabel,exception);
415 montage_image=MontageImageList(image_info,montage_info,image,exception);
475 static Image *ReadPCDImage(const ImageInfo *image_info,ExceptionInfo *exception)
529 assert(exception != (ExceptionInfo *) NULL);
530 assert(exception->signature == MagickCoreSignature);
531 image=AcquireImage(image_info,exception);
532 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
593 status=SetImageExtent(image,image->columns,image->rows,exception);
675 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
685 if (SyncAuthenticPixels(image,exception) == MagickFalse)
690 SetImageColorspace(image,sRGBColorspace,exception);
696 AcquireNextImage(image_info,image,exception);
717 overview_image=OverviewImage(image_info,image,exception);
748 status=DecodeImage(image,luma,chroma1,chroma2,exception);
760 status=DecodeImage(image,luma,chroma1,chroma2,exception);
783 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
793 if (SyncAuthenticPixels(image,exception) == MagickFalse)
807 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
823 rotate_image=RotateImage(image,degrees,exception);
844 SetImageColorspace(image,sRGBColorspace,exception);
936 % Image *image,ExceptionInfo *exception)
944 % o exception: return any errors or warnings in this structure.
949 const size_t tile_columns,const size_t tile_rows,ExceptionInfo *exception)
989 exception);
1012 exception);
1024 tile_image->filter,exception);
1031 (void) TransformImageColorspace(tile_image,YCCColorspace,exception);
1033 tile_image->rows/2,TriangleFilter,exception);
1041 p=GetVirtualPixels(tile_image,0,y,tile_image->columns,2,exception);
1050 exception);
1060 exception);
1081 ExceptionInfo *exception)
1107 rotate_image=RotateImage(image,90.0,exception);
1115 status=OpenBlob(image_info,pcd_image,WriteBinaryBlobMode,exception);
1119 (void) TransformImageColorspace(pcd_image,sRGBColorspace,exception);
1156 status=WritePCDTile(pcd_image,"768x512>",192,128,exception);
1157 status=WritePCDTile(pcd_image,"768x512>",384,256,exception);
1158 status=WritePCDTile(pcd_image,"768x512>",768,512,exception);