# Install openimageio with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop

Library for reading, processing and writing images. Version 3.1.15.0 via Homebrew; verified 2026-07-05.

## Install

```sh
sudo av install brew:openimageio
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install openimageio
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install openimageio
```

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

### Linux

- apk (92%):

```sh
sudo apk add openimageio
```

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

- Debian apt (92%):

```sh
sudo apt install libopenimageio-dev
```

  Evidence: Debian stable package indexes: libopenimageio-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install OpenImageIO
```

  Evidence: Fedora Rawhide package metadata: OpenImageIO from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#openimageio
```

  Evidence: nixpkgs package indexes: pkgs/by-name/op/openimageio/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S openimageio
```

  Evidence: Arch Linux sync databases: openimageio from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install OpenImageIO
```

  Evidence: openSUSE Tumbleweed package metadata: OpenImageIO from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/igrep
```

  Evidence: Scoop official bucket manifest trees: bucket/igrep.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:openimageio
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/openimageio>
- **Version:** 3.1.15.0
- **Source summary:** Library for reading, processing and writing images
- **Homepage:** <https://openimageio.readthedocs.io/en/stable/>
- **Repository:** <https://github.com/AcademySoftwareFoundation/OpenImageIO>
- **Upstream docs:** <https://github.com/AcademySoftwareFoundation/OpenImageIO#readme>
- **License:** Apache-2.0
- **Source archive:** <https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v3.1.15.0.tar.gz>
- **Last updated:** 2026-07-05T23:07:19Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- iconvert (cli)
- idiff (cli)
- igrep (cli)
- iinfo (cli)
- maketx (cli)
- oiiotool (cli)
- testtex (cli)
- iconvert (alias)
- idiff (alias)
- igrep (alias)
- iinfo (alias)
- maketx (alias)
- oiiotool (alias)
- testtex (alias)

## Dependencies

- ffmpeg
- fmt
- freetype
- giflib
- imath
- jpeg-turbo
- jpeg-xl
- libheif
- libpng
- libraw
- libtiff
- opencolorio
- openexr
- pugixml
- python@3.14
- tbb
- webp
- zlib-ng-compat

## Build dependencies

- cmake
- pkgconf
- pybind11

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 3.1.15.0
- Package-manager updated: 2026-07-05
- Local data: ok
- Upstream repository: https://github.com/AcademySoftwareFoundation/OpenImageIO
- info: No cached GitHub release or tag data was available.
## Project history and usage

OpenImageIO is a C++ and Python image I/O, image processing, image-cache, and texture-system toolkit aimed at visual-effects and animation pipelines. Its package-nerd appeal comes from being both a library and a practical CLI suite: oiiotool, iinfo, iconvert, idiff, igrep, maketx, and related tools expose the same format-agnostic image stack used by renderers, compositors, viewers, and production utilities.

### Project history

The project was created and open sourced in 2008 by Larry Gritz while he was a software architect at Sony Pictures Imageworks. It grew out of production needs rather than a general desktop-imaging niche: the project mission describes reading, writing, and manipulating image files in formats relevant to VFX and animation, with the scalability and robustness expected in feature-film work.

OpenImageIO became part of the Academy Software Foundation, a Linux Foundation project formed with the Academy of Motion Picture Arts and Sciences. The project also went through a relicensing effort: the repository notes that in 2023 historical contributors were asked to move original code from the original BSD-3-Clause license to Apache-2.0, with nearly all lines relicensed.

### Adoption history

OpenImageIO spread because it solves a low-glamour but constant production problem: every tool in a studio needs to read metadata, pixels, deep/float/high-dynamic-range formats, movie-frame sequences, texture maps, and common web and camera formats without every application embedding its own file-format code.

The project is tightly connected to the open-source VFX stack. Its README names OpenEXR, OpenColorIO, Ptex, OpenVDB, many camera RAW formats, and other production formats among supported plugins or dependencies, and its maintainer history overlaps with Open Shading Language and ASWF projects.

### How it is used

Developers link against ImageInput and ImageOutput when they want an application to read and write many image formats through one API. Pipeline tools and build systems use oiiotool, iconvert, iinfo, idiff, and maketx for conversion, inspection, image comparisons, metadata searches, and texture preparation.

Renderer and look-development workflows use the ImageCache and TextureSystem layers when a process must touch many large images or MIP-mapped textures without loading everything into memory. The project documentation explicitly calls out use on many large VFX and animated films.

### Why package nerds care

For packagers, OpenImageIO is a dependency graph in miniature: a C++ core, Python bindings, plugin-style image formats, CLI tools, and heavyweight media dependencies such as OpenEXR, OpenColorIO, libtiff, libraw, JPEG XL, FFmpeg, and WebP. A successful package proves that a system can assemble a real VFX image stack, not just compile a single library.

### Timeline

- 2008: Larry Gritz created and open sourced OpenImageIO at Sony Pictures Imageworks.
- 2023: the project asked historical contributors to relicense original code from BSD-3-Clause to Apache-2.0.
- 2023: OpenImageIO was adopted by the Academy Software Foundation.

### Related projects

- OpenImageIO sits near OpenEXR, OpenColorIO, Open Shading Language, Ptex, OpenVDB, and renderer texture systems. In package managers, it is often encountered as a dependency of VFX, rendering, asset-processing, and media-conversion tools rather than as a standalone end-user application.

### Sources

- <https://formulae.brew.sh/formula/openimageio>
- <https://github.com/AcademySoftwareFoundation/OpenImageIO>
- <https://openimageio.readthedocs.io/en/stable/>
- <https://www.aswf.io/bts/larry_gritz_imageworks/>
- <https://www.awn.com/news/academy-software-foundation-adopts-openimageio>


## Security Notes

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

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** openimageio
- **Version Scheme:** 0
- **Revision:** 1
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Debian apt - libopenimageio-dev - 2.5.18.0+dfsg-1+b1: normalized package name match | Debian stable package indexes: libopenimageio-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library for reading and writing images - development | https://www.openimageio.org/
- Debian apt - libopenimageio-doc - 2.5.18.0+dfsg-1: normalized package name match | Debian stable package indexes: libopenimageio-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library for reading and writing images - documentation | https://www.openimageio.org/
- Debian apt - libopenimageio2.5 - 2.5.18.0+dfsg-1+b1: normalized package name match | Debian stable package indexes: libopenimageio2.5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library for reading and writing images - runtime | https://www.openimageio.org/
- Debian apt - openimageio-tools - 2.5.18.0+dfsg-1+b1: normalized package name match | Debian stable package indexes: openimageio-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library for reading and writing images - command line tools | https://www.openimageio.org/
- Debian apt - python3-openimageio - 2.5.18.0+dfsg-1+b1: normalized package name match | Debian stable package indexes: python3-openimageio from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library for reading and writing images - Python bindings | https://www.openimageio.org/
- Nix - openimageio: normalized package name match | nixpkgs package indexes: pkgs/by-name/op/openimageio/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libopenimageio-dev - 2.4.17.0+dfsg-1.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libopenimageio-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library for reading and writing images - development | https://www.openimageio.org/
- Ubuntu apt - libopenimageio-doc - 2.4.17.0+dfsg-1.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libopenimageio-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library for reading and writing images - documentation | https://www.openimageio.org/
- Ubuntu apt - libopenimageio2.4t64 - 2.4.17.0+dfsg-1.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libopenimageio2.4t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library for reading and writing images - runtime | https://www.openimageio.org/
- Ubuntu apt - openimageio-tools - 2.4.17.0+dfsg-1.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: openimageio-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library for reading and writing images - command line tools | https://www.openimageio.org/
- Ubuntu apt - python3-openimageio - 2.4.17.0+dfsg-1.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-openimageio from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library for reading and writing images - Python bindings | https://www.openimageio.org/
- apk - openimageio - 3.1.13.1-r0: normalized package name match | Alpine Linux edge package indexes: openimageio from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Image I/O library supporting a multitude of image formats | https://sites.google.com/site/openimageio/
- apk - openimageio-dev - 3.1.13.1-r0: normalized package name match | Alpine Linux edge package indexes: openimageio-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Image I/O library supporting a multitude of image formats (development files) | https://sites.google.com/site/openimageio/
- apk - openimageio-doc - 3.1.13.1-r0: normalized package name match | Alpine Linux edge package indexes: openimageio-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Image I/O library supporting a multitude of image formats (documentation) | https://sites.google.com/site/openimageio/
- apk - openimageio-tools - 3.1.13.1-r0: normalized package name match | Alpine Linux edge package indexes: openimageio-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Tools for manipulating a multitude of image formats | https://sites.google.com/site/openimageio/
- apk - py3-openimageio - 3.1.13.1-r0: normalized package name match | Alpine Linux edge package indexes: py3-openimageio from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Python bindings for OpenImageIO image I/O library | https://sites.google.com/site/openimageio/


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [ffmpeg](https://www.automicvault.com/pkg/brew/ffmpeg/) - Runtime dependency declared by Homebrew.
- [freetype](https://www.automicvault.com/pkg/brew/freetype/) - Runtime dependency declared by Homebrew.
- [giflib](https://www.automicvault.com/pkg/brew/giflib/) - Runtime dependency declared by Homebrew.
- [jpeg-turbo](https://www.automicvault.com/pkg/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [jpeg-xl](https://www.automicvault.com/pkg/brew/jpeg-xl/) - Runtime dependency declared by Homebrew.
- [libheif](https://www.automicvault.com/pkg/brew/libheif/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [pybind11](https://www.automicvault.com/pkg/brew/pybind11/) - Build dependency declared by Homebrew.
- [colmap](https://www.automicvault.com/pkg/brew/colmap/) - Popular package that depends on this formula.
- [babl](https://www.automicvault.com/pkg/brew/babl/) - Shares av.db curated category or tags: cli, image-processing, library, media.
- [exact-image](https://www.automicvault.com/pkg/brew/exact-image/) - Shares av.db curated category or tags: cli, image-processing, library, media.
- [gd](https://www.automicvault.com/pkg/brew/gd/) - Shares av.db curated category or tags: cli, image-processing, library, media.
- [gegl](https://www.automicvault.com/pkg/brew/gegl/) - Shares av.db curated category or tags: cli, image-processing, library, media.
- [imagemagick](https://www.automicvault.com/pkg/brew/imagemagick/) - Shares av.db curated category or tags: cli, image-processing, library, media.
- [imageworsener](https://www.automicvault.com/pkg/brew/imageworsener/) - Shares av.db curated category or tags: cli, image-processing, library, media.
- [jasper](https://www.automicvault.com/pkg/brew/jasper/) - Shares av.db curated category or tags: cli, image-processing, library, media.
- [libsail](https://www.automicvault.com/pkg/brew/libsail/) - Shares av.db curated category or tags: cli, image-processing, library, media.

## Combined YAML source

View the package source record on GitHub. [combined/openimageio.yml](https://github.com/automic-vault/db/blob/main/combined/openimageio.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
