Skip to main content

Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications.

Project description

License CI CII Best Practices latest packaged version(s)

Introduction

Mission statement: OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation via a format-agnostic API with a feature set, scalability, and robustness needed for feature film production.

The primary target audience for OIIO is VFX studios and developers of tools such as renderers, compositors, viewers, and other image-related software you'd find in a production pipeline.

OpenImageIO consists of:

  • Simple but powerful ImageInput and ImageOutput APIs that provide an abstraction for reading and writing image files of nearly any format, without the calling application needing to know any of the details of these file formats, and indeed without the calling application needing to be aware of which formats are available.

  • A library that manages subclasses of ImageInput and ImageOutput that implement I/O from specific file formats, with each file format's implementation stored as a plug-in. Therefore, an application using OpenImageIO's APIs can read and write any image file for which a plugin can be found at runtime.

  • Plugins implementing I/O for several popular image file formats, including TIFF, JPEG/JFIF, JPEG XL, OpenEXR, PNG, HDR/RGBE, ICO, BMP, Targa, JPEG-2000, RMan Zfile, FITS, DDS, Softimage PIC, PNM, DPX, Cineon, IFF, OpenVDB, Ptex, Photoshop PSD, Wavefront RLA, SGI, WebP, GIF, DICOM, HEIF/HEIC/AVIF, many "RAW" digital camera formats, and a variety of movie formats (readable as individual frames). More are being developed all the time.

  • Several command line image tools based on these classes, including oiiotool (command-line format conversion and image processing), iinfo (print detailed info about images), iconvert (convert among formats, data types, or modify metadata), idiff (compare images), igrep (search images for matching metadata), and iv (an image viewer). Because these tools are based on ImageInput/ImageOutput, they work with any image formats for which ImageIO plugins are available.

  • An ImageCache class that transparently manages a cache so that it can access truly vast amounts of image data (tens of thousands of image files totaling multiple TB) very efficiently using only a tiny amount (tens of megabytes at most) of runtime memory.

  • A TextureSystem class that provides filtered MIP-map texture lookups, atop the nice caching behavior of ImageCache. This is used in commercial renderers and has been used on many large VFX and animated films.

  • ImageBuf and ImageBufAlgo functions -- a simple class for storing and manipulating whole images in memory, and a collection of the most useful computations you might want to do involving those images, including many image processing operations.

  • Python bindings for all of the major APIs.

🏢 Project administration and Licensing

OpenImageIO is (c) Copyright Contributors to the OpenImageIO project.

For original code, we use the Apache-2.0 license, and for documentation, the Creative Commons Attribution 4.0 Unported License. In 2023 we asked historical users to relicense from the original BSD-3-clause license to Apache-2.0, and over 99.86% of lines of code have been relicensed to Apache-2.0. A small amount of code incorporated into this repository from other projects are covered by compatible third-party open source licenses.

The OpenImageIO project is part of the Academy Software Foundation, a part of the Linux Foundation formed in collaboration with the Academy of Motion Picture Arts and Sciences. The Technical Charter and Project Governance explain how the project is run, who makes decisions, etc. Please be aware of our Code of Conduct.

💁 User Documentation

OpenImageIO Documentation is the best place to start if you are interested in how to use OpenImageIO, its APIs, its component programs (once they are built). There is also a PDF version.

Additional resources:

  • User quick start is a quick example of using OpenImageIO in Python, C++, and the command line.

👷 Building and installing OpenImageIO

🚑 Contact & reporting problems

Simple "how do I...", "I'm having trouble", or "is this a bug" questions are best asked on the oiio-dev developer mail list. That's where the most people will see it and potentially be able to answer your question quickly (more so than a GH "issue"). For quick questions, you could also try the ASWF Slack #openimageio channel.

Bugs, build problems, and discovered vulnerabilities that you are relatively certain is a legit problem in the code, and for which you can give clear instructions for how to reproduce, should be reported as issues.

If confidentiality precludes a public question or issue, you may contact us privately at info@openimageio.org, or for security-related issues security@openimageio.org.

🔧 Contributing and developer documentation

