开发者

Issue in showing tiff image in browser [closed]

开发者_JAVA百科 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago.

I am facing problem in showing tiff images. My html code is below:

< img src="tiffdocument.tif" />


TIFF is not a "web friendly" format. The only formats you can use reliably are GIF, PNG and JPEG.


Will you able to see other images such as .png, .gif, .jpeg etc ?

Is your image path is correct ?

there must not be space between < and tagname

< img src="tiffdocument.tif" />

should be

<img src="tiffdocument.tif" />
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