Automic VaultAutomic Vault

brew

使用 Homebrew, apk, MacPorts, Nix, pacman, apt, dnf, zypper, scoop 安装 openimageio

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install openimageio

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install openimageio

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

Linux

Alpine Linux apk已验证 · 92%
sudo apk add openimageio

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

Nix已验证 · 92%
nix profile install nixpkgs#openimageio

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

Arch Linux pacman已验证 · 92%
sudo pacman -S openimageio

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

Debian apt已验证 · 92%
sudo apt install libopenimageio-dev

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

Fedora dnf已验证 · 92%
sudo dnf install OpenImageIO

Fedora Rawhide package metadata · OpenImageIO · 来源: dl.fedoraproject.org

openSUSE zypper已验证 · 92%
sudo zypper install OpenImageIO

openSUSE Tumbleweed package metadata · OpenImageIO · 来源: download.opensuse.org

Windows

Scoop已验证 · 92%
scoop install main/igrep

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

概览

软件包摘要

Library for reading, processing and writing images

命令和别名

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

历史

项目历史与用法

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.

安全态势

风险级别:blue

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

风险分类器

blue 风险 · 中 置信度 · tool

原因

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

信号

  • text:image

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 18 个运行时依赖。
  • 构建元数据列出 3 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
iconvertcli全局可执行文件
idiffcli全局可执行文件
igrepcli全局可执行文件
iinfocli全局可执行文件
maketxcli全局可执行文件
oiiotoolcli全局可执行文件
testtexcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本3.1.15.0
管理器更新时间2026-07-05
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/AcademySoftwareFoundation/OpenImageIO

安装元数据

软件包元数据

软件包键brew:openimageio
版本3.1.15.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/openimageio
主页https://openimageio.readthedocs.io/en/stable/
仓库https://github.com/AcademySoftwareFoundation/OpenImageIO
上游文档https://github.com/AcademySoftwareFoundation/OpenImageIO#readme
许可证Apache-2.0
源码归档https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v3.1.15.0.tar.gz
最后更新2026-07-05T23:07:19Z
Pulseupdated
依赖ffmpeg, fmt, freetype, giflib, imath, jpeg-turbo, jpeg-xl, libheif, libpng, libraw, libtiff, opencolorio, openexr, pugixml, python@3.14, tbb, webp, zlib-ng-compat
构建依赖cmake, pkgconf, pybind11
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

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 依赖
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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 依赖
  • normalized package name match
  • 匹配方式: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 依赖
  • normalized package name match
  • 匹配方式: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 依赖
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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 依赖
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式: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 依赖
  • normalized package name match
  • 匹配方式: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 依赖
  • normalized package name match
  • 匹配方式: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 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式: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 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式: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 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式: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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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