用于优化数千张图像的批量图像压缩工具

发布于 2024-09-04 19:49:10 字数 1491 浏览 9 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

还不是爱你 2024-09-11 19:49:10

我为此目的使用了 ImageMagick。它由很多东西组成,其中包括一组命令行工具,可用于将图像操作相互链接。

在命令行上进行实验很有趣,将其复制到脚本中并让它撕裂数千张图像。我发现生成的图像的默认质量也相当不错。

这是网站。我在Linux下使用它,但我看到也有Windows版本。

I used ImageMagick for that purpose. It consist of a lot of things, among which a set of commandline tools that can be used to chain image operations along each other.

It is fun to experiment on the commandline, copy it in a script and let it rip over a couple thousand images. I found the default quality of the resulting images also pretty good.

Here is the website. I used it under Linux, but I saw there is a windows version too.

时间你老了 2024-09-11 19:49:10

If you are looking for a non-programming approach (kind of the wrong idea here on SO...) you could try IrfanView's batch feature. It's a lightweight image editor that will let you batch convert images based on a few simple criteria (such as file dimensions, etc.)

小兔几 2024-09-11 19:49:10

对于优化 png,pngout 是王道

For optimizing png's, pngout is king

萧瑟寒风 2024-09-11 19:49:10

http://icompressor.blogspot.in/ 海量图像压缩器的工作是压缩所有图像单个文件夹。它没有命令行参数或智能机制来自动决定压缩级别,但它为您提供了一个示例压缩,让您根据您设置的压缩参数感受到压缩的感觉。

http://icompressor.blogspot.in/ Mass Image Compressor does the job of doing compression of all the images in single folder. It doesn't have command line arg or intelligent mechanism to automatically decide compression levels but it provides you a sample compression to give you feel of compression based on compression parameters that you have set.

还给你自由 2024-09-11 19:49:10

过去我遇到过这个问题,并找到了一种压缩 JPEG 图像的方法。这个答案不能帮助你压缩PNG或其他格式,但可以帮助你压缩JPEG。

我发现 Windows XP 的 MS Paint 应用程序非常适合此目的。它可以很好地压缩 JPEG 图像,没有任何明显的损失。因此,我编写了一个实用程序来批量压缩文件。这是链接: AutoSavePaint 1.7.0.2

自发布以来,它已经帮助了很少的人已发布。我希望它也能帮助你! :)

In the past I faced this problem, and found a way to compress JPEG images. This answer cannot help you compress PNG or other formats, but JPEG.

I found that Windows XP's MS Paint app is wonderful for this purpose. It compresses a JPEG image very nicely without any visible loss. So, I wrote a utility to mass compress the files. Here is the link: AutoSavePaint 1.7.0.2

It has helped few a people since it was published. I hope it helps you too! :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文