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.
我有一个每 2 秒更新一次的画布。 如何使用画布创建 gif 动画?
也许有一种方法可以将 getImageData 与每一帧合并来创建一个 GIF?
您无法使用画布创建动画 Gif。
你可以做的是创建一个精灵——它的工作方式与 gif 非常相似。如果您询问是否可以将其保存到文件中,那么不能。精灵纯粹是为了显示在您的屏幕上。