0

HTML5 supports JPEG and PNG image formats, but TIFF is not supported. How do open a TIFF image in an HTML5 page?

InKeun Song
  • 11
  • 1
  • 1
  • 1

2 Answers2

1

Tiff image format is not supported by the browser.

However, if you search the linked site, you can find the answer

https://github.com/iwscoop/iws.loader

It seems to be a site that provides image viewer in HTML5 for free.

I hope you have a good result.

오정복
  • 11
  • 1
0

TIFF image support is varying see here:

Display TIFF image in all web browser

Here is a good but out-dated website for TIFF images on webpages:

http://www.alternatiff.com/howtoembed.html

If that doesn't work try using a converter (Maybe something like this....)

http://image.online-convert.com/convert-to-jpg

Hope this Helps.

Community
  • 1
  • 1