I need to convert a TIFF to JPEG using .NET.
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).
I saw that there is a .NET library called LibTiff.Net that works well with TIFF, but I didn't find any example code.
Any ideas? Any sample code to convert JPEG to TIFF?
Really thanks