Is there an HTML5 method for displaying a tiff image data already loaded into memory
问题 I have a tiff image stored in memory (in a javascript variable). What is the javascript or html technique for displaying this image in the browser window? Is there a "drawimage" type of function? 回答1: Native browser-support for tiff files is still pretty bad. Wikipedia has a nice overview on browsers Image format support. That being said; since a .tiff image is still essentially a raster-image, one could indeed convert it (the tricky part is stuff like supporting different compression