Is there a way to convert a multi page Tiff file to a jpeg file in VB.net 1.1. I've tried to convert it with the standard Bitmap.Save() method but it only converts the first page.
有没有办法将多页Tiff文件转换为VB.net 1.1中的jpeg文件。我试图用标准的Bitmap.Save()方法转换它,但它只转换第一页。
1 个解决方案
#1
1
See here for an example of this.
请参阅此处以获取此示例。
Basically you have to load the TIFF and paint the pages to new bitmaps in memory.
基本上你必须加载TIFF并将页面绘制到内存中的新位图。
#1
1
See here for an example of this.
请参阅此处以获取此示例。
Basically you have to load the TIFF and paint the pages to new bitmaps in memory.
基本上你必须加载TIFF并将页面绘制到内存中的新位图。