macOS
brew install jpeglocal Homebrew formula metadata
sudo port install jpegMacPorts ports tree · graphics/jpeg/Portfile · source: api.github.com
brew
Image manipulation library. Version 10 via Homebrew; verified from local package data.
install
brew install jpeglocal Homebrew formula metadata
sudo port install jpegMacPorts ports tree · graphics/jpeg/Portfile · source: api.github.com
sudo apk add jpegAlpine Linux edge package indexes · jpeg · source: dl-cdn.alpinelinux.org
sudo zypper install libjpeg-turboopenSUSE Tumbleweed package metadata · libjpeg-turbo · source: download.opensuse.org
overview
Image manipulation library
history
The Homebrew `jpeg` formula represents the Independent JPEG Group's libjpeg software, one of the classic Unix image libraries behind JPEG encoding, decoding, and transformation tools. IJG describes itself as an informal group that writes and distributes a widely used free JPEG compression library, with the first version released on 7 October 1991.
IJG's package grew around a portable C implementation of the JPEG standard, plus command-line tools such as `cjpeg`, `djpeg`, `jpegtran`, `rdjpgcom`, and `wrjpgcom`. Its README emphasizes portability, flexibility, and industrial-strength reuse rather than tutorial code, which explains why libjpeg became infrastructure rather than just a sample implementation.
The package also became a baseline for later JPEG implementations and forks. libjpeg-turbo maintains a reference repository of IJG code for comparison and benchmarking, while the IJG reference site frames libjpeg as the technical basis of a media format that remains massively deployed.
IJG libjpeg spread because it gave Unix, desktop, and embedded software a royalty-free way to read and write JPEG files. Package managers expose both the library and its small CLI utilities, making it a dependency of image viewers, converters, web tooling, and batch-processing scripts.
The 6b ABI became especially important in distribution culture because many downstream projects and alternative implementations, including libjpeg-turbo and mozjpeg-compatible builds, preserved or targeted that interface.
`cjpeg` and `djpeg` convert between JPEG and other image formats, `jpegtran` performs lossless transforms and transcoding, and `rdjpgcom`/`wrjpgcom` handle textual comments. Developers also link against libjpeg directly when adding JPEG support to applications.
For package maintainers, IJG JPEG is a canonical example of a tiny-looking formula that underpins a huge dependency graph. Its ABI history explains why distributions often care about which JPEG implementation satisfies `libjpeg` and why compatibility with IJG behavior still matters decades after the format became ordinary.
security posture
No matching local secret-handling manifest was found for jpeg. Nucleus package metadata is still published here so future coverage has a stable package URL.
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 |
|---|---|---|---|
cjpeg | cli | global executable | |
djpeg | cli | global executable | |
jpegtran | cli | global executable | |
rdjpgcom | cli | global executable | |
wrjpgcom | 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.
install metadata
| Package key | brew:jpeg |
|---|---|
| Version | 10 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/jpeg |
| Homepage | https://www.ijg.org/ |
| Upstream docs | https://www.ijg.org/ |
| License | IJG |
| Source archive | https://www.ijg.org/files/jpegsrc.v10.tar.gz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | jpeg |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
jpeg 9f-r0
Wrapper for libjpeg-turbo
sudo apk add jpegjpeg-dev 9f-r0
Wrapper for libjpeg-turbo-dev
sudo apk add jpeg-devlibjpeg 9f-r0
Wrapper for libjpeg-turbo
sudo apk add libjpeglibjpeg-turbo 3.1.4.1-83.2
A SIMD-accelerated library for manipulating JPEG image files
sudo zypper install libjpeg-turbojpeg
sudo port install jpegsource 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.