UtilImageGetGrayScalePixelPercentOfImage Method

Overload List

GetGrayScalePixelPercentOfImage(FileInfo) Analyzes each pixel of the spcified image, counts all the pixels that are within the grayscale RGB range, then calculates a percentage of the total grayscale presence in the image.
GetGrayScalePixelPercentOfImage(Image) Analyzes each pixel of the spcified image, counts all the pixels that are within the grayscale RGB range, then calculates a percentage of the total grayscale presence in the image.
GetGrayScalePixelPercentOfImage(String) Analyzes each pixel of the spcified image, counts all the pixels that are within the grayscale RGB range, then calculates a percentage of the total grayscale presence in the image.
GetGrayScalePixelPercentOfImage(FileInfo, Int32) Analyzes each pixel of the spcified image, counts all the pixels that are within the grayscale RGB range, then calculates a percentage of the total grayscale presence in the image.
GetGrayScalePixelPercentOfImage(Image, Int32) Analyzes each pixel of the spcified image, counts all the pixels that are within the grayscale RGB range, then calculates a percentage of the total grayscale presence in the image.
GetGrayScalePixelPercentOfImage(String, Int32) Analyzes each pixel of the spcified image, counts all the pixels that are within the grayscale RGB range, then calculates a percentage of the total grayscale presence in the image.

See Also