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.

A bug or build problem 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.

To report a security vulnerability that is serious enough that it should not be discussed publicly until a patch is ready, please file a GitHub security advisory.

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.13.1.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.13.1-cp314-cp314-win_amd64.whl (8.0 MB view details)

Uploaded CPython 3.14Windows x86-64

openimageio-3.1.13.1-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.13.1-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.13.1-cp314-cp314-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

openimageio-3.1.13.1-cp313-cp313-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.1.13.1-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.13.1-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.13.1-cp313-cp313-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.15+ x86-64

openimageio-3.1.13.1-cp312-cp312-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.12Windows x86-64

openimageio-3.1.13.1-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.13.1-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.13.1-cp312-cp312-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.15+ x86-64

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

Uploaded CPython 3.11Windows x86-64

openimageio-3.1.13.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.9 MB view details)

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

openimageio-3.1.13.1-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.13.1-cp311-cp311-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.15+ x86-64

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

Uploaded CPython 3.10Windows x86-64

openimageio-3.1.13.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.9 MB view details)

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

openimageio-3.1.13.1-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.13.1-cp310-cp310-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.15+ x86-64

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

Uploaded CPython 3.9Windows x86-64

openimageio-3.1.13.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.9 MB view details)

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

openimageio-3.1.13.1-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.13.1-cp39-cp39-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.1.13.1-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.13.1.tar.gz.

File metadata

  • Download URL: openimageio-3.1.13.1.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.13.1.tar.gz
