Lines Matching refs:exception
56 #include "MagickCore/exception.h"
57 #include "MagickCore/exception-private.h"
195 % Image *image,ExceptionInfo *exception)
203 % o exception: return any errors or warnings in this structure.
208 Image *image,Image *inject_image,ExceptionInfo *exception)
229 group4_image=CloneImage(inject_image,0,0,MagickTrue,exception);
233 exception);
245 Image *image,MemoryInfo **pixel_info,size_t *length,ExceptionInfo *exception)
275 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
309 Image *image,MemoryInfo **pixel_info,size_t *length,ExceptionInfo *exception)
339 pack=SetImageMonochrome(image,exception) == MagickFalse ? 1UL : 8UL;
348 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
386 Image *image,MemoryInfo **pixel_info,size_t *length,ExceptionInfo *exception)
415 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
437 Image *image,const CompressionType compression,ExceptionInfo *exception)
531 mask_image=SeparateImage(image,AlphaChannel,exception);
533 ThrowWriterException(CoderError,exception->reason);
534 (void) SetImageType(mask_image,BilevelType,exception);
535 (void) SetImageType(mask_image,PaletteType,exception);
545 exception);
561 status=HuffmanEncodeImage(image_info,image,mask_image,exception);
563 status=Huffman2DEncodeImage(image_info,image,mask_image,exception);
569 exception);
573 status=LZWEncodeImage(image,length,pixels,exception);
580 exception);
584 status=PackbitsEncodeImage(image,length,pixels,exception);
591 exception);
595 status=ZLIBEncodeImage(image,length,pixels,exception);
622 ExceptionInfo *exception)
891 assert(exception != (ExceptionInfo *) NULL);
892 assert(exception->signature == MagickCoreSignature);
893 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
904 if ((SetImageMonochrome(image,exception) == MagickFalse) ||
913 (void) ThrowMagickException(exception,GetMagickModule(),
923 (void) ThrowMagickException(exception,GetMagickModule(),
987 (void) ParseGravityGeometry(image,page_geometry,&page_info,exception);
997 value=GetImageProperty(image,"label",exception);
1047 if (SetImageGray(image,exception) != MagickFalse)
1054 value=GetImageProperty(image,"label",exception);
1091 value=GetImageProperty(image,"label",exception);
1133 if (SetImageGray(image,exception) != MagickFalse)
1149 value=GetImageProperty(image,"label",exception);
1163 value=GetImageProperty(image,image->magick_filename,exception);
1178 (WritePS3MaskImage(image_info,image,compression,exception) == MagickFalse))
1207 value=GetImageProperty(image,"label",exception);
1262 (SetImageMonochrome(image,exception) != MagickFalse)) ?
1274 ((SetImageGray(image,exception) != MagickFalse) ||
1275 (SetImageMonochrome(image,exception) != MagickFalse)))
1324 SetImageMonochrome(image,exception) != MagickFalse ? 1 : 8);
1330 status=InjectImageBlob(image_info,image,image,"jpeg",exception);
1336 status=HuffmanEncodeImage(image_info,image,image,exception);
1338 status=Huffman2DEncodeImage(image_info,image,image,exception);
1343 exception);
1364 status=LZWEncodeImage(image,length,pixels,exception);
1369 status=PackbitsEncodeImage(image,length,pixels,exception);
1374 status=ZLIBEncodeImage(image,length,pixels,exception);
1422 status=InjectImageBlob(image_info,image,image,"jpeg",exception);
1429 exception);
1450 status=PackbitsEncodeImage(image,length,pixels,exception);
1455 status=LZWEncodeImage(image,length,pixels,exception);
1460 status=ZLIBEncodeImage(image,length,pixels,exception);
1534 exception);
1555 status=PackbitsEncodeImage(image,length,pixels,exception);
1560 status=LZWEncodeImage(image,length,pixels,exception);
1565 status=ZLIBEncodeImage(image,length,pixels,exception);