Re: How to display a tiff image in browser(jsp) with JAI?
Posted By:
Christopher_Koenigsberg
Posted On:
Sunday, May 4, 2008 12:48 AM
Do browsers typically know what to do with the TIFF mime-type? you might have to send a different format, in your response, if the browser does not recognize tiff. (if you are reading from a tiff on the server side, you might have to convert to png, jpg, etc. to send in the response output stream).