Lines Matching refs:exception
54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
423 ExceptionInfo *exception)
496 (void) ThrowMagickException(exception,GetMagickModule(),
504 (void) ThrowMagickException(exception,GetMagickModule(),
526 (void) ThrowMagickException(exception,GetMagickModule(),
533 (void) ThrowMagickException(exception,GetMagickModule(),
789 % ExceptionInfo *exception)
795 % o exception: return any errors or warnings in this structure.
812 ExceptionInfo *exception)
867 assert(exception != (ExceptionInfo *) NULL);
868 assert(exception->signature == MagickCoreSignature);
869 image=AcquireImage(image_info,exception);
870 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
929 status=SetImageExtent(image,image->columns,image->rows,exception);
978 status=SetImageExtent(image,image->columns,image->rows,exception);
981 (void) SetImageBackgroundColor(image,exception);
1127 1UL*(frame.bottom-frame.top),MagickTrue,exception);
1156 exception);
1209 exception);
1212 pixmap.bits_per_pixel,&extent,exception);
1228 exception);
1235 index=ConstrainColormapIndex(tile_image,*p,exception);
1287 if (SyncAuthenticPixels(tile_image,exception) == MagickFalse)
1305 MagickTrue,destination.left,destination.top,exception);
1340 status=SetImageProfile(image,"icc",profile,exception);
1351 status=SetImageProfile(image,"iptc",profile,exception);
1420 ThrowFileException(exception,FileOpenError,
1449 tile_image=ReadImage(read_info,exception);
1459 MagickMax(image->rows,tile_image->rows),exception);
1460 (void) TransformImageColorspace(image,tile_image->colorspace,exception);
1462 frame.left,frame.right,exception);
1588 % Image *image,ExceptionInfo *exception)
1596 % o exception: return any errors or warnings in this structure.
1600 Image *image,ExceptionInfo *exception)
1672 assert(exception != (ExceptionInfo *) NULL);
1673 assert(exception->signature == MagickCoreSignature);
1674 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
1677 (void) TransformImageColorspace(image,sRGBColorspace,exception);
1813 jpeg_image=CloneImage(image,0,0,MagickTrue,exception);
1823 exception);
1953 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
1993 p=GetVirtualPixels(image,0,y,image->columns,1,exception);