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.
有没有办法在 VB.net 1.1 中将多页 Tiff 文件转换为 jpeg 文件。我试图用标准的 Bitmap.Save() 方法转换它,但它只转换第一页。
有关此示例,请参见此处。
基本上,您必须加载 TIFF 并将页面绘制到内存中的新位图上。