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

Uploaded CPython 3.14Windows x86-64

openimageio-3.1.15.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.15.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.15.0-cp314-cp314-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openimageio-3.1.15.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.15.0-cp313-cp313-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.1.15.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.15.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.15.0-cp313-cp313-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.1.15.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.15.0-cp312-cp312-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.12Windows x86-64

openimageio-3.1.15.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.15.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.15.0-cp312-cp312-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.1.15.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.15.0-cp311-cp311-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.1.15.0-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.15.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.15.0-cp311-cp311-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.1.15.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.15.0-cp310-cp310-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.1.15.0-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.15.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.15.0-cp310-cp310-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.1.15.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.15.0-cp39-cp39-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.1.15.0-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.15.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.15.0-cp39-cp39-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.1.15.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.15.0.tar.gz.

File metadata

  • Download URL: openimageio-3.1.15.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.15.0.tar.gz
Algorithm Hash digest
SHA256 9370e4ec9b308258584e934b14d3b5d92a256a5a5c9b7a93be57587b91cfcb0e
MD5 cb061caa5a3ebaf4717c960b38d51b5e
BLAKE2b-256 b2bf276d904c8a51a3df77990978d09ec9877f8bb68e726233479b68b311168d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 380ff999b1640b6713d446d7c9a94393b423564ca7c773414e04de7701560b5a
MD5 673c2c18db5066826494f5b4a1ccdd6a
BLAKE2b-256 a1c0c8a7df0729e16b9b7cf78ae49d44b321aecfa66d7c286f4b99b0a1855e65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c10baecd38877861473939d96a1cadcdace51a6e10ee1e06f7933d534cef1a1
MD5 3a8ff36db4a0778b21f1104a5596880f
BLAKE2b-256 8bfe1e9ce91cfe5228f9408a1255175826cf2c403679cfcee205290a0159ef71

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 43dbf0927012ac4183f06c7eef8fcea88c9653eb9e95ba158d44b8e5cc6f7670
MD5 e06d363f56eb30bb26b76f17574bf465
BLAKE2b-256 70d40b453044e21f1a08744a83033d5f216245fcbd93f8f7da5e65b0cbfbe332

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bef43b6f8b801b2ccbb04e2567bbe923a63bae0967cbbdd739c1006a2de1b775
MD5 1821b525bb8852ad0a0d00843ab6c1ad
BLAKE2b-256 65c581022d1c4b4b763e543ca8ba48aa0b2efdf7aefe17e9e7a44035dc634ee7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3552fd9df85b22fabf09628721026d272e30b54b30164471f64294a8a697728c
MD5 92fee1b5be8528fd1617c26c89cbcb55
BLAKE2b-256 0b821f69756164d32cb1d62b3ce3968c624ffae6118ad7ea0f62a13f057391de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 eed8bbe8b465525b50a4c380fd5b440ef213197ccdbb81ebddc8112e2a2159be
MD5 8c885b8e2f9a32004f3f19a3a2accaf9
BLAKE2b-256 dbf0aeaf22edcd799b7deec1c5ff2992fa93cd76ad2dc6659149169baabce362

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a4fc72d2493f1fc0ee19a69f43fd62a40d0ecc2ac8b68153d43b6bd501e170c8
MD5 308d0998eb022a349574bbe09669688e
BLAKE2b-256 cab2a09bf5e6fc2a7362890eb0e4929bdb788c1d6210d667464287a740c3809c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9bdbb2acb664e544f0c0d3a986951dab0fe10b8921bff877ef70dbe4a18e3667
MD5 a61e058074f036f0fa1a81471b4a2b37
BLAKE2b-256 47454274e272e777e057859ab9032ece49240dc43fcca2e8f9a5c755e07f80b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88f4e97e8aa7311c7780d95b9bacfbb916cce220ce2e512ce48c8f9c8a369b46
MD5 9c8448e1a68a6dbabb84d7e873bd7286
BLAKE2b-256 eed7e95feba334febfc7f76414f67b9cf5748ed37ffdb0c95a43181b4ef0ed68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bf4f7111f2bf401e76d6243b44749dd039686aefa6cb04c3761291975cc4decf
MD5 c9e33a11c8c9164970e325366c838a0f
BLAKE2b-256 b33856c7f02c71000ca70411292b08ff3a095757cec599e6127259c0cf8c61cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ef6ee4f6c0480cf9ec657e3fc83fd6779aac7462a0d14d3ed35e2d23610e8c04
MD5 4f7a20f44ebff33e6470b6d8b1cdef56
BLAKE2b-256 b9726543545147839ce697ff5c23cf05cbe7a9bef5f78c156027ed4a3252a071

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a06b5318795aabf63f93804ff982aaf4b9ba45fc2833cef60ea12b2095fa08c
MD5 f5ea9c5e5ebc17a30384e85b7578bd43
BLAKE2b-256 922ae0503401cc9a2244e21f3c1d5e65a402d129a464dec0266a9f39a932fc42

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de48733a1959ef3e25a254b7472fa4ad80360212e0cd21940328fca64020dfbf
MD5 17e56e49be7b3e4209c9f835d112c3b5
BLAKE2b-256 988a514fd6245d2901aa1782248a89dcbfda391cf3250c2a66de13d5b75f7ea3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c9ff094dfd4636f08f612967829d778d2cffa736ee93abaeb3595603fddeea2
MD5 c40e2df5a967d7a61282c65296221d84
BLAKE2b-256 8d27e0967f83eafbd34fc4454290c8b12edd1be0dd08ff45eb01f17510028e7e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 af4582bde952f610409c4710abd8e2015226f413d1c16139552cc4fb21790d4b
MD5 ff939e4680a45de78abc9fdc605aec0b
BLAKE2b-256 1dcee58a5a4b6b0e0e9cc016f3e898c5979bd2314c8a453d63a19abc4df5e539

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6f415cbd75473e245b2ed2f0fb6385f2c461c4184f9ad9063e2ab94155d48ff9
MD5 83faa5f99b14c97e7b12a75b1490fb8c
BLAKE2b-256 416595e7e6e4e0c6291a5f654ac8aa3e5585654b344d1b447e72bd7f29cd89bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a832f2e869d46da7192650d378a8b1827d574bd5d03653e75153c13835fba716
MD5 d13544ba1ac1f97748de67800029c0e3
BLAKE2b-256 1598ddbbab9efa2be31303e0e435c7236d3db0a5f2a7f5b51c5dded71047d5f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 52d35b25f03dbe5d50006513e6780012830f6eabbc7ce802bdffc58644c00878
MD5 9efc0653286ee8787f47b1660c90c4df
BLAKE2b-256 5fa15429e13258505e86af0a1846865024afe76884ea34f8090ee6091700b218

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d065873b737bc47a845c5c59fa3889ed652dd47a11f934c7964ed2f6260a0528
MD5 7d3d96d6a68e7eb69bd42b4290912f40
BLAKE2b-256 5b1e39ae3310e0edddb5493284d286aa47e18ca1219b3350b1cd01d472bc5ad7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bc6343cd84526e14a3482af7891c605c8f81d0ab04dd753ef684d2ad8b795803
MD5 87182a4a766342272fcf03caefac5c85
BLAKE2b-256 47a0d315bfeb80e04679dcf961382d2796b7bf86ce1fad72aa58aa64c5c5ae7f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8395526556a15fa50f600ce9c49eee90dd2dde80cd9452c5d3a28e571e6e8829
MD5 847c1de06dcd2a8687fc1a118299a318
BLAKE2b-256 781e502d7634598dbd5a791b918282d3fbd71ffebf795f1f09b15eafe1641a78

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5bf9d87b58e15141f9e868530c4f3a7b51e329d9aa055287bc7ee40f49640bbf
MD5 0d6517caa615d58575ff1b0584fc76d1
BLAKE2b-256 7a3dc9ee51291d437997b933d666d39176aac9f415f7ccad7ed40d012edd7bee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ee83e67826dde5f7a670d4b4134bebd5b611ac17b00c6d34ddd16a594bcdcf8
MD5 8f556358bbfedfc6a48d9f650a14a536
BLAKE2b-256 e7f9b6ba4dbdb3b930cde88d4be58403c4e529b7f89cdfd4cffcf17a8df47bba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25b301e9fe7cf8543b101d7665d38e9080feb9d0ae0411c6c8e55a1c07141d14
MD5 8c9d8af3b1d96e2fc571966bf369276d
BLAKE2b-256 24d3c0d03a218ab93aa35bc99da28be2e77ecd2fe7137a1d9d39b18afa5a6d2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 19b565be0f155a4161d86ac6f76cef0ae897b31f0423afd581a648de4da502e2
MD5 50c22a955e552ca178a7278ea40acc27
BLAKE2b-256 4725f2a7444ab16d38c3f7b468f9a12295160836c0d45b35dbc523ea88917b41

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e2326f4583b5688de1e4590874baa9cb3966c6cebc1fa96dd521e38a8c34df96
MD5 01a7d1b022990fdcd27a37e793ca2959
BLAKE2b-256 96a39538b36b1eb8ffc13bcf56163334e0fabc798983de16e84fda14e939a62e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6e7bc4d2643cd434bc6ab16fca55a757ec8cd00ca7575e90db4f9c6ce8fa4b3
MD5 248fe6730e5e14b480a5ce6d6a941ac6
BLAKE2b-256 de40175af6373507264e887a77376d56e625aab0ba14a467437cf607930ffd77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47ffe1103265f87f675160c335f0a95328c7767629249312de972aefec2cd2b6
MD5 315b87412e773921e90c9bf863827d01
BLAKE2b-256 7d1ef5b9ca8d3bf7c1e5c7fb9da0d294d3fe5b75b0c76c7a0b62699e8293c44a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d73e1ffa92069865139315eaec9f6ac86eb468d00ac11ffd55654ed898d6ff1e
MD5 a5f6b9d1c84d8fdd56a12e3cff9db006
BLAKE2b-256 e23a693b2da63b76866d20d8ded895f1995227274202eb30b1994481b85535c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.15.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a6dfd41cb406602bbb441102d1c23b3530e26f02c905e11ce7bf9d1f43ba27c7
MD5 e88b4fa1a88c08032f26d4e6654b9616
BLAKE2b-256 cd5e7c82f8f08bb4180b24248d4b65a10853349a271436007e5b0e0a8954d5ac

See more details on using hashes here.

Provenance

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