Skip to content
New issue

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

【网站自荐】Compress JPG:一个免费在线的图片压缩工具 #5225

Open
ethansunray opened this issue Sep 25, 2024 · 2 comments
Open
Labels

Comments

@ethansunray
Copy link

背景介绍

缘起于一个 reddit 帖子,有人在找是否有基于 squoosh(Google 开源的图片压缩算法)的批量压缩工具,因为 squoosh 只能进行单张图片压缩。

然后我基于 squoosh 的压缩算法开发了这个网站:Compress JPG

icompress jpg home

亮点介绍

Compress JPG 具有以下几个亮点:

  • 支持压缩 JPG、JPEG、PNG、WebP、GIF、AVIF、JXL 和 QOI 格式的图片
  • 离线使用无需注册或登录
  • 压缩过程在浏览器端完成,文件永远不会离开你的设备,确保 100% 隐私。
  • 最多可同时处理多达 1000 个图片文件。实际上我没做文件限制,只要你的电脑性能足够好,一次性压缩 1000 个文件不是问题
  • 没有文件大小限制

你可以在同一个压缩任务中多批次上传图片,最终会汇总下载成一个压缩包。

访问地址

Compress JPGhttps://compressjpg.io


欢迎有需要的朋友们访问使用,非常期待你的使用反馈~

@ruanyf ruanyf added the weekly label Sep 25, 2024
@Odyssey98
Copy link

image 为什么压缩后体积反而变大了

@ethansunray
Copy link
Author

感谢反馈~

因为当前上线的版本使用了与 squoosh 一样的默认压缩配置,在不修改 squoosh 默认配置的前提下,你这两张图片使用 squoosh 压缩应该是一样的变大了。这个情况我在开发测试的时候也是存在的,选择一些已经压缩过的图片时就会出现。

之后计划增加检测,如果压缩结果大于原图,尝试自动降级配置再次进行压缩,如果还是大于原图,那就放弃对这张图片的压缩并给出提示,让用户自定义压缩配置。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants