macOS
brew install openexrlocal Homebrew formula metadata
sudo port install openexrMacPorts ports tree · graphics/openexr/Portfile · source: api.github.com
brew
High dynamic-range image file format. Version 3.4.13 via Homebrew; verified 2026-06-22.
install
brew install openexrlocal Homebrew formula metadata
sudo port install openexrMacPorts ports tree · graphics/openexr/Portfile · source: api.github.com
sudo apk add openexrAlpine Linux edge package indexes · openexr · source: dl-cdn.alpinelinux.org
sudo apt install libopenexr-3-1-30Debian stable package indexes · libopenexr-3-1-30 · source: deb.debian.org
sudo dnf install openexrFedora Rawhide package metadata · openexr · source: dl.fedoraproject.org
nix profile install nixpkgs#openexrnixpkgs package indexes · openexr · source: raw.githubusercontent.com
sudo pacman -S openexrArch Linux sync databases · openexr · source: geo.mirror.pkgbuild.com
sudo zypper install libIex-3_4-33openSUSE Tumbleweed package metadata · libIex-3_4-33 · source: download.opensuse.org
overview
High dynamic-range image file format
history
OpenEXR is a high-dynamic-range image file format and reference software stack for visual effects, animation, rendering, compositing, and digital intermediate workflows. It is one of the most important file-format packages in the computer-graphics toolchain because it standardizes floating-point image interchange across studios and applications.
Industrial Light & Magic developed OpenEXR in 1999 to answer the visual-effects industry's need for higher color fidelity. ILM released the format and C++ library as open source in 2003, after using and refining it in production.
OpenEXR 2.0, released in 2013 through work associated with ILM and Weta Digital, added deep images and multi-part files. Those features made the format better suited to deep compositing and complex render-pass workflows where separate but related image data needs to travel together.
OpenEXR joined the Academy Software Foundation in 2018 alongside OpenCue. In the OpenEXR 3 generation, Imath was promoted out of the old IlmBase component into a separate dependency, making the math and half-float infrastructure more independently reusable across graphics software.
ILM says OpenEXR became its main image file format and was used in every motion picture to which ILM contributed visual effects work starting in 2000. Early film uses included Harry Potter and the Sorcerer's Stone, Men in Black II, Gangs of New York, and Signs.
The Academy Software Foundation and ILM describe contributions from Weta Digital, Walt Disney Animation Studios, Sony Pictures Imageworks, Pixar Animation Studios, Autodesk, DreamWorks, and others. The Academy of Motion Picture Arts and Sciences gave Florian Kainz a 2007 Technical Achievement Award for the design and engineering of OpenEXR, citing its 16-bit floating-point HDR files, compression support, and visual-effects suitability.
OpenEXR's adoption also shows up in its packaging breadth: the input metadata lists packages across Homebrew, Alpine, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE. For downstreams, the library is not just a command-line tool bundle but a dependency that image IO libraries, renderers, compositors, and DCC applications build against.
Artists and pipeline tools use EXR files to store scene-linear HDR images, arbitrary channels, alpha, depth and auxiliary render passes, tiled or scanline images, and compressed production frames. Developers use the libraries and utilities to inspect headers, transform layouts, validate files, convert color-management-adjacent data, and integrate EXR IO into rendering and compositing software.
The command set exposed by the package, including tools such as `exrheader`, `exrinfo`, `exrmultipart`, and `exrstdattr`, reflects how the format is operated in production: metadata inspection, multipart/deep-file handling, preview generation, environment-map conversion, and conformance checks matter alongside ordinary image reading and writing.
OpenEXR is a canonical example of a domain-specific format becoming shared infrastructure. Package maintainers care about ABI stability, compiler settings, compression support, Imath version compatibility, Python bindings, and tool availability because a break in OpenEXR can ripple through render farms, asset pipelines, and desktop graphics applications.
Its evolution also shows how packaging boundaries change over time. The OpenEXR 3 split made Imath a separate dependency, so distributions had to track compatibility between OpenEXR and Imath instead of treating the old IlmBase stack as internal implementation detail.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
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 |
|---|---|---|---|
exr2aces | cli | global executable | |
exrenvmap | cli | global executable | |
exrheader | cli | global executable | |
exrinfo | cli | global executable | |
exrmakepreview | cli | global executable | |
exrmaketiled | cli | global executable | |
exrmanifest | cli | global executable | |
exrmetrics | cli | global executable | |
exrmultipart | cli | global executable | |
exrmultiview | cli | global executable | |
exrstdattr | 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/AcademySoftwareFoundation/openexr
install metadata
| Package key | brew:openexr |
|---|---|
| Version | 3.4.13 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/openexr |
| Homepage | https://www.openexr.com/ |
| Repository | https://github.com/AcademySoftwareFoundation/openexr |
| Upstream docs | https://github.com/AcademySoftwareFoundation/openexr#readme |
| License | BSD-3-Clause |
| Source archive | https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.4.13.tar.gz |
| Last updated | 2026-06-22T17:20:14Z |
| Pulse | updated |
| Dependencies | imath, libdeflate, openjph |
| Build dependencies | cmake, pkgconf |
| 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 | openexr |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 1 |
| 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.
libopenexr-3-1-30 3.1.13-2
runtime files for the OpenEXR image library
sudo apt install libopenexr-3-1-30libopenexr-dev 3.1.13-2
development files for the OpenEXR image library
sudo apt install libopenexr-devlibopenexr-doc 3.1.13-2
documentation and examples for the OpenEXR image format
sudo apt install libopenexr-docopenexr 3.1.13-2
command-line tools for the OpenEXR image format
sudo apt install openexropenexr
nix profile install nixpkgs#openexrlibopenexr-3-1-30 3.1.5-5.1build3
runtime files for the OpenEXR image library
sudo apt install libopenexr-3-1-30libopenexr-dev 3.1.5-5.1build3
development files for the OpenEXR image library
sudo apt install libopenexr-devlibopenexr-doc 3.1.5-5.1build3
documentation and examples for the OpenEXR image format
sudo apt install libopenexr-docopenexr 3.1.5-5.1build3
command-line tools for the OpenEXR image format
sudo apt install openexropenexr 3.4.11-r0
High dynamic-range image file format library
sudo apk add openexropenexr-dev 3.4.11-r0
High dynamic-range image file format library (development files)
sudo apk add openexr-devopenexr-doc 3.4.11-r0
High dynamic-range image file format library (documentation)
sudo apk add openexr-docopenexr-libiex 3.4.11-r0
High dynamic-range image file format library
sudo apk add openexr-libiexopenexr-libilmthread 3.4.11-r0
High dynamic-range image file format library
sudo apk add openexr-libilmthreadopenexr-libopenexr 3.4.11-r0
High dynamic-range image file format library
sudo apk add openexr-libopenexropenexr-libopenexrcore 3.4.11-r0
High dynamic-range image file format library
sudo apk add openexr-libopenexrcoresource 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.