Lines Matching refs:exception
61 #include "MagickCore/exception.h"
62 #include "MagickCore/exception-private.h"
118 % const MagickBooleanType verbose,ExceptionInfo *exception)
129 % o exception: return any errors or warnings in this structure.
134 const StatisticType type,ExceptionInfo *exception)
180 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
291 *exception;
313 exception=AcquireExceptionInfo();
324 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
431 const MagickBooleanType verbose,ExceptionInfo *exception)
496 type=IdentifyImageType(image,exception);
521 channel_statistics=GetLocationStatistics(image,type,exception);
641 p=GetVirtualPixels(image,0,0,1,1,exception);
643 (void) SignatureImage(image,exception);
654 magick_info=GetMagickInfo(image->magick,exception);
708 channel_statistics=GetImageStatistics(image,exception);
714 channel_moments=GetImageMoments(image,exception);
715 channel_phash=GetImagePerceptualHash(image,exception);
721 channel_features=GetImageFeatures(image,distance,exception);
723 depth=GetImageDepth(image,exception);
929 GetMagickPrecision(),100.0*GetImageTotalInkDensity(image,exception)/
940 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
963 exception);
969 if (IsHistogramImage(image,exception) != MagickFalse)
972 GetNumberColors(image,(FILE *) NULL,exception));
974 (void) GetNumberColors(image,file,exception);
981 GetNumberColors(image,(FILE *) NULL,exception));
1030 exception);
1076 exception);
1079 exception);
1082 exception);
1085 exception);
1156 tile=ReadImage(image_info,exception);
1165 (void) SignatureImage(tile,exception);
1171 value=GetImageProperty(tile,property,exception);
1180 (void) GetImageProperty(image,"exif:*",exception);
1181 (void) GetImageProperty(image,"icc:*",exception);
1182 (void) GetImageProperty(image,"iptc:*",exception);
1183 (void) GetImageProperty(image,"xmp:*",exception);
1195 value=GetImageProperty(image,property,exception);
1202 value=GetImageProperty(image,key,exception);
1381 exception);