X3

RedSky

导航

2024年7月8日 #

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 HotSky 阅读(2) 评论(0) 推荐(0) 编辑