在浏览器中显示 tiff 图像的问题
我在显示 tiff 图像时遇到问题。我的html代码如下:
< img src="tiffdocument.tif" />
I am facing problem in showing tiff images. My html code is below:
< img src="tiffdocument.tif" />
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
TIFF 不是“网络友好”格式。您唯一可以可靠使用的格式是 GIF、PNG 和 JPEG。
TIFF is not a "web friendly" format. The only formats you can use reliably are GIF, PNG and JPEG.
您能看到其他图像,例如 .png、.gif、.jpeg 等吗?
你的图片路径正确吗?
<
和tagname
之间不能有空格
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
<
andtagname
should be