Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
165 % Image *image,ExceptionInfo *exception)
173 % o exception: return any errors or warnings in this structure.
275 const StatisticType type,ExceptionInfo *exception)
321 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
508 *exception;
530 exception=AcquireExceptionInfo();
541 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
668 ExceptionInfo *exception)
735 p=GetVirtualPixels(image,0,0,1,1,exception);
738 (void) SignatureImage(image,exception);
751 magick_info=GetMagickInfo(image->magick,exception);
786 type=IdentifyImageType(image,exception);
823 channel_statistics=GetLocationStatistics(image,type,exception);
877 channel_statistics=GetImageStatistics(image,exception);
885 channel_moments=GetImageMoments(image,exception);
886 channel_phash=GetImagePerceptualHash(image,exception);
894 channel_features=GetImageFeatures(image,distance,exception);
896 depth=GetImageDepth(image,exception);
1094 GetMagickPrecision(),100.0*GetImageTotalInkDensity(image,exception)/
1105 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
1275 tile=ReadImage(image_info,exception);
1285 (void) SignatureImage(tile,exception);
1291 value=GetImageProperty(tile,property,exception);
1304 (void) GetImageProperty(image,"exif:*",exception);
1305 (void) GetImageProperty(image,"icc:*",exception);
1306 (void) GetImageProperty(image,"iptc:*",exception);
1307 (void) GetImageProperty(image,"xmp:*",exception);
1325 value=GetImageProperty(image,property,exception);
1332 value=GetImageProperty(image,key,exception);
1536 exception);
1568 Image *image,ExceptionInfo *exception)
1588 status=OpenBlob(image_info,image,WriteBlobMode,exception);
1600 EncodeImageAttributes(image,file,exception);