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.
我正在开发加载、缩放和平移大型 Tiff 图像(~1.7GB)的应用程序。我使用图像控件 System.Windows.Controls.Image 来显示图像。它加载并显示,但缩放非常慢,所以我决定我应该使用(和计算)金字塔。
我发现对于大型 Tiff 文件,LibTiff 是一个很好的解决方案。我已阅读文档,但不知道如何使用图像金字塔。
将金字塔设置为图像源的最佳解决方法是什么?
PS我是WPF的新手