转换TIFF使用.NET JPEG [英] Converting TIFF to JPEG using .NET

查看:200
本文介绍了转换TIFF使用.NET JPEG的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要使用.NET中的TIFF转换成JPEG。

I need to convert a TIFF to JPEG using .NET.

我已经成功地使用Windows 7用一个简单的已经做到了这一点 Bitmap.Save()。但似乎这并不在Windows XP(Windows 7已经为TIFF图像更完整的支持)。

I have already done this succesfully using Windows 7 with a simple Bitmap.Save(). But it seems that this doesn't work on Windows XP (Windows 7 has more complete support for TIFF images).

我看到有一个.NET库称为LibTiff.Net与TIFF效果很好,但我没有发现任何例如code。

I saw that there is a .NET library called LibTiff.Net that works well with TIFF, but I didn't find any example code.

任何想法?任何样品code至JPEG转换成TIFF?

Any ideas? Any sample code to convert JPEG to TIFF?

真是感谢

推荐答案

我假设你想TIFF转换成JPEG(如问题的标题说),而不是JPEG到TIFF(如问题体内说明)

I assume that you want to convert TIFF to JPEG (as stated in title of the question) and not JPEG to TIFF (as stated in the question body)

下面是创建<样品A HREF =htt​​p://bitmiracle.com/libtiff/help/convert-color-tiff-to-a-24-bit-system.drawing.bitmap.aspx相对= nofollow的> System.Drawing.Bitmap从TIFF 。

您可以将位图保存为JPEG文件。

You can save the bitmap as a JPEG file.

这篇关于转换TIFF使用.NET JPEG的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