asp.net - Using a Tiff image on a webpage -


i may forced using tiff image on webpage.

do modern browsers handle tiffs. there gotchas?

if you're using safari, you're good... otherwise, luck
http://en.wikipedia.org/wiki/comparison_of_web_browsers#image_format_support

here further reading using alternatiff (workaround)
http://www.alternatiff.com/
http://www.alternatiff.com/howtoembed.html

however, since you're using asp.net, maybe can convert tiff jpg in backend
http://www.codeproject.com/kb/gdi-plus/dotnet_convertimage.aspx
http://bytes.com/topic/c-sharp/answers/267798-convert-tiff-images-gif-jpeg

reference so question


Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -