gpt4 book ai didi

javascript - 使用 AVIF 图像格式从 Canvas 创建图像

转载 作者:行者123 更新时间:2023-12-03 17:19:07 26 4
gpt4 key购买 nike

AVIF 是一种非常有前途的图像格式/编解码器,它基于样本远优于 JPEG。
我的问题是如何从 Canvas 创建 AVIF 图像?

所以不是JPEG,而是:

canvas.toBlob(function (blob) {}, "image/avif", 1.0)

是否有 polyfill 或其他东西可以使其在浏览器中工作(编码图像部分)?

引用:
https://github.com/Kagami/avif.js

最佳答案

目前没有浏览器支持从 Canvas 创建 AVIF,但这应该很快就会改变。

  • Chrome can already consume AVIF images ,所以应该能够很快从 Canvas 生成它们。
  • Firefox will add AVIF support in one of the upcoming Firefox releases. (可能是 87 或 88)
  • 关于javascript - 使用 AVIF 图像格式从 Canvas 创建图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61206083/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com