I have a black and white System.Drawing.Bitmap I need to auto-crop it so that it is only as big as needed to fit the image. This image always starts at the top left (0,0) position but I’m not sure how much height and width is will require. If there any way to auto-crop it to size?
I have a black and white System.Drawing.Bitmap I need to auto-crop it so that
Share
The following is the code I used: