Snaily
Snaily

Reputation: 33

How to display CCITT Group 4 TIFF files in Silverlight?

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.

Upvotes: 2

Views: 1044

Answers (1)

Bobrovsky
Bobrovsky

Reputation: 14246

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.

Upvotes: 2

Related Questions