Automic VaultAutomic Vault

brew

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

Additional install commands

macOS

Homebrewverified · 100%
brew install openimageio

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install openimageio

MacPorts ports tree · graphics/openimageio/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add openimageio

Alpine Linux edge package indexes · openimageio · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install libopenimageio-dev

Debian stable package indexes · libopenimageio-dev · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install OpenImageIO

Fedora Rawhide package metadata · OpenImageIO · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#openimageio

nixpkgs package indexes · pkgs/by-name/op/openimageio/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S openimageio

Arch Linux sync databases · openimageio · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install OpenImageIO

openSUSE Tumbleweed package metadata · OpenImageIO · source: download.opensuse.org

Windows

Scoopverified · 92%
scoop install main/igrep

Scoop official bucket manifest trees · bucket/igrep.json · source: api.github.com

overview

Package summary

Library for reading, processing and writing images

Commands and aliases

  • iconvert
  • idiff
  • igrep
  • iinfo
  • maketx
  • oiiotool
  • testtex

history

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.

security posture

Risk level: blue

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

Risk classifier

blue risk · medium confidence · tool

Why

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

Signals

  • text:image

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 18 runtime dependencies.
  • Build metadata lists 3 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
iconvertcliglobal executable
idiffcliglobal executable
igrepcliglobal executable
iinfocliglobal executable
maketxcliglobal executable
oiiotoolcliglobal executable
testtexcliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version3.1.15.0
manager updated2026-07-05
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/AcademySoftwareFoundation/OpenImageIO

install metadata

Package metadata

Package keybrew:openimageio
Version3.1.15.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/openimageio
Homepagehttps://openimageio.readthedocs.io/en/stable/
Repositoryhttps://github.com/AcademySoftwareFoundation/OpenImageIO
Upstream docshttps://github.com/AcademySoftwareFoundation/OpenImageIO#readme
LicenseApache-2.0
Source archivehttps://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v3.1.15.0.tar.gz
Last updated2026-07-05T23:07:19Z
Pulseupdated
Dependenciesffmpeg, fmt, freetype, giflib, imath, jpeg-turbo, jpeg-xl, libheif, libpng, libraw, libtiff, opencolorio, openexr, pugixml, python@3.14, tbb, webp, zlib-ng-compat
Build dependenciescmake, pkgconf, pybind11
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameopenimageio
Version Scheme0
Revision1
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

libopenimageio-dev 2.5.18.0+dfsg-1+b1

Library for reading and writing images - development

https://www.openimageio.org/

sudo apt install libopenimageio-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: openimageio
  • 3 dependencies
  • normalized package name match
  • Matched by: Openimageio
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libopenimageio-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libopenimageio-doc 2.5.18.0+dfsg-1

Library for reading and writing images - documentation

https://www.openimageio.org/

sudo apt install libopenimageio-doc
  • Section: doc
  • Architecture: all
  • Source Package: openimageio
  • normalized package name match
  • Matched by: Openimageio
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libopenimageio-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libopenimageio2.5 2.5.18.0+dfsg-1+b1

Library for reading and writing images - runtime

https://www.openimageio.org/

sudo apt install libopenimageio2.5
  • Section: libs
  • Architecture: amd64
  • Source Package: openimageio
  • 28 dependencies
  • normalized package name match
  • Matched by: Openimageio
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libopenimageio2.5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

openimageio-tools 2.5.18.0+dfsg-1+b1

Library for reading and writing images - command line tools

https://www.openimageio.org/

sudo apt install openimageio-tools
  • Section: graphics
  • Architecture: amd64
  • Source Package: openimageio
  • 11 dependencies
  • normalized package name match
  • Matched by: Openimageio
Debian stable package indexes · deb.debian.org · Debian stable package indexes: openimageio-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-openimageio 2.5.18.0+dfsg-1+b1

Library for reading and writing images - Python bindings

https://www.openimageio.org/

sudo apt install python3-openimageio
  • Section: python
  • Architecture: amd64
  • Source Package: openimageio
  • 6 dependencies
  • normalized package name match
  • Matched by: Openimageio
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-openimageio from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

openimageio

nix profile install nixpkgs#openimageio
  • normalized package name match
  • Matched by: Openimageio
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/op/openimageio/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libopenimageio-dev 2.4.17.0+dfsg-1.1build4

Library for reading and writing images - development

https://www.openimageio.org/

sudo apt install libopenimageio-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: openimageio
  • 3 dependencies
  • normalized package name match
  • Matched by: Openimageio
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libopenimageio-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libopenimageio-doc 2.4.17.0+dfsg-1.1build4

Library for reading and writing images - documentation

https://www.openimageio.org/

sudo apt install libopenimageio-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: openimageio
  • normalized package name match
  • Matched by: Openimageio
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libopenimageio-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libopenimageio2.4t64 2.4.17.0+dfsg-1.1build4

Library for reading and writing images - runtime

https://www.openimageio.org/

sudo apt install libopenimageio2.4t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: openimageio
  • 28 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Openimageio
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libopenimageio2.4t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

openimageio-tools 2.4.17.0+dfsg-1.1build4

Library for reading and writing images - command line tools

https://www.openimageio.org/

sudo apt install openimageio-tools
  • Section: universe/graphics
  • Architecture: amd64
  • Source Package: openimageio
  • 11 dependencies
  • normalized package name match
  • Matched by: Openimageio
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: openimageio-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-openimageio 2.4.17.0+dfsg-1.1build4

Library for reading and writing images - Python bindings

https://www.openimageio.org/

sudo apt install python3-openimageio
  • Section: universe/python
  • Architecture: amd64
  • Source Package: openimageio
  • 6 dependencies
  • normalized package name match
  • Matched by: Openimageio
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-openimageio from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

openimageio 3.1.13.1-r0

Image I/O library supporting a multitude of image formats

https://sites.google.com/site/openimageio/

sudo apk add openimageio
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: openimageio
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Openimageio
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: openimageio from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

openimageio-dev 3.1.13.1-r0

Image I/O library supporting a multitude of image formats (development files)

https://sites.google.com/site/openimageio/

sudo apk add openimageio-dev
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: openimageio
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Openimageio
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: openimageio-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

openimageio-doc 3.1.13.1-r0

Image I/O library supporting a multitude of image formats (documentation)

https://sites.google.com/site/openimageio/

sudo apk add openimageio-doc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: openimageio
  • normalized package name match
  • Matched by: Openimageio
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: openimageio-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

openimageio-tools 3.1.13.1-r0

Tools for manipulating a multitude of image formats

https://sites.google.com/site/openimageio/

sudo apk add openimageio-tools
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: openimageio
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Openimageio
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: openimageio-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

py3-openimageio 3.1.13.1-r0

Python bindings for OpenImageIO image I/O library

https://sites.google.com/site/openimageio/

sudo apk add py3-openimageio
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: openimageio
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Openimageio
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: py3-openimageio from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

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