在.Net1.1中将多页Tiff转换为jpeg

发布于 2024-07-09 09:31:31 字数 91 浏览 5 评论 0原文

有没有办法在 VB.net 1.1 中将多页 Tiff 文件转换为 jpeg 文件。 我尝试使用标准 Bitmap.Save() 方法对其进行转换,但它仅转换第一页。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吃→可爱长大的 2024-07-16 09:31:31

有关示例,请参阅此处

基本上,您必须加载 TIFF 并将页面绘制到内存中的新位图。

See here for an example of this.

Basically you have to load the TIFF and paint the pages to new bitmaps in memory.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文