# Install imgp with Homebrew, apt, dnf, Nix, zypper

High-performance CLI batch image resizer & rotator. Version 2.9 via Homebrew; verified from local package data. Also installable with debian: sudo apt install imgp.

## Install

```sh
sudo av install brew:imgp
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install imgp
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install imgp
```

  Evidence: Debian stable package indexes: imgp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install imgp
```

  Evidence: Fedora Rawhide package metadata: imgp 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#imgp
```

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

- zypper (92%):

```sh
sudo zypper install imgp
```

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

## Package facts

- **Package key:** brew:imgp
- **Package manager:** Homebrew
- **Version:** 2.9
- **Source summary:** High-performance CLI batch image resizer & rotator
- **Homepage:** <https://github.com/jarun/imgp>
- **Repository:** <https://github.com/jarun/imgp>
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- imgp (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 2.9
## Project history and usage

imgp is a Python command-line batch image resizer and rotator by Arun Prakash Jana. The project emphasizes fast bulk processing of JPEG and PNG files, recursive directory handling, EXIF-related options, shell completion, and minimal dependencies.

### Project history

The GitHub repository was created on 2016-08-08. Its early releases used the name imgd, with v1.0 published on 2016-08-16 and v2.0 on 2016-09-30; later releases settled on imgp as the package identity. The README positions imgp as a stronger, file-manager-independent replacement for the Nautilus Image Converter extension, with speed and desktop portability as central goals.

Across the 2.x series, imgp accumulated features typical of serious batch-photo tooling: adaptive resizing, rotation, JPEG quality controls, PNG-to-JPEG conversion, overwrite and recursive modes, optimization, EXIF erasure, and shell completions. The README also documents use with Pillow and optional Pillow-SIMD for SIMD acceleration.

### Adoption history

imgp spread beyond Homebrew into several Linux and cross-platform package channels listed in the input metadata, including Debian, Ubuntu, Fedora, Nix, and openSUSE. PyPI metadata lists imgp as a Python package, and the README links packaging status plus release packages for multiple distributions.

Repository metadata shows roughly 1k GitHub stars, while Homebrew analytics show modest but steady formula installs. That footprint is consistent with a practical Unix image utility: useful for people who batch-resize photos, screenshots, and media folders, but not a general-purpose image-processing framework.

### How it is used

The README documents command forms for resizing by resolution, percentage, or megapixel target; rotating by degrees; recursive traversal; overwriting or suffixing output files; converting PNG to JPEG; and processing the working directory when no path is supplied. Operational notes warn about lossy resize and rotate operations, overwrite behavior, and repeated processing of generated files.

### Why package nerds care

imgp matters in package-manager culture because it is the kind of compact CLI that replaces GUI extensions and ad hoc ImageMagick loops with a single installable command. It also reflects the practical packaging appeal of Python-plus-Pillow tools: easy to distribute, scriptable, and friendly to desktop and shell workflows.

### Timeline

- 2016-08-08: GitHub repository created.
- 2016-08-16: v1.0 release published under the imgd release name.
- 2016-09-30: v2.0 release published.
- 2019-12-21: v2.7 release published and later represented on PyPI.
- 2023-09-10: v2.9 release published.

### Related projects

- The README compares imgp with the Nautilus Image Converter extension and ImageMagick's convert utility. It also notes integration from the nnn file manager through a script for batch image resizing.

### Sources

- <https://formulae.brew.sh/formula/imgp>
- <https://github.com/jarun/imgp>
- <https://github.com/jarun/imgp/releases>
- <https://pypi.org/project/imgp/>


## Security Notes

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

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal

## Other Package-Manager Records

- Debian apt - imgp - 2.9-1: normalized package name match | Debian stable package indexes: imgp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Superfast batch image resizer and rotator | https://github.com/jarun/imgp
- Nix - imgp: normalized package name match | nixpkgs package indexes: pkgs/by-name/im/imgp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - imgp - 2.9-1: normalized package name match | Ubuntu 24.04 LTS package indexes: imgp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Superfast batch image resizer and rotator | https://github.com/jarun/imgp
- dnf - imgp - 2.9-8.fc45: normalized package name match | Fedora Rawhide package metadata: imgp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Multi-core batch image resizer and rotator | https://github.com/jarun/imgp
- zypper - imgp - 2.9-1.7: normalized package name match | openSUSE Tumbleweed package metadata: imgp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Image resizer and rotator | https://github.com/jarun/imgp
- zypper - imgp-bash-completion - 2.9-1.7: normalized package name match | openSUSE Tumbleweed package metadata: imgp-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash Completion for imgp | https://github.com/jarun/imgp
- zypper - imgp-fish-completion - 2.9-1.7: normalized package name match | openSUSE Tumbleweed package metadata: imgp-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish Completion for imgp | https://github.com/jarun/imgp
- zypper - imgp-zsh-completion - 2.9-1.7: normalized package name match | openSUSE Tumbleweed package metadata: imgp-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | ZSH Completion for imgp | https://github.com/jarun/imgp


## Combined YAML source

View the package source record on GitHub. [combined/imgp.yml](https://github.com/mxcl/pkgdb/blob/main/combined/imgp.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
