macOS
brew install guetzlilocal Homebrew formula metadata
sudo port install guetzliMacPorts ports tree · graphics/guetzli/Portfile · 来源: api.github.com
安装
brew install guetzlilocal Homebrew formula metadata
sudo port install guetzliMacPorts ports tree · graphics/guetzli/Portfile · 来源: api.github.com
sudo apk add guetzliAlpine Linux edge package indexes · guetzli · 来源: dl-cdn.alpinelinux.org
sudo apt install guetzliDebian stable package indexes · guetzli · 来源: deb.debian.org
nix profile install nixpkgs#guetzlinixpkgs package indexes · pkgs/by-name/gu/guetzli/package.nix · 来源: api.github.com
sudo pacman -S guetzliArch Linux sync databases · guetzli · 来源: geo.mirror.pkgbuild.com
scoop install main/guetzliScoop official bucket manifest trees · bucket/guetzli.json · 来源: api.github.com
概览
Perceptual JPEG encoder
历史
Guetzli is Google's perceptual JPEG encoder for producing smaller sequential JPEG files at high visual quality. It belongs to the same family of format-compatible compression experiments as Zopfli: spend more CPU time during encoding while keeping output compatible with existing decoders.
Google announced Guetzli as open source on 2017-03-16. The announcement described it as a JPEG encoder for digital images and web graphics that targeted file-size reductions while remaining compatible with existing browsers, image-processing applications, and the JPEG standard.
The repository README says Guetzli-generated images are typically 20-30 percent smaller than libjpeg images of equivalent quality, and that Guetzli emits sequential, non-progressive JPEGs. The implementation uses a psychovisual approach focused on quantization decisions, with Butteraugli-related perceptual modeling present in the repository.
Guetzli was quickly packaged because it offered an easy experiment for web image optimization: a single CLI that reads PNG or JPEG input and writes optimized JPEG output. The official README documents Homebrew and MacPorts installation paths, and the input metadata records packaging across Alpine, Homebrew, Debian, MacPorts, Nix, Arch, Scoop, and Ubuntu.
Its adoption was bounded by cost. The README warns that it uses about 300 MB of memory per megapixel and roughly one minute of CPU per megapixel, making it better suited to offline asset pipelines than interactive image conversion.
The CLI usage is direct: `guetzli [--quality Q] [--verbose] original.png output.jpg` or the same with JPEG input. The README recommends high-quality, preferably uncompressed input and notes that PNG alpha is flattened onto black because JPEG has no alpha channel.
Guetzli assumes sRGB input with gamma 2.2 and ignores color-profile metadata. That assumption is important in package notes because it affects whether the tool is appropriate for a given image workflow.
Guetzli is a package-nerd favorite because it embodies a clear tradeoff: excellent density for legacy JPEGs, paid for with CPU and memory. It is a compact command-line artifact from a major research organization, easy to package, easy to benchmark, and easy to compare against libjpeg, MozJPEG, Zopfli, WebP, JPEG XL, and later Jpegli work.
Google's later Jpegli announcement explicitly places newer JPEG work in relation to earlier Guetzli-style heuristics, making Guetzli part of the historical path from high-effort JPEG optimization toward faster modern JPEG-compatible encoders.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
guetzli | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/google/guetzli
安装元数据
| 软件包键 | brew:guetzli |
|---|---|
| 版本 | 1.0.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/guetzli |
| 主页 | https://github.com/google/guetzli |
| 仓库 | https://github.com/google/guetzli |
| 上游文档 | https://github.com/google/guetzli#readme |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/google/guetzli/archive/refs/tags/v1.0.1.tar.gz |
| 依赖 | libpng |
| 构建依赖 | pkgconf |
| Bottle | 可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | guetzli |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
guetzli 1.0.1-2
perceptual JPEG encoder
https://github.com/google/guetzli
sudo apt install guetzliguetzli
nix profile install nixpkgs#guetzliguetzli 1.0.1-1build3
perceptual JPEG encoder
https://github.com/google/guetzli
sudo apt install guetzliguetzli 0_git20191025-r3
Perceptual JPEG encoder that aims for excellent compression density at high visual quality
https://github.com/google/guetzli
sudo apk add guetzliguetzli-dev 0_git20191025-r3
Perceptual JPEG encoder that aims for excellent compression density at high visual quality (development files)
https://github.com/google/guetzli
sudo apk add guetzli-devguetzli 1.0.1-5
Perceptual JPEG encoder
https://github.com/google/guetzli
sudo pacman -S guetzliguetzli
sudo port install guetzlimain/guetzli
scoop install main/guetzli来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.