public ActionResult <Bitmap> GetBlackImage(string path) { BlackAndWhite baw = new BlackAndWhite(path); return(baw.BlackAndWhiteBrush()); }