How to Convert TIFF to JPG Inside Silverlight, client side, using a control or a class/function?
Posted
by Augusto Camargo
on Stack Overflow
See other posts from Stack Overflow
or by Augusto Camargo
Published on 2009-12-17T17:00:33Z
Indexed on
2010/04/26
10:43 UTC
Read the original article
Hit count: 250
Silverlight
|tiff
We are creating a client in Silverlight that will show a lot of TIFF images. Silverlight natively do not support TIFF. I need a control/class to convert tiff to jpg in runtime inside the Silverlight client. Any idea?
© Stack Overflow or respective owner