macOS
brew install jpeginfolocal Homebrew formula metadata
sudo port install jpeginfoMacPorts ports tree · multimedia/jpeginfo/Portfile · source: api.github.com
brew
Prints information and tests integrity of JPEG/JFIF files. Version 1.7.1 via Homebrew; verified from local package data.
install
brew install jpeginfolocal Homebrew formula metadata
sudo port install jpeginfoMacPorts ports tree · multimedia/jpeginfo/Portfile · source: api.github.com
sudo apt install jpeginfoDebian stable package indexes · jpeginfo · source: deb.debian.org
sudo dnf install jpeginfoFedora Rawhide package metadata · jpeginfo · source: dl.fedoraproject.org
nix profile install nixpkgs#jpeginfonixpkgs package indexes · pkgs/by-name/jp/jpeginfo/package.nix · source: api.github.com
sudo zypper install jpeginfoopenSUSE Tumbleweed package metadata · jpeginfo · source: download.opensuse.org
overview
Prints information and tests integrity of JPEG/JFIF files
history
jpeginfo is Timo Kokkonen's small Unix-style utility for listing JPEG/JFIF metadata and checking file integrity. Its project page describes it as a tool for informative JPEG listings, error checks, and optional deletion of broken JPEG files.
The README records copyright years starting in 1995 and lists v1.0 as the first public release. The program was built on IJG libjpeg and kept the style of traditional command-line inspection tools: one binary, option flags, report columns, and exit codes suitable for shell scripts.
Later releases added checksum support, GNU autoconf configuration, comment and Exif recognition, CSV and JSON output, stdin support, and stronger digest options. GitHub releases in January and October 2023 document the modern 1.6 and 1.7 series.
jpeginfo appears in Unix package collections as a companion to image-processing pipelines, especially where maintainers need a lightweight integrity checker rather than a full image editor. Its availability through Homebrew, Debian, Fedora, MacPorts, Nix, Ubuntu, and openSUSE reflects that quiet utility role.
Typical use is batch inspection of JPEG dimensions, markers, progressive/non-progressive status, comments, and optional checksum columns. The `--check` mode makes it useful in scripts that reject damaged uploads or clean photo archives.
jpeginfo is package-nerd useful because it exposes low-level JPEG facts without dragging in a heavyweight graphics stack. It pairs naturally with `jpegoptim`: one tool checks and reports, the other rewrites and compresses.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
jpeginfo | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://www.kokkonen.net/tjko/projects.html
install metadata
| Package key | brew:jpeginfo |
|---|---|
| Version | 1.7.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/jpeginfo |
| Homepage | https://www.kokkonen.net/tjko/projects.html |
| Repository | https://github.com/tjko/jpeginfo |
| Upstream docs | https://github.com/tjko/jpeginfo#readme |
| License | GPL-3.0-or-later |
| Source archive | https://www.kokkonen.net/tjko/src/jpeginfo-1.7.1.tar.gz |
| Dependencies | jpeg-turbo |
| Build dependencies | autoconf |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | jpeginfo |
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
jpeginfo 1.7.1+dfsg-1
Prints information and tests integrity of JPEG/JFIF files
https://www.kokkonen.net/tjko/projects.html
sudo apt install jpeginfojpeginfo
nix profile install nixpkgs#jpeginfojpeginfo 1.7.1+dfsg-1build1
Prints information and tests integrity of JPEG/JFIF files
https://www.kokkonen.net/tjko/projects.html
sudo apt install jpeginfojpeginfo 1.7.1-8.fc44
Error-check and generate informative listings from JPEG files
http://www.kokkonen.net/tjko/projects.html
sudo dnf install jpeginfojpeginfo 1.7.1-1.2
Generate informative listings from JPEG files and check them for errors
https://github.com/tjko/jpeginfo
sudo zypper install jpeginfojpeginfo
sudo port install jpeginfosource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.