Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
428 views
in Technique[技术] by (71.8m points)

HEIC格式图片上传后如何展示?

据说,HEIC是iOS 11更新后,iPhone 7及其后硬件,在拍摄照片时的默认图像存储格式。
那么现在我单独处理了这个格式的图片上传成功了,可以该怎么展示呢?
下图第一个是.heic格式的,第二个是正常格式的。
image.png


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

说明浏览器不支持对应格式的解码。
可以让后端解码存储,然后返回对应的 URL
如果喜欢折腾的话也可以在前端解码,用 canvas 显示。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...