Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试显示一个 ascii85 编码的图像,例如:
<img src='data:image/jpg;base85,...'/>
或者
<img src='data:image/jpg;ascii85,...' />
我在 base64 文件上找到了几个示例,但没有关于 ascii85 ...
你怎么看?
谢谢
你不能这样做,因为据我所知,只有 PostScript 和 PDF 能够处理 ascii85 (base85)。浏览器目前仅处理 base64。
如果您已经有这种编码的数据,则需要在将其放入浏览器之前将其转换为 base64。
可以使用一些 javascript/typescript 来完成。
img/@src
base85