Algorithm Hash digest
SHA256 a794a2a8d4244e458452499ed2145f3f035c36a316bc1d00a2b88fe4cd5f1477
MD5 d4ca05f2e1225c73cf2910445ce6c89b
BLAKE2b-256 53313ac940330a8e71387f407ccfdac4369835b9196a8cb36d864b33152f07e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1.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.13.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9a5c9042af5e551287f313f9f2a0895608e48cd3f4f64c429eda5a3cd0c87cb7
MD5 0514ed317ccf8491b93cdbe6ed91af5a
BLAKE2b-256 482c1c7137cbd0879b6ed2746f4584b351f598cc86bfa357e93a74051bbd3519

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42d40a2a3f53fe4072ed8b8fbb6855038ed5b6fa31d46d54ba674975f75ed724
MD5 e3b027869d9c0041f57cf73628f26caa
BLAKE2b-256 f7d11a8f365e042740c583a0f19e5985ad42ff0ca8f4f499da0f70e999dd1c90

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ff693b2e22c43f4f159b5c029bac857f0c3ca5561fe25a3393da884511b8c7d0
MD5 c8dfbfa95a865df5d617e8aba9366858
BLAKE2b-256 d0963de09a38d30e7eef56e4296af0359e0c7d7b178c1c60212aee150912c47e

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49ec13913af71ee4ddb5331745ec809a82b915ac90f4de29e2950854f94e81d5
MD5 6810374537a225254cb9652d04e47a27
BLAKE2b-256 d679746867e1ef1d1b697a462b806b2436bd571d5a47fd25933e64cf2aba9056

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f77729749c3c738067f8c1d1edfd3e01509132b15e53430a480ada360522fe4e
MD5 d4aa38a6402db069941871ad41ed94f1
BLAKE2b-256 4239d9e6378515f024d13b0d8834e7ff01f69a56b76c8e0acf765a1f115fec24

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a7491cb9494451e7c7ccc7c21f35d6e151aa077310aa237973400f1ba474b1cb
MD5 145deade3b71dc3bffcb7b931366d3a7
BLAKE2b-256 0cad6c68e28435eab8f8df97df1cee6a32ea298111ba39ab12e87ebcc0adb1b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b9b20608922989cc13b88e1af6a6e5eece1d0cb38ebdbaf4b67febce58629f7
MD5 c489818a5f346d597b83311de5a7bf3b
BLAKE2b-256 25c690dfb62b3e78190af01b9c32fbbd10ded5c7b6fc98e2a47dff257280ec3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c2573705430df8f7d7bcf98947b3b13359c397105675e1a50c1adfe1393868a9
MD5 8550d75fe836bf5eb5702bb1821aa693
BLAKE2b-256 227d4f3bf1b2b8eea602452c7de535f12fa2c7f8e08df6189cd621b3c6e471c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70de1e8ad2a2273f29a0cce584334cea07099b7e341eabaddb9cbd73df24868f
MD5 4223df2458f68f17bd61afcb745a9381
BLAKE2b-256 b94142265ab84ecd8a5536403471c7ac095f89f72c1b03060bf5c75a60d1cc57

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 01de2bcc5d5e2f7dfce37663f5edc972d3d2a3c5025a6c3cb783f81e9ce1a085
MD5 5092c0003147a125c35999a4709e584c
BLAKE2b-256 22800e6e8e62fd8b43105d61fad56942275c25af880d5657a3a528d0991b8406

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 969fc403e2377be1379072cd8e1debff5e4b9e29058a03658afa3686a9853b92
MD5 68c0ff591d66c1b4e3268b65114d8420
BLAKE2b-256 2700d1444f57d59155c7f66096cda964df6301cca5384af2c865e48c83d37584

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 55b7d453c651bf61681b7e310a3abdd97449ab9d14247648263285f43e48f8cf
MD5 4e2129a0cfcf33df86c6225118d9f0fc
BLAKE2b-256 27be013e373f7c8046375bc9cfa677a9ae1e37f85bb107c5e0c9fb50e22daf9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6c9adab39bfecd2973352fa0bba90f41b838be4da0b3fd2943a1d4a1a64ffcba
MD5 1c4ba4e5281455c1a3ba1a613f1a1fe9
BLAKE2b-256 60acb5f8c55c2ce416c146242d4b27c830c1913e8d6c253ae132e60efc615423

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01e863e9a8be09611e3664f206cacd677f2c1a8720a17577dacef92869e93260
MD5 dffda80af254dfe013cd7a1635a3aabd
BLAKE2b-256 3d563357e2546315d1f8736d4ca3313e483c794e2aab7c231510b96b12361702

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 51be3e32347193defcd75f17d09fa3ea8b3a37d99474a3812d7a65e5ea86011a
MD5 15f427c1851fb73219cf60bcd15786b8
BLAKE2b-256 cc28cca12a002fa690674dd9a514c1fe801adbc2c7e39d45eb7c05de6f8541b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8e0f5b5c417f2e0d57e1443a6ef2b2b7b329131ddd21b1dcaf0a07189cf5b9eb
MD5 b7d95c44ca1fcbeccdc20c2227f8a958
BLAKE2b-256 df24ac1142b486a71bd1a6cdd11c5907dbc0cd43ad69941395cf780795cfe457

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0d36e9039f52bdd5b2350b5d4340eddb00759c12225017b80e55f61192ef993
MD5 d024c6b110cda4f68f153fabeb9a2c68
BLAKE2b-256 4f875fa4f165ce5c21fc1fdc81164033cdcd00bf6d11a91c45645c3ed01b9b15

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 670c9ccd99e133886ca95c6c035c4e9642605f31a46eb32046200d87ca6d8fd3
MD5 6fbf81b6cf46d29075d08f7fa6cacadf
BLAKE2b-256 e4c1b84c76a85cb7ec22f29854a5b1dc1806010e15bdfc8965a69de30fee11af

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be1f9cf1fd4260193ecf2c0ab3f1549fe10a44faa1f717512bafb41060e03886
MD5 f32482f966e3fa599563da0b483ff5eb
BLAKE2b-256 8c861b6163ef856711664310d9b3688610ba9e351f70a1a8b35d542a09290caa

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b2fdccbb7dc5dfc9c5ab8a818e328f8d5b2e8423202b8d896fc992c5788515da
MD5 2b2ec3afd43594a66d16ea0a46e1e875
BLAKE2b-256 199cbe6396f8fdebde5fde0679d74f9d65404d0873b19b7eae727828874786d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f05ab9c93c6026398eaa4a8d72262faac3ac359b0ea82b6b45f6724c8a67206a
MD5 0376a8fe84e64a6aa9d0a252c9050b26
BLAKE2b-256 4c4b1d4efc5f2869b2836ba550f9d931cf01d6f0263bad7553a4a2511a6912c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f120d1d56f0ef5ca3f15b7a690936059e1067c21f3da1ca133bad2e18f624e27
MD5 ff554362923c0caf21bd1ed154ebb0d2
BLAKE2b-256 c93e45f9c75d3a66034a288a2ee57de0795a65631abf4a891b3e8e0838c7b644

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa5043e420c56f6a33bf68a2a52d602d73e879fe71c9a948ccf6457bb52bd3d8
MD5 7ec04a193e370915a20b3d5f670c2e74
BLAKE2b-256 7d1f34dcf49438376c6cb45c84a283b8302668fae79accdf6133eb92c46f19ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60de709ab4b1cfc7ad9aa4c7f353c15256785b5c6239262fb2ccc25a83f5ae12
MD5 c6b1b3b4a0c3317c6ad60160b27f8bb0
BLAKE2b-256 5e58d1e38c0fdc4e4abccbd6b810d608afceecdac27f366cffcd3c4bbad6930f

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d2fb344cc93490026a5bdfc0343e5469aeb9c9812977b5031099812a4de5e984
MD5 866fb634e5d1e56c4575e045c3b0f3e3
BLAKE2b-256 58c12cbd67974c201af53d9aad42e5f854c30b0b141b249224bd195ed8594ef0

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a551b45ca20483982be125e5751af63a6c8d884dab07f782876bb8b7972374e0
MD5 9492f747ebddff03274fb3da5def9bde
BLAKE2b-256 bb80594960035de31e45fe55ee476821bc858089a8a56c1a6de3f6772bc9ed49

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c35a52d49392d7796765f2f7a1997a4e6eaa66320a6dba05d3ca6f5c8d908bf
MD5 6bfc53d67635b7c385280f97132a9d00
BLAKE2b-256 1d633ba309f1eba0b7ad5cb66d3b2f4da52fe8752269c4df341e0772e6785d17

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cac529cd2a1531961ce4eccf583b385c2d51ec450fcf3e25ae370cf261db7127
MD5 869b3148411fcb389a66eea8709b4f6e
BLAKE2b-256 f3bd2ed83a16bcfdc04728bf902fd6bd5de95740adee0410b9846aa0c19295a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6793e31899629831ca2e8a320f6c7cafb05314da513c0d741f6abf7810756591
MD5 d5550750482af65b401425e4181c6846
BLAKE2b-256 385c7874947cae5b487c7f8d2a0d3c675fbebba1776f96cd7b1bde5876332add

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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.13.1-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.13.1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6f279c2f7795071f9472ca11099beabef8507ff878c55eb7a91d7013039b643d
MD5 05c397263deaaa54baab746713dd7f3d
BLAKE2b-256 d10ea296f81a6a6d37f3435dd51081e3ab77471b4dbfbd667111f85c8949cced

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.13.1-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