According to How to Convert TIFF to JPG Inside Silverlight, client side, using a control or a class/function? I tried to port LibTiff.NET library to Silverlight, but failed.

I will be very grateful if someone explain me how to remove unsupported by Silverlight without losing opportunity to decompress CCITT Group 4 TIFF files.

link|improve this question
You cannot run unmanaged code in the Silverlight sandbox. Done. – Hans Passant Jul 14 '10 at 8:38
If you want to go for an affordable 3rd party control to view TIF files natively in silverlight, then do have a look at tiffviewer.net – user1237101 Mar 5 at 14:33
feedback

1 Answer

up vote 2 down vote accepted

LibTiff.Net 2.0 supports Silverlight natively (we've just released it).

Source package of the library contains Silverlight Test Application that may help you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.