Bmp读写二值图
摘要:public class Bmp : IDisposable { /* * 每行像素数据必须是4的倍数 * 黑白二值图0表示黑,1表示白 */ public int Width { get => _width; } public int Height { get => Math.Abs(_heigh
阅读全文
posted @ 2024-07-08 09:21
RedSky
posted @ 2024-07-08 09:21