# 使用 Homebrew 安装 tiff2png

查看 tiff2png 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:tiff2png
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install tiff2png
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:tiff2png
- **软件包管理器:** Homebrew
- **版本:** 0.92
- **来源摘要:** TIFF to PNG converter
- **主页:** <http://www.libpng.org/pub/png/apps/tiff2png.html>
- **仓库:** <https://github.com/rillian/tiff2png>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- tiff2png (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.92
## 项目历史与用法

tiff2png is a small command-line converter for turning TIFF images into PNG files. Its official libpng-hosted page describes the main goal as direct TIFF-to-PNG conversion while preserving alpha transparency, scaling information, and user-controlled compression.

### 项目历史

The official page credits Willem van Schaik, Greg Roelofs, and Ralph Giles as authors and presents version 0.92 as the current release. It also records earlier lineage through Willem van Schaik's separate 0.7 offshoot, labelled 0.82, and explains behavioral differences around wildcard batch conversion and overwrite handling.

The project sits close to the PNG ecosystem rather than the modern image-toolkit world: the official page is hosted under libpng's PNG applications area and lists libpng, zlib, libtiff, and IJG JPEG libraries as supporting components.

### 采用历史

The official page lists source tarballs, a GitHub repository, git mirrors, and older platform binaries for systems including SCO OpenServer and 32-bit Windows. That distribution style reflects an older portable C utility that survived through source archives, mirrors, and package-manager formulas.

Homebrew keeps tiff2png available as a narrow utility for users who want one conversion command rather than a full ImageMagick-style suite.

### 使用方式

tiff2png is used for batch conversion, with the official page giving a wildcard example such as converting multiple .tiff files at once. It is especially relevant when users care about preserving transparency while producing PNG output.

For package users, the practical use case is scripted image conversion in build, publishing, archival, or web pipelines where a dedicated TIFF-to-PNG binary is simpler than invoking a larger image-processing framework.

### 为什么软件包爱好者会关心

Its package-nerd significance is mostly historical and practical: it is the sort of small, old-school image utility that package managers preserve because scripts depend on exact command names and behaviors.

The official warning about a related offshoot lacking wildcard support and overwrite checks is a reminder that tiny conversion tools often matter because their edge-case behavior is part of the package contract.

### 时间线

- 2000-2005, 2014: Copyright years shown on the official tiff2png page.
- 2000s: Official page documents version 0.92, older platform binaries, and support libraries.
- 2014: GitHub repository created for rillian/tiff2png as a libpng.org-derived conversion utility.

### Related projects

- The official page links the utility to libpng, zlib, libtiff, and the Independent JPEG Group library.
- The official page also notes Willem van Schaik's separate 0.82-labelled offshoot from version 0.7.

### 来源

- <http://www.libpng.org/pub/png/apps/tiff2png.html - official tiff2png page for purpose, authors, version, lineage, usage, source links, binaries, and supporting libraries.>
- <https://api.github.com/repos/rillian/tiff2png - GitHub repository metadata for creation date and description.>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/tiff2png.yml](https://github.com/mxcl/pkgdb/blob/main/combined/tiff2png.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
