public static CreateGrayscaleImage ( int width, int height ) : |
||
width | int | Image width. |
height | int | Image height. |
return |
AForge.Imaging.Image.CreateGrayscaleImage() function could be used instead, which does the some. But it was not used to get rid of dependency on AForge.Imaing library.
public static CreateGrayscaleImage ( int width, int height ) : |
||
width | int | Image width. |
height | int | Image height. |
return |