转换TIFF使用.NET JPEGTIFF、NET、JPEG

由网友(你的身边太拥挤)分享简介:我需要使用.NET中的TIFF转换成JPEG。I need to convert a TIFF to JPEG using .NET.我已经成功地使用Windows 7用一个简单的已经做到了这一点 Bitmap.Save()。但似乎这并不在Windows XP(Windows 7已经为TIFF图像更完整的支持)。...

我需要使用.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)

下面是创建 System.Drawing.Bitmap从TIFF 。

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

You can save the bitmap as a JPEG file.

阅读全文

相关推荐

最新文章