What is WebP?
WebP is a modern image format developed by Google that supports both lossy and lossless compression plus transparency and animation. It produces files roughly 25-35% smaller than equivalent JPEG or PNG at similar quality, making it well suited to faster-loading web pages.
WebP combines the strengths of JPEG (small lossy photos), PNG (lossless graphics with transparency) and GIF (animation) in one format, with better compression. It is supported by all modern browsers.
Use WebP to cut image weight and speed up pages, optionally serving a JPEG/PNG fallback for very old clients.
WebP tools
常见问题
为什么 PNG 的透明部分在 JPG 中会变成白色?
JPG 格式不支持透明度。工具会将你的图片叠加到所选的背景颜色上(默认为白色)。你也可以根据实际需要选择其他背景颜色。
应该选择多少质量比较合适?
用于网页时 — 75%–85% 的质量通常肉眼难以察觉差异,且文件体积明显更小。用于印刷或存档时 — 建议使用 92%–95%。低于 70% 时,你可能会明显看到压缩痕迹(伪影)。
把原本由 JPG 转来的 PNG 再转换回 JPG,会不会造成细节损失?
会 — JPG 是有损压缩格式。每次重新编码都会损失一些细节。如果可以的话,尽量避免在 JPG 之间反复多次转换。