OpenImageIO welcomes code contributions, and nearly 250 people have done so over the years. We take code contributions via the usual GitHub pull request (PR) mechanism.

  • Architecture overview is a high-level description of the major classes and their relationships.
  • CONTRIBUTING has detailed instructions about the development process.
  • ROADMAP is a high-level overview of the current development priorities for the next annual release, expected in September, 2024.
  • RELEASING explains our policies and procedures for making releases. We have a major, possibly-compatibility-breaking, release annually in September/October, and minor bug fix and safe feature addition release at the beginning of every month.
  • Building the docs has instructions for building the documentation locally, which may be helpful if you are editing the documentation in nontrivial ways and want to preview the appearance.
  • Other developer documentation is in the docs/dev directory.
  • You may also have luck learning a bit about the organization and architecture of the project by reading the DeepWiki Analysis of OpenImageIO. But take it with a grain of salt -- like any LLM-generated summary, there may be inaccuracies lurking.

☎️ Communications channels and additional resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openimageio-3.1.12.0.tar.gz (6.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

openimageio-3.1.12.0-cp314-cp314-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.14Windows x86-64

openimageio-3.1.12.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

openimageio-3.1.12.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.12.0-cp314-cp314-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openimageio-3.1.12.0-cp314-cp314-macosx_10_15_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

openimageio-3.1.12.0-cp313-cp313-win_amd64.whl (7.6 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.1.12.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

openimageio-3.1.12.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.12.0-cp313-cp313-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.1.12.0-cp313-cp313-macosx_10_15_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

openimageio-3.1.12.0-cp312-cp312-win_amd64.whl (7.6 MB view details)

Uploaded CPython 3.12Windows x86-64

openimageio-3.1.12.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

openimageio-3.1.12.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.12.0-cp312-cp312-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.1.12.0-cp312-cp312-macosx_10_15_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

openimageio-3.1.12.0-cp311-cp311-win_amd64.whl (7.6 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.1.12.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

openimageio-3.1.12.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.12.0-cp311-cp311-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.1.12.0-cp311-cp311-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

openimageio-3.1.12.0-cp310-cp310-win_amd64.whl (7.6 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.1.12.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

openimageio-3.1.12.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.12.0-cp310-cp310-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.1.12.0-cp310-cp310-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

openimageio-3.1.12.0-cp39-cp39-win_amd64.whl (7.6 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.1.12.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

openimageio-3.1.12.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.12.0-cp39-cp39-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.1.12.0-cp39-cp39-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

Details for the file openimageio-3.1.12.0.tar.gz.

File metadata

  • Download URL: openimageio-3.1.12.0.tar.gz
  • Upload date:
  • Size: 6.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for openimageio-3.1.12.0.tar.gz
Algorithm Hash digest
SHA256 28c048db3d484e090796c9746cb63372ed5451a3e244252ccd187b03b6408142
MD5 227d4454fb1a78db68dbe3b8aa8e7fcd
BLAKE2b-256 f49b6661e70a1af1aaedcea1cbe0f4f3c641ab2ee24950c2bb41e7af727e7eba

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0.tar.gz:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 668d97678a52d2e1ea343d5305b0dd4426cf43f71e27f1f2a24ed3a41ad824d1
MD5 37d9ea87c676a7d7674ced75a420f45b
BLAKE2b-256 c9cc064374fbd0b64e48ad4a32d0239dda5872c3937afe847576d97ae6dec8b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp314-cp314-win_amd64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db1bae9743032d233372d21a1be2d9550988c04e722f0806c97eb1d55c625fb5
MD5 912d7d8be4df55ae2c0e2b58ba2a2fc3
BLAKE2b-256 d262449a2810c5498b5d2da0220ee58d83555eb7cc4cfb57a07b5b10d50cdbfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c570da9457caf1f3ab19c511c830eac4594f4bb6ea4825583eb98fb4e695546
MD5 49e1e6a965806a96f70ea670ab0a55ad
BLAKE2b-256 f9979985016d3493c219de27918b1295fb47b957c231832bbc97dd6bf8de8b11

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef32b3ee6850be6b11e67e615cdf6970a397d12b4dfe31a9d8163157c0ad8836
MD5 c2c2691b2cc9b71197abfba9658f8990
BLAKE2b-256 6a654d3027e6fc8998fafb1c1848cb3f73b8ebef28fb7016c8afea9473828da8

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6cef610dd6de7bd2d7751925cd7d37e976873e802d8699d88500039cfd1b391f
MD5 16af7536c654192232006265b1e07726
BLAKE2b-256 30fd0af856ee9c2e9ac4971f5ebfc7b2aea61c21487ec567048208237c27dabc

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 578b435cfcc9cf5d5afabfbfcc1c58172d6be36ec14f7e72540a1e2c5328f666
MD5 24fec8f406ab6ff95efb3ca1f58f7756
BLAKE2b-256 33c80358402903436aa5dbced7de03e83fed847a569f59d96b15733e34382a19

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp313-cp313-win_amd64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a2d124037407165a9106cb989953c4fc632086d89e4f61cc16b760ef0c6760af
MD5 90f092bd8c783d3edc48e348e6c44cad
BLAKE2b-256 4a9018cc98e79ad3f8036760ff9560b42777c77e90bf512773757b497f4467eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9b7792fc6bcdb67354b98d5d8a3add4022e061a812a9ae6aa53186328bd3bfa6
MD5 c6a4b7225972c7a6e25cc8118f1b7b48
BLAKE2b-256 cfb31c96b53a321f9167bf6469f55ec4b9d3cf7d6b535180a50c865b2075dc7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40c2b61af31f9cf975679eb7752cfcf7cdad60a9a5bce37cb3402bc358fe620a
MD5 7ab1a2abe900b36ed69ee14fbf3e75db
BLAKE2b-256 958d7656fe349df9c5046c0db5903fadd8c8e0e86656857ac46ff6d6d9fa4ef1

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 654ec2e04884245b1c16e934f728ed6544d63a53ec393b3cc654cccfc5a5cb48
MD5 0ef2efaf58158887a2fb932a998fbb82
BLAKE2b-256 95f4f4260f0e60ef987d8aa017b372317dddf575805f6f34d05358e03bdb615d

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp313-cp313-macosx_10_15_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 74bb1e6ce86faf762aed08c6b93bfe1507d61ef7275575ae8f1f4e773a383e17
MD5 ddcbc2db5ae2e457a2e0f9e7eabb2bef
BLAKE2b-256 4d9c6effe62c49cec87f5aaa87f007fbd99ee81e0f351437323af0ae2357711f

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp312-cp312-win_amd64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1bcae61cfdb40fb0aad32fc8b951b0d382c036158641ec30e491b814bc746f73
MD5 d5a82681dc9b33bc3d8a4914320519ff
BLAKE2b-256 79bca485985d6990749d1d4844dba56031056d73e7b0f9e52c3a27ecc8d7ef43

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 66bfea4a139cf3c228185ba8f5758aa5bbd25611472f6a51a61e523ebaab74f3
MD5 8e6c20447e882792a6ada9ff651cf96c
BLAKE2b-256 bb25515c0a1dd665bb06fca25f4ac85bcf9b4185578ff2772791020d01f49670

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be7014e03cbc832e295cf963723c6b1778549985d97d929cf482861e1d756ad2
MD5 376fbc99328acd080c26a7dce38ae947
BLAKE2b-256 8a01f3688748ea38edba849fb5be4890af454ad6fc4d3094bb501a4fce254820

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a780caff5e6e1e4462ee38853b66ec20a06e9c59ab7236c8befbb70a2b51e0ce
MD5 264b78509d6831d71a24caadf773c321
BLAKE2b-256 004b9307ef629afb9e5b04bcccdf7b65553663c7b00fe940d44aa2fa2ef438aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp312-cp312-macosx_10_15_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 35e71612c88eeaf82d5e7d435b60dbca1db04a1d963c7b0e56050ae19a05872a
MD5 dec8061568f383070c3b68c57b658f04
BLAKE2b-256 3bb20e384a8b99802d59e25d586b19773a3b92cc324318655f629c390c7dae83

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp311-cp311-win_amd64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1b6cb8bbf308bd41e76a99a7a1cc9fb134cdb8f7f409d884c66204d4219965da
MD5 6c7acc60efeffe0a54829adc8f867103
BLAKE2b-256 8f28bd34401ef2e90c8a7dfb4f6177857bf0e5fd9f3f7649086f0e7a5697f670

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fa1a2da76ccdb79105d0d2efe370e36fafe23945010020154174bdc1f97d627d
MD5 d0476e2d32530983bbb323ff8747fe5d
BLAKE2b-256 0b956efb5437fe6d3f4ee0d6350186b224cbc74c7a63deb7e886ba6d83957405

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba21edd75f89ee270d95a9daeb441cad9f324015891cd00c1036f7c5dd8f4375
MD5 3c238b972315900464e7621e7f52f1de
BLAKE2b-256 650fcab9f393b06be831c2504c8de81a7809eec55cb4e244c1f7789d0dbf3e63

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d6bd8f79258e27b575a817e342a3b990ed9158e9856138831ce2458a843449f6
MD5 2a8f8a8568b85b144bad840ab932c6b6
BLAKE2b-256 5a1b477b1115fe8cbd23291362d198a545fb8e71446b626e3f8a38d231c913b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp311-cp311-macosx_10_15_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7d0357be5a7d44393b6a75b548be92729be1ba4c7666465361ed18ed54aaf49b
MD5 93942417de89a4ff36fc58200e8c54cf
BLAKE2b-256 5008648cf30d96a6c1e09f50d5b2615cf72c40e84908169a3c413a7c4f814bb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp310-cp310-win_amd64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cde40bf6663c9e2b729bbaa83eea453a1816840d2bb66d0c6ce3858f17620a6e
MD5 cb40f937b7613f5146a2a0258d70ac6c
BLAKE2b-256 494f51b4c8a75f4d7385df9050e9ffc024da2c84bcffd64320ac25741f7b6f58

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e30c1d024e1bf27aa9be2b484b9f86f9d9c08ffee833ba524f783e707a0dcee8
MD5 242773ee75ae7b194bf94443af0bc9e7
BLAKE2b-256 d3a1e92c5e11991fe36fc5ec301d51d9ebdd8345db8c5f60644da9aa5b7f3370

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07f7e700ce411f6d827a788f698d2177acd44f04bdd2103f5fd9330964d04d7a
MD5 a936993b110bcd93239ad728f07cf672
BLAKE2b-256 5b609e4e1dcf739b2aeb4f07bea8a40bcebb4322639e5beca1fb674663983fb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 622347c4802fee02dab6a1084a8511b685f8662a528477f9d8bd1b0d83e1ebae
MD5 70ce53c8e5a01d6b9825301f65e4e532
BLAKE2b-256 4304a072fbfcafc80492f500eb8d2baac863d402b27d30dee0ea0476485c549e

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp310-cp310-macosx_10_15_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 10115238740c9ded875038af7f97929fa9c7f610fb8db443fc6a3ddc94888e5e
MD5 3533cf3596115003ab0cca167bfd2aa7
BLAKE2b-256 d04336d3550e9df44693b0205857fd8f816aa1337037fff72ce4ae04224835ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp39-cp39-win_amd64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df568b0ca041f8d41ebbd3e6a7c0ad6a800b85ffd50b3e4fd6f6c008bf178892
MD5 b4f42ffe91d5aea58349bc53f91522e3
BLAKE2b-256 3da804fc76fa94a914d64eecf37eb950ee25156ec2f7fc7c6fcb364cdbf53a7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 48798d3b840ac494db224e74b0305a29b3f0385dfb214244dfc01c82fc0342e5
MD5 f794fad4b31cde071a12cf990e1ee6d2
BLAKE2b-256 4000e6f24c1020bce3bad748c758d0d35697654828ead988c5e1c6bde5fb2f14

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5262db222b605ed332406dcf52212912ffbdbf3b8b2e94030bdf1cafde96cfbe
MD5 089d60aa3b95dc9f56e21e87ae344077
BLAKE2b-256 b0cc855d10e3dcf2598711943905b3ca89804020ac4b688a66135eb57e52a5e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.12.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.12.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 33885de9cde77baf80ccef8c78cbfcf3a5b83ce02ea03903ad8d7cfcbf639e18
MD5 c7c76fc5fbbf1f2a4dd3dc5b0805082e
BLAKE2b-256 38fc323c1ba0b2fcbb9cabebb3c2450ec9fb52cad8aac8e96f8a4f0b9dd6416b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.12.0-cp39-cp39-macosx_10_15_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page