# jpeg-archive mit Homebrew, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für jpeg-archive in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:jpeg-archive
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install jpeg-archive
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#jpeg-archive
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/jp/jpeg-archive/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S jpeg-archive
```

  Evidenz: Arch Linux sync databases: jpeg-archive from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Paketfakten

- **Paketschlüssel:** brew:jpeg-archive
- **Paketmanager:** Homebrew
- **Version:** 2.2.0
- **Quellzusammenfassung:** Utilities for archiving JPEGs for long term storage
- **Homepage:** <https://github.com/danielgtaylor/jpeg-archive>
- **Repository:** <https://github.com/danielgtaylor/jpeg-archive>
- **Zuletzt aktualisiert:** 2026-06-22T14:03:50-07:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- jpeg-archive (Alias)
- jpeg-compare (Alias)
- jpeg-hash (Alias)
- jpeg-recompress (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 2.2.0
## Projektgeschichte und Nutzung

JPEG Archive is a set of command-line tools for reducing, comparing, hashing, and batch-processing JPEG photo collections. It grew around a package-nerd-friendly idea: keep the broadly supported JPEG format, but squeeze storage cost by recompressing images to visually similar output.

### Projektgeschichte

The upstream README frames the project around long-term photo storage and web serving. Its goals are to use common JPEG files, minimize storage space and cost, and identify duplicate or similar photos. The toolset includes jpeg-archive, jpeg-recompress, jpeg-compare, and jpeg-hash.

The 2.0.0 release line changed the underlying JPEG encoder to mozjpeg and defaulted to progressive output. The GitHub release page shows the 2.2.0 release dated 2018-07-15, while the README retains a 2015 copyright notice for Daniel G. Taylor.

### Adoptionsgeschichte

JPEG Archive found its audience among people with large photo folders rather than application developers. Packaging in Homebrew, Nix, and Arch fits that pattern: install a few binaries, combine them with GNU Parallel or Ladon, dcraw, exiftool, and shell scripts, and run them over existing photo trees.

### Wie es verwendet wird

The README shows jpeg-archive as a folder-level wrapper and jpeg-recompress as the core optimizer. jpeg-recompress searches for the smallest JPEG quality that preserves perceived visual quality, optimizes Huffman tables, and can copy EXIF, IPTC, XMP, and color profile metadata by default.

### Warum Paket-Nerds sich dafür interessieren

The project is notable because it packaged image-quality metrics into everyday shell tooling. It is not just another cjpeg wrapper: it represents the practical, storage-saving side of perceptual image comparison in a small Unix utility set.

### Zeitleiste

- 2015: Project README copyright line identifies Daniel G. Taylor and the JPEG Archive toolset.
- 2018: 2.0.0 release switched to mozjpeg and progressive encoding by default.
- 2018: 2.2.0 release appeared on July 15.
- 2024: Arch Linux packaging still carried jpeg-archive 2.2.0.

### Related projects

- The README recommends Ladon or GNU Parallel for running the tools over many files.
- jpeg-archive depends on adjacent command-line tools such as dcraw and exiftool for some workflows.
- The project links rflynn/imgmin as an alternative.

### Quellen

- <https://formulae.brew.sh/formula/jpeg-archive>
- <https://github.com/danielgtaylor/jpeg-archive>
- <https://github.com/danielgtaylor/jpeg-archive#readme>
- <https://github.com/danielgtaylor/jpeg-archive/releases>


## Sicherheitshinweise

broad file, network, media, or database tool signal.

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal

## Andere Paketmanager-Einträge

- Nix - jpeg-archive: normalized package name match | nixpkgs package indexes: pkgs/by-name/jp/jpeg-archive/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - jpeg-archive - 2.2.0-4: normalized package name match | Arch Linux sync databases: jpeg-archive from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Utilities for archiving JPEGs for long term storage | https://github.com/danielgtaylor/jpeg-archive/


## Combined YAML source

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


## Quellen

- 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
