Display TIFF Image

  • Thread starter Thread starter Al Reid
  • Start date Start date
A

Al Reid

Is it possible to display an image that is stored on the server as a TIFF image, on an ASP.Net page without the use of an add-in
viewer? If so, could someone tell me how to do it?

TIA
 
IE certainly has no support for tiff natively, so you'd be better off
converting from tiff to jpg and displaying that.
Theres a few conversion examples on google you could probably tweak, and
..net supports the tiff frormat

Some links to get you started:

http://aspalliance.com/articleViewer.aspx?aId=140

http://codebetter.com/blogs/eric.wise/archive/2005/05/15/63236.aspx

http://msdn.microsoft.com/library/d...emDrawingImagingImageFormatClassTiffTopic.asp

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director
 
Hi Al,

Regarding this issue of displaying an image that is stored on a server as a
TIFF image, I would like to tell you that IE certainly has no support for
displaying the TIFF image natively, however, you can convert from TIFF image
to a jpg image and displaying that. I would request you to please go through
the following article which exaplins the conversion of TIFF to jpg :

[ImageFormat.Tiff Property]
http://msdn.microsoft.com/library/d...emDrawingImagingImageFormatClassTiffTopic.asp

Hope this helps.

Best Regards,
Mona [Grapecity]

Al Reid said:
Is it possible to display an image that is stored on the server as a TIFF
image, on an ASP.Net page without the use of an add-in
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top