tinypng.org如何压缩PNG文件?

编程入门 行业动态 更新时间:2024-10-26 17:25:24
本文介绍了tinypng如何压缩PNG文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

tinypng/是一项很棒的服务,他们将我的png图像优化了约67%.他们的服务如何运作?他们如何最小化图片的大小和质量仍然保持不变?

tinypng/ is a great service, they optimized my png images by ~67%. How does their service work? How can they minimize size and quality of pictures still remains the same?

推荐答案

该网页上的答案正确:

当您上传PNG(便携式网络图形)文件时,类似 图像中的颜色会合并在一起.这项技术称为 量化".由于减少了颜色数量,因此使用24位PNG 可以将文件转换为小得多的8位索引彩色图像. 所有不必要的元数据也将被剥离.结果:微小的8位PNG 100%支持透明度的文件.吃蛋糕吃吧 也是!

When you upload a PNG (Portable Network Graphics) file, similar colours in your image are combined. This technique is called "quantisation". Because the number of colours is reduced, 24-bit PNG files can be converted to much smaller 8-bit indexed colour images. All unnecessary metadata is stripped too. The result: tiny 8-bit PNG files with 100% support for transparency. Have your cake and eat it too!

它将24位RGB文件转换为已着色的8位文件.您会损失一些色深,但是对于小图像,通常是难以察觉的.

It turns 24-bit RGB files into palettized 8-bit ones. You lose some color depth, but for small images it's often imperceptible.

您可以使用此功能强大的工具在命令行上手动执行相同的操作: pngquant/

You can do the same thing manually on the command line with this awesome tool: pngquant/

更多推荐

tinypng.org如何压缩PNG文件?

本文发布于:2023-07-27 00:24:50,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1219221.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:文件   tinypng   org   PNG

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!