You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PJ568 bdd850dcc0
新增图像处理工具
2 years ago
..
css 新增图像处理工具 2 years ago
images 新增图像处理工具 2 years ago
js 新增图像处理工具 2 years ago
README.md 新增图像处理工具 2 years ago
index.html 新增图像处理工具 2 years ago
webp2jpg-online.webloc 新增图像处理工具 2 years ago

README.md

title

title title title

webp2jpg-online 介绍

我常常需要把webp图片转成jpg格式很多在线转化提供的功能都需要上传文件不爽。有非上传的但是ui很难用谷歌一番后了解到html5自带接口的canvas.toBlob有转换图片格式的功能索性就自己搞这个webp2jpg-online。

⚠️ 目前只测试通过Chrome其他浏览器不保证正常。

title

在线图片格式转化器, 可将jpeg、jpg、png、gif、webp、svg、ico、bmp文件转化为jpeg、png、webp、ico文件。无需上传文件本地即可完成转换

Online picture format converter, can convert jpeg, jpg, png, gif, webp, svg, ico, bmp files into jpeg, png, webp, ico files. No need to upload files, conversion can be done locally。

在线地址

https://renzhezhilu.github.io/webp2jpg-online/

demo

demo

🔧待解决

1.gif转webp时只能转第一帧(2020-2-15)

核心原理

HTMLCanvasElement.toBlob()

canvas.toBlob(callback, type, encoderOptions);