We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微图,极速图片压缩工具,一个黑客马拉松的产物。
支持压缩 JPEG、PNG、WebP 等图片格式,也可转换为更小格式的 webp/avif,不限图片尺寸,也不限图片大小,并可批量下载为压缩包。纯浏览器端压缩,不在服务器存储,因此速度较快,且无安全性问题。
使用 wasm 结合 mozjpeg/oxipng 进行图片编码,因此有较高的性能与压缩算法支持。
mozjpeg
oxipng
链接: https://devtool.tech/tiny-image
The text was updated successfully, but these errors were encountered:
gif 图一压缩就成webp了,不会动了。。
Sorry, something went wrong.
@jwenjian gif 不支持,,有没有好的 gif 压缩软件,我去调研一下。。
https://ezgif.com/
@rampageX 这个可以借助于 ffmpeg 实现,得另写一个小工具实现了
No branches or pull requests
微图,极速图片压缩工具,一个黑客马拉松的产物。
支持压缩 JPEG、PNG、WebP 等图片格式,也可转换为更小格式的 webp/avif,不限图片尺寸,也不限图片大小,并可批量下载为压缩包。纯浏览器端压缩,不在服务器存储,因此速度较快,且无安全性问题。
使用 wasm 结合
mozjpeg
/oxipng
进行图片编码,因此有较高的性能与压缩算法支持。链接: https://devtool.tech/tiny-image
The text was updated successfully, but these errors were encountered: