Link to home
Start Free TrialLog in
Avatar of fatihdi
fatihdi

asked on

I need to make a browse images component type of thing in silverlight

I need to make a browse images component type of thing in silverlight like the one in Telerik's web site just like that :  http://demos.telerik.com/silverlight/myalbums/
I want to make a album type of a thing to browse scanned images but it should support tiff format ...How can I achieve this in the easiest way ?i am a newbie so i need a really good guide if possible ..Thank you very much in advance
ASKER CERTIFIED SOLUTION
Avatar of CuteBug
CuteBug
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Silverlight does not support tiffs and gifs.  You may have to use a server script that can convert the tiff data to jpg or byte data and send that back to Silverlight.

You can write your own HttpHandler that converts the  Tiff  into a format supported in Silverlight using TiffBitmapDecoder Class. Or you can go for a third part components such as  accusoft ImageGear for Silverlight   which support TIFF images.