Ejemplo n.º 1
0
        public ActionResult <Bitmap> GetBlackImage(string path)
        {
            BlackAndWhite baw = new BlackAndWhite(path);

            return(baw.BlackAndWhiteBrush());
        }