Beispiel #1
0
        public byte[] Load_Byte_Image(string path)
        {
            GrayscaleByteImage image = ImageIO.FileToGrayscaleByteImage(path);

            return(image.rawdata);
        }