# openimageio を Homebrew, apk, MacPorts, Nix, pacman, apt, dnf, zypper, scoop でインストール

openimageio のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install openimageio
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install openimageio
```

  証拠: 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
```

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

- Nix (92%):

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

  証拠: 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
```

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

- Debian apt (92%):

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

  証拠: 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
```

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

- zypper (92%):

```sh
sudo zypper install OpenImageIO
```

  証拠: openSUSE Tumbleweed package metadata: OpenImageIO from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

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

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

## パッケージ情報

- **パッケージキー:** brew:openimageio
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.1.16.0
- **ソース概要:** Library for reading, processing and writing images
- **ホームページ:** <https://openimageio.readthedocs.io/en/stable/>
- **リポジトリ:** <https://github.com/AcademySoftwareFoundation/OpenImageIO>
- **最終更新:** 2026-08-01T04:53:22Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- iconvert (エイリアス)
- idiff (エイリアス)
- igrep (エイリアス)
- iinfo (エイリアス)
- maketx (エイリアス)
- oiiotool (エイリアス)
- testtex (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.1.16.0
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

- <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>


## セキュリティノート

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

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

## 他のパッケージマネージャ記録

- 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.16.0-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.16.0-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.16.0-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.16.0-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.16.0-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/


## Combined YAML source

View the package source record on GitHub. [combined/openimageio.yml](https://github.com/mxcl/pkgdb/blob/main/combined/openimageio.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
