# Installer libtiff avec Homebrew, dnf, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de libtiff pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:libtiff
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install libtiff
```

  Preuve: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install libtiff
```

  Preuve: Fedora Rawhide package metadata: libtiff from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#libtiff
```

  Preuve: nixpkgs package indexes: pkgs/by-name/li/libtiff/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S libtiff
```

  Preuve: Arch Linux sync databases: libtiff from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install libtiff6
```

  Preuve: openSUSE Tumbleweed package metadata: libtiff6 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:libtiff
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.7.2
- **Résumé source:** TIFF library and utilities
- **Page d'accueil:** <https://libtiff.gitlab.io/libtiff/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- fax2ps (alias)
- fax2tiff (alias)
- pal2rgb (alias)
- ppm2tiff (alias)
- raw2tiff (alias)
- tiff2bw (alias)
- tiff2pdf (alias)
- tiff2ps (alias)
- tiff2rgba (alias)
- tiffcmp (alias)
- tiffcp (alias)
- tiffcrop (alias)
- tiffdither (alias)
- tiffdump (alias)
- tiffinfo (alias)
- tiffmedian (alias)
- tiffset (alias)
- tiffsplit (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 4.7.2
## Historique du projet et usages

LibTIFF is the long-running C library and utility suite for reading, writing, inspecting, and transforming TIFF images. It is one of the durable image-format dependencies that quietly sits under scanning, publishing, GIS, scientific-imaging, and document workflows.

### Historique du projet

The LibTIFF license and README preserve the original authorship line: copyright 1988-1997 Sam Leffler and 1991-1997 Silicon Graphics. The project documentation describes a library for reading and writing TIFF images plus a collection of tools for manipulating TIFF files.

The project moved through several hosting eras. The README points users to libtiff.gitlab.io and simplesystems.org documentation, OSGeo downloads, and the GitLab source repository, while noting that older Bugzilla issues were migrated to GitLab.

A major evolution point was LibTIFF 4.0.0, whose release notes document BigTIFF support and 64-bit offset work. BigTIFF addressed classic TIFF's 32-bit-offset limit by defining a 64-bit larger-than-4GB TIFF variant.

### Historique d'adoption

LibTIFF became standard infrastructure because TIFF itself remained common in archival, print, fax, geospatial, and scientific image data. The input metadata shows packaging in Homebrew, Fedora, Nix, Arch, and openSUSE, and the upstream docs emphasize portability across Unix-like systems and Windows.

The tool set also helped adoption: utilities such as tiffinfo, tiffdump, tiffcp, tiffset, and tiffsplit make the package useful even when no application links the library directly. Upstream's 4.6.0 and 4.7.0 notes about archiving and restoring tools show how much packagers notice the command-line surface.

### Modes d'utilisation

Developers link libtiff to read and write TIFF image data, inspect directories and tags, and handle compression and multi-image files. Users and packagers also rely on the bundled tools for metadata inspection, conversion, splitting, copying, and repair-style workflows.

Because TIFF is a container-like image format with many tags, compression modes, and historical edge cases, LibTIFF often serves as the shared compatibility layer instead of each application implementing the format independently.

### Pourquoi les passionnés de paquets s'y intéressent

LibTIFF is the sort of dependency package managers keep sharp because so many unrelated tools inherit its parser and utilities. Security fixes, format-corner-case behavior, and command availability can affect image viewers, document converters, GIS tools, scanner stacks, and scientific pipelines.

Its history also tracks format evolution: classic TIFF, BigTIFF, long-lived command-line utilities, and a project migration from older web infrastructure to GitLab-backed documentation and issue tracking.

### Chronologie

- 1988: Sam Leffler copyright begins for LibTIFF.
- 1991: Silicon Graphics copyright begins, marking the SGI era of the project.
- 2011: LibTIFF 4.0.0 release notes document BigTIFF support and 64-bit offset changes.
- 2023: LibTIFF 4.6.0 moves many older tools to archived or unsupported source categories and stops building them by default.
- 2024: LibTIFF 4.7.0 restores the removed tools to the default build.
- 2025: The documentation copyright line reaches 1988-2025 for LibTIFF contributors.

### Related projects

- TIFF 6.0 and BigTIFF are the core file-format specifications around LibTIFF. ImageMagick, GDAL, scanning software, document converters, and many image viewers commonly sit nearby in distribution dependency graphs.

### Sources

- <https://gitlab.com/libtiff/libtiff/-/raw/master/README.md>
- <https://libtiff.gitlab.io/libtiff/>
- <https://libtiff.gitlab.io/libtiff/project/license.html>
- <https://libtiff.gitlab.io/libtiff/releases/historical.html>
- <https://libtiff.gitlab.io/libtiff/releases/v4.0.0.html>
- <https://libtiff.gitlab.io/libtiff/specification/bigtiff.html>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - libtiff: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libtiff/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - libtiff - 4.7.2-2.fc45: normalized package name match | Fedora Rawhide package metadata: libtiff from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Library of functions for manipulating TIFF format image files | http://www.simplesystems.org/libtiff/
- dnf - libtiff-devel - 4.7.2-2.fc45: normalized package name match | Fedora Rawhide package metadata: libtiff-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development tools for programs which will use the libtiff library | http://www.simplesystems.org/libtiff/
- dnf - libtiff-static - 4.7.2-2.fc45: normalized package name match | Fedora Rawhide package metadata: libtiff-static from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Static TIFF image format file library | http://www.simplesystems.org/libtiff/
- dnf - libtiff-tools - 4.7.2-2.fc45: normalized package name match | Fedora Rawhide package metadata: libtiff-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Command-line utility programs for manipulating TIFF files | http://www.simplesystems.org/libtiff/
- pacman - libtiff - 4.7.2-1: normalized package name match | Arch Linux sync databases: libtiff from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Library for manipulation of TIFF images | http://www.simplesystems.org/libtiff/
- zypper - libtiff6 - 4.7.2-1.2: normalized package name match | openSUSE Tumbleweed package metadata: libtiff6 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | The Tiff Library (with JPEG and compression support) | https://libtiff.gitlab.io/libtiff/


## Combined YAML source

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


## Sources

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