WangYuLue / image-conversion

A simple and easy-to-use JS image convert tools, which can specify size to compress the image.
https://demo.wangyulue.com/image-conversion/
MIT License
909 stars 140 forks source link

gif图片压缩后变成静态图。 #22

Open Dream-47 opened 4 years ago

Dream-47 commented 4 years ago

测试环境: 浏览器:Chrome 80 具体浏览器版本:Chrome/ 80.0.3987.132 系统:win10

复现步骤如下: 打开 测试页面 上传gif图片 size 填写50 开始压缩 gif图片压缩后变成静态图。

WangYuLue commented 4 years ago

是的,目前对 gif 的压缩还不太友好。

gif 压缩本身也比较复杂,而 image-conversion 完全依赖浏览器的API,所以能做的只能在 API 的范围之内。

而最新的 Chrome 目前也不支持 gif 压缩。


我发这个库 compress-images 支持node端的gif图片压缩,如果有条件,可以写一个node server 来尝试一下