Searched defs:GetImageStatistics (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dstatistic.c1133 channel_statistics=GetImageStatistics(image,exception);
1399 channel_statistics=GetImageStatistics(image,exception);
2016 % GetImageStatistics() returns statistics for each channel in the image. The
2021 % channel_statistics=GetImageStatistics(image,exception);
2026 % The format of the GetImageStatistics method is:
2028 % ChannelStatistics *GetImageStatistics(const Image *image,
2038 MagickExport ChannelStatistics *GetImageStatistics(const Image *image,
2027 MagickExport ChannelStatistics *GetImageStatistics(const Image *image, function
H A Dmethods.h429 #define GetImageStatistics PrependMagickMethod(GetImageStatistics) macro

Completed in 118 milliseconds