X3

RedSky

导航

07 2024 档案

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 阅读(27) 评论(0) 推荐(0)