Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个像素值如下的文件:
78 234 56 37 62 162 63 78 28 129 30 37 12 231 12 127 24 121 95 194
这表示 4*5 单色像素映射。我必须从文件中读取它并将像素值存储在列表中。
现在我的问题是,我该怎么做才能显示它?
我是在WPF中做的,有些文件很大(超过50M),所以处理速度也要考虑。在 .NET 中处理此类工作是否有最佳实践?