Skip to main content

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.
  • Releases -- see this for the latest release notes, also found in the CHANGES.md file.

👷 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

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.16.0.tar.gz (6.7 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.16.0-cp314-cp314-win_amd64.whl (8.0 MB view details)

Uploaded CPython 3.14Windows x86-64

openimageio-3.1.16.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.16.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.16.0-cp314-cp314-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

openimageio-3.1.16.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.16.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.16.0-cp313-cp313-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.1.16.0-cp313-cp313-macosx_10_15_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

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

Uploaded CPython 3.12Windows x86-64

openimageio-3.1.16.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.16.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.16.0-cp312-cp312-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.1.16.0-cp312-cp312-macosx_10_15_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

openimageio-3.1.16.0-cp311-cp311-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.1.16.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.16.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.16.0-cp311-cp311-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.1.16.0-cp311-cp311-macosx_10_15_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

openimageio-3.1.16.0-cp310-cp310-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.1.16.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.16.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.16.0-cp310-cp310-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.1.16.0-cp310-cp310-macosx_10_15_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

openimageio-3.1.16.0-cp39-cp39-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.1.16.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.16.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.16.0-cp39-cp39-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.1.16.0-cp39-cp39-macosx_10_15_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: openimageio-3.1.16.0.tar.gz
  • Upload date:
  • Size: 6.7 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.16.0.tar.gz
Algorithm Hash digest
SHA256 d23169f8ca619695b7c812a2b7fd955685f9e4fdfe3319b1302b535a88bdc0e1
MD5 6aff40563e71d95d21db5e22ecd34748
BLAKE2b-256 b6f4ed005eba84866e1941bde3f85ec621a1e98e95adddb2af52b3e7f5bef8c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e875f9a2b862d7de916a8d50cd42eb0e0cc455a006770ae077025977a92013a0
MD5 b9213c90d5e1d7372d7c902d1a54d3d5
BLAKE2b-256 5b9c741a7be7d24a062e09b039efc838bab1d9c5a2c51ac8bc585b402083a001

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ddafc3493086784f1356d32645487e9232e187cf0b80e6969e2d6c913aab7100
MD5 e1704a3cd5f749064662a2b4bf36298b
BLAKE2b-256 7f6424f3e649e7e66a385eaa745bed1d9818303de89e28fc4b190fb3a0027221

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb41b1a55e46a4d1edaf0f2d569fdf7e2fff1f56920db3e02e09864905f34b7e
MD5 cf1b7ca19411ab765c3b0fb566f8ff4b
BLAKE2b-256 30fac6200186d35f0b2e44116184288fc6252cd1b8c2e1d74b1dfa13f203c444

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec031209bb7f0ee110bb3793458709ea7cc972dc9e6ad52a8903030f73f2120b
MD5 f8b0a144697b9b8e94a06f7c010881d2
BLAKE2b-256 523af2a456947e6e1cc28e25405403b95f1eb2c71fbb2f7f40aa78d2ad7f3c59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fe8dd1914a569a2b1fa5a2ec83148b6a7d4b0ce089a0bf1f1ce846f18daa4866
MD5 d0deeb1c94e7164da57dc035de5a2eb4
BLAKE2b-256 f70c1e541037369100e781d2e5d721c696f1f9fb0294cfc3261a155abd46b887

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c0e2b5599fd0d346115387db77a196b5e47441857f4a0c34071e57e7fda73b03
MD5 6ab706690bf9701a5f6cd1775db3e056
BLAKE2b-256 2b19aab9a6a8e33fd6144e6729ba4d99041db2b4684f03c026035b0a41511f04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8cdcf26d7d7e13e06785662843dbb3a6cfb5eb231d46bbbd2cc5173c98a3adc
MD5 8c370b39967734e012ecb22700995c56
BLAKE2b-256 634e80b1fd024e44685d4d1da5c04779dde366ea0b3bd3788b9aab9d80d1cb1c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6c29ba3e588bc621e0431c4d18fb680f5ce05d22ede997a8e838605c67c517cf
MD5 10eb63df69cec83447e8e2a087abfb9c
BLAKE2b-256 7cf0346b48ae50e6265e58ed21034b51227045bddffb4dd4cd6db73d455a98ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44e3e83b61a33c6425b65e040ddb415dc03ab8a846c6ee772451a4669f6c7510
MD5 68536c623dccfc92e42dd75337ea0156
BLAKE2b-256 e9b6c3c9a027178ffa4e6354c0778277e65319222d37c4eecc845deb5f9e1580

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bd23dd79fcccd4b0ea756c00660e82a1f162872385f0f09de02fda04c9a48e20
MD5 f10010d6f8ffb8a817bce6541b93a095
BLAKE2b-256 f2533fa75f2f00de080fe018774d91123ef32792c042ec89953d0b0598226589

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fc41ac59db866b1c4f06336a4f250e845b3714a42cedcfae7bcf98ccdb565888
MD5 a1bdcbb952ae8db3f163300a47350179
BLAKE2b-256 a2b07fb3ae619f6de1457d5efdadfa1248cf41ababd7a1315449c5045ff8404a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e1acfe641d6577be8e4e3ba80aa0e19d4e4885988a6a270aee60ca4bb71ff99
MD5 0934ddf92c6d0f1b8af2502c8b5f83cd
BLAKE2b-256 2f27d0d13a700bc0480dd58b6a72797eccb1e12feb4206c14b03e377f19fbeb7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ffd7bbbe456dcb58175a3ef52baa990c6cac3fa713aeb8b19d0eb1f0266480d1
MD5 58b4d0186140ffa3b635bd61f11a8a6b
BLAKE2b-256 a477f11a768dd073c3f74988a53051120e81effad0a5f8312c5308115aa7ff64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81c4ac19f0442bf601f92cdc9fe085e8c2967ba4cae9ca4ce33002b2f95692fe
MD5 e8110d90a9165c6218c1c22c4c37fa30
BLAKE2b-256 1871deecf9705d3a15561175b8af8e0fd93fe90be5ab15606506cbee795f8362

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 205f2ef7fdb9af6a1ec863cdee8f9c6dea4fdf79ebc0bb4a8afd93f636a7888a
MD5 ec0b84a14e35648d21cdddb9421958dd
BLAKE2b-256 8cfc78a6dc8841d5b6579c7c3468226df9c3b369008892faaec18f6a280cf353

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e3428e656012efbd4c083fef527d4e50b230f03a030eee825cc1d18d116ad820
MD5 3bc74a823e23af4db1d08691dfd58065
BLAKE2b-256 da092edfe62ace8e0d60ef77e91351d2de03a9608c952c911a4e26be2c9bb374

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7194582a51eb0a94dc6f36625ce8a553048bc249bd7cec109396fc89caf0887
MD5 d0a4edb2476f63e32eef80bbba250246
BLAKE2b-256 fbe584bc91615c431c969b89ed58fe139f294b73978877788de41b1e190100aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b7e5de0758120ce6aea77bd6733cf2a379d0b38287216764a413c4c006ddc15d
MD5 83e31cdb025e1a591003804ff97b09d5
BLAKE2b-256 3373f27a085614bcd03d21b3b47104832efc02202bd500dbb9c7b9ba8254db7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 28f63eaa5847ed6ad35d0e9e49f1ecb262ef3f52032395a6545a82422040d789
MD5 2280471d0cedf51324486da155bbc063
BLAKE2b-256 f59e00936c6c09fd7ed07174853b26622e32eacd6e2ffc3c3a441344ed52d81f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9c9e057a5d7437e62d3f137e6c8ecb8d9a1363058ef1b894d9e19b0294ec05d1
MD5 f6c2bfbfca57c8dde72833349c80be37
BLAKE2b-256 5ec48b3ee7085225dbadb6d41d2e15ed844648bb4a9ba6c65dad2a80b3eecd03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d02859c94d2a21746d6b79e4c9857a1752132523d8957dc8ecb3d2efad119066
MD5 9997fb3234bad668ce5126ed1615c935
BLAKE2b-256 f686ea6ade2d969bce4e3062390822bbf3b749b808b61a016b9219b54ad5d7d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d6aa1091bc7454042a23e91a89c7865186df2670472ce10a7d074a7ec62cd450
MD5 47733df32c33ffeda5b81a4a42fb0f50
BLAKE2b-256 c78a00a9267202231d7a70c1ad831548dbfec54ca6d11b8243305ba15b4b77cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee16001efefa265e36d171bdb16a8a48abb0b2d3a6b2641542291c2e32d5a82e
MD5 69d77f9ee23f23e390cd1d1df70e29c4
BLAKE2b-256 39c05cc3e707d93d158f63b4023a19ec19a57b6e428dce677771afa91938a3ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77d43f0c6c6b283caf32848f496c033b0262d84ea2da6db285a993aaa9ee2525
MD5 a29c93f0705b34726dd4adaad39440f9
BLAKE2b-256 9702b8499c470263f19e2ce59b1f72476f52d1283067aadde7c8bcc9ff594608

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 203dab9c4bc5dea432008180e0c9640c507f7b746b58fcead5150ed96b544dac
MD5 8025fd513bddaef2f7c58ddb26d1279d
BLAKE2b-256 d23acd465bf5813263dbe573ffa9f28e8198fe765b0ce16876eadd8a52730bdf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 11f44d50b287285e5014aa62538272e8326aa78ef24676aa5beb165eb4d3f742
MD5 4fd2949769ff6c8dedb2ab10073893d9
BLAKE2b-256 5aaa437e4695bceba15523e314d677c562c83619a9cbbda0cb1070c8f2991e76

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9dffb867347ba82ba1cb8b8897b6f92cbf3240b4cd2a26c9bf25f0b7d046b37
MD5 1d53c382cfea833633cd70430850e68a
BLAKE2b-256 5bccdd330525e538d340d356264106b86babc3d83c05a9f9963e0e244a8ce332

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 44a831bd0db201095d6d9e4f41ef6b60f3e3c1c20c780f2281483f3487c5f66d
MD5 8a4a5007c98e5a7da7eb6cdd4faf2f6d
BLAKE2b-256 f1a812864622ba80f54b78aa05f0dccf7d8a28cae84a6d80cfba4a0dfcecfac0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 867d29b669682705f1af509e8c275fd8810015ddd7591618a9ad1b225a57e9bd
MD5 4da390a7c5dc00d5a0a13014883b8da0
BLAKE2b-256 db001dad5b745e1b0a9ca8d17c3987155a93e1e2e700319208fcec6692e22517

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.16.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f64f98a5fc442b638f85d7f1fdc0ef6ffdc5636e1b02e66bb2e0ef3ea1918927
MD5 1e1f8b257c4f715872a704397a6939d0
BLAKE2b-256 a10705717091e55d88dfe79592d0d8baed8d921bd77d6e46901606ed05584eb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.16.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 Sentry Error logging StatusPage Status page