macOS
brew install epeglocal Homebrew formula metadata
sudo port install epegMacPorts ports tree · graphics/epeg/Portfile · source: api.github.com
brew
JPEG/JPG thumbnail scaling. Version 0.9.3 via Homebrew; verified from local package data.
install
brew install epeglocal Homebrew formula metadata
sudo port install epegMacPorts ports tree · graphics/epeg/Portfile · source: api.github.com
nix profile install nixpkgs#epegnixpkgs package indexes · pkgs/by-name/ep/epeg/package.nix · source: api.github.com
overview
JPEG/JPG thumbnail scaling
history
epeg is a JPEG thumbnailing library and command-line package focused on fast downscaling. Its README describes the core idea as using libjpeg's ability to decode only the DCT coefficients needed for the requested output size, reducing CPU work when large JPEGs are turned into small thumbnails.
The epeg README says the library was originally developed inside the Enlightenment project. The repository maintainer notes that at some later, unspecified point epeg disappeared from that project or was merged into another library, with v0.9.1.042 named as the last original version known to that maintainer.
The current GitHub repository preserves that original code lineage while carrying updates and improvements on the master branch. The copyright notice dates the software to 2000 and credits Carsten Haitzler and contributors.
epeg stayed a niche but memorable package because it solved one job well: quickly making thumbnails from JPEGs. It accumulated language bindings for Python and Node.js and enough downstream interest to remain packaged in Homebrew, MacPorts, and Nix.
Users and bindings rely on epeg when the source image is much larger than the desired thumbnail. The performance advantage comes from avoiding full-resolution decode work and, in some cases, avoiding colorspace conversion when YUV or grayscale access is sufficient.
epeg is the sort of package that appeals to people who like small, purpose-built C libraries: it wraps a particular libjpeg optimization in a compact API and command-line install, and it carries a visible lineage from desktop-environment infrastructure into modern package managers.
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 |
|---|---|---|---|
epeg | 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://github.com/mattes/epeg
install metadata
| Package key | brew:epeg |
|---|---|
| Version | 0.9.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/epeg |
| Homepage | https://github.com/mattes/epeg |
| Repository | https://github.com/mattes/epeg |
| Upstream docs | https://github.com/mattes/epeg#readme |
| License | MIT-enna |
| Source archive | https://github.com/mattes/epeg/archive/refs/tags/v0.9.3.tar.gz |
| Dependencies | jpeg-turbo, libexif |
| Build dependencies | autoconf, automake, libtool |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, 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 | epeg |
| 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.
epeg
nix profile install nixpkgs#epegepeg
sudo port install epegsource 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.