# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 openexr

查看 openexr 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:openexr
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install openexr
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install openexr
```

  证据: MacPorts ports tree: graphics/openexr/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add openexr
```

  证据: Alpine Linux edge package indexes: openexr from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install openexr
```

  证据: Debian stable package indexes: openexr from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install openexr
```

  证据: Fedora Rawhide package metadata: openexr 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#openexr
```

  证据: nixpkgs package indexes: openexr from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S openexr
```

  证据: Arch Linux sync databases: openexr from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install openexr
```

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

## 软件包事实

- **软件包键:** brew:openexr
- **软件包管理器:** Homebrew
- **版本:** 3.4.13
- **来源摘要:** High dynamic-range image file format
- **主页:** <https://www.openexr.com/>
- **仓库:** <https://github.com/AcademySoftwareFoundation/openexr>
- **最后更新:** 2026-07-27T12:26:29Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- exr2aces (别名)
- exrenvmap (别名)
- exrheader (别名)
- exrinfo (别名)
- exrmakepreview (别名)
- exrmaketiled (别名)
- exrmanifest (别名)
- exrmetrics (别名)
- exrmultipart (别名)
- exrmultiview (别名)
- exrstdattr (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.4.13
## 项目历史与用法

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.

### 时间线

- 1999: ILM began developing OpenEXR for high-fidelity visual-effects imagery.
- 2000: ILM began using OpenEXR as its main image file format for visual-effects film work.
- 2003: ILM released OpenEXR publicly as open-source software.
- 2007: OpenEXR received an Academy Technical Achievement Award.
- 2013: OpenEXR 2.0 added deep data and multi-part image files.
- 2018: OpenEXR joined the Academy Software Foundation.
- 2021: OpenEXR 3.0 and Imath 3.0 moved the former IlmBase math pieces into the separate Imath project.

### Related projects

- Imath is the closest related package because OpenEXR 3 depends on it for math types and the half 16-bit floating-point type. OpenImageIO, renderers, compositors, and DCC applications are major downstream consumers rather than sibling projects.

### 来源

- <https://formulae.brew.sh/formula/openexr>
- <https://openexr.com/en/latest/OpenEXRFileLayout.html>
- <https://openexr.com/en/latest/TechnicalIntroduction.html>
- <https://openexr.com/en/latest/about.html>
- <https://www.aswf.io/news/aswf-deep-dive-openexr-origin-story-part-1/>
- <https://www.aswf.io/news/aswf-deep-dive-openexr-origin-story-part-2/>
- <https://www.aswf.io/news/openexr-and-opencue-join-aswf/>
- <https://www.aswf.io/news/openexr-debuts-new-version-3-0-with-improved-imath/>
- <https://www.ilm.com/openexr-joins-academy-software-foundation-projects/>
- <https://www.oscars.org/sci-tech/ceremonies/2007>


## 安全说明

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

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 其他软件包管理器记录

- Debian apt - libopenexr-3-1-30 - 3.1.13-2: normalized package name match | Debian stable package indexes: libopenexr-3-1-30 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | runtime files for the OpenEXR image library | https://www.openexr.com
- Debian apt - libopenexr-dev - 3.1.13-2: normalized package name match | Debian stable package indexes: libopenexr-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for the OpenEXR image library | https://www.openexr.com
- Debian apt - libopenexr-doc - 3.1.13-2: normalized package name match | Debian stable package indexes: libopenexr-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | documentation and examples for the OpenEXR image format | https://www.openexr.com
- Debian apt - openexr - 3.1.13-2: normalized package name match | Debian stable package indexes: openexr from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | command-line tools for the OpenEXR image format | https://www.openexr.com
- Nix - openexr: normalized package name match | nixpkgs package indexes: openexr from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - libopenexr-3-1-30 - 3.1.5-5.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libopenexr-3-1-30 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | runtime files for the OpenEXR image library | https://www.openexr.com
- Ubuntu apt - libopenexr-dev - 3.1.5-5.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libopenexr-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | development files for the OpenEXR image library | https://www.openexr.com
- Ubuntu apt - libopenexr-doc - 3.1.5-5.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libopenexr-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | documentation and examples for the OpenEXR image format | https://www.openexr.com
- Ubuntu apt - openexr - 3.1.5-5.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: openexr from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | command-line tools for the OpenEXR image format | https://www.openexr.com
- apk - openexr - 3.4.13-r0: normalized package name match | Alpine Linux edge package indexes: openexr from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | High dynamic-range image file format library | https://www.openexr.com/
- apk - openexr-dev - 3.4.13-r0: normalized package name match | Alpine Linux edge package indexes: openexr-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | High dynamic-range image file format library (development files) | https://www.openexr.com/
- apk - openexr-doc - 3.4.13-r0: normalized package name match | Alpine Linux edge package indexes: openexr-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | High dynamic-range image file format library (documentation) | https://www.openexr.com/
- apk - openexr-libiex - 3.4.13-r0: normalized package name match | Alpine Linux edge package indexes: openexr-libiex from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | High dynamic-range image file format library | https://www.openexr.com/
- apk - openexr-libilmthread - 3.4.13-r0: normalized package name match | Alpine Linux edge package indexes: openexr-libilmthread from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | High dynamic-range image file format library | https://www.openexr.com/
- apk - openexr-libopenexr - 3.4.13-r0: normalized package name match | Alpine Linux edge package indexes: openexr-libopenexr from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | High dynamic-range image file format library | https://www.openexr.com/
- apk - openexr-libopenexrcore - 3.4.13-r0: normalized package name match | Alpine Linux edge package indexes: openexr-libopenexrcore from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | High dynamic-range image file format library | https://www.openexr.com/


## Combined YAML source

View the package source record on GitHub. [combined/openexr.yml](https://github.com/mxcl/pkgdb/blob/main/combined/openexr.yml)


## 来源

- 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
