html - Display TIFF image in all web browser -
how handle tiff file in html pages?
i want display tiff file in html page.
i have tried using embedded tag, object id, img, etc. unable display image (tiff) in html page.
i not using java, .net or other thing in project. using html only.
#hi all,
to above question, yesterday got solution. i.e safari able support tiff image loading.
what should load tiff image in remaining unsupported browser(ie, mozilla, firefox, etc)
i unable install third party installer or controller(like activexcontroller).
please give valuable suggestion this.
thanks in advance.
this comes down browser image support; looks mainstream browser supports tiff safari:
http://en.wikipedia.org/wiki/comparison_of_web_browsers#image_format_support
where getting tiff images from? possible them generated in different format?
if have static set of images i'd recommend using paintshop pro batch convert them, changing format.
if isn't option there might mileage in looking pre-written java applet (or browser plugin) can display images in browser.
Comments
Post a Comment