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

Uploaded CPython 3.14Windows x86-64

openimageio-3.1.13.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.13.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.13.0-cp314-cp314-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

openimageio-3.1.13.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.13.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.13.0-cp313-cp313-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

openimageio-3.1.13.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.13.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.13.0-cp312-cp312-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.1.13.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.13.0-cp311-cp311-win_amd64.whl (7.6 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.1.13.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.13.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.13.0-cp311-cp311-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.1.13.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.13.0-cp310-cp310-win_amd64.whl (7.6 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.1.13.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.13.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.13.0-cp310-cp310-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.1.13.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.13.0-cp39-cp39-win_amd64.whl (7.6 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.1.13.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.13.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.13.0-cp39-cp39-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.1.13.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.13.0.tar.gz.

File metadata

  • Download URL: openimageio-3.1.13.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.13.0.tar.gz
Algorithm Hash digest
SHA256 983847a1c300de75f500331abf7364aafbbb05608ab0e7a9191f34f45e61919a
MD5 5dfc674597f84e3102b3e5061b2929bd
BLAKE2b-256 7e58e6552c02fffd2423a4c3a73342089cbb479653500bb6f16771fb58df3099

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 28ff03a8913d25f75d5fd8c6ee666268cc1cac262869b4249d2f54c8c50200a7
MD5 6254afeb7354716406048d08e2235baf
BLAKE2b-256 f70e3df38ad1ccaedbb06005adec0f019f0f63d5cb64fc24ef22d06d6179c25d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13a4a99325861554d7c5abedfb5e7690a2d4c7049f893ea646a49ca134207ae3
MD5 bb8852a7557846946ab11f501bc62411
BLAKE2b-256 4646d313c0ad11f0e3c4255457b55ea18e6c6c6bf39773f1d63eac6cccad33f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7940efc7bf8e2538d2fefcb778769f4845503b0a7052befae2fb22454549e79
MD5 39f92f2233d1e5266a709130ec070533
BLAKE2b-256 b6cf9228a80c300f1bc3a88bc7c37162ad1b6a5b3f019b152b7a2affd806d81b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 340b72bbe437012b93d57a35be5d5f93a15c81075eba4921683eb6a0fffa1c27
MD5 1302d995563149db490fc8a8852a9a0f
BLAKE2b-256 3777cf466dc50214ffcf7f63ed6c290b93bbf45aeea3c3f04615f59926c8adcf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 62b42f20c0821cbd51689bfa40dc0a914fccadc0a3f837728366d2e483ef1c7f
MD5 5f3cf3957c70f842563f55dcdfda276b
BLAKE2b-256 4cb09179229a5d67f1bfe357d2aaf3e423dbdc9f4cf2b3d47992ca6d9a68eb9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ded681d32e515403b5de7e60e7a91bde7c15e857a58b0e1450aea0e352105250
MD5 2d85f05d728de7be66c25a4f01f7e914
BLAKE2b-256 a556837cf5aca031b727e3aab6d6147f175d35c6989eb7e6f4013395256f388e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 28282ff5cf4fe5c9ca27cf8d590e5f76c64cf856a766219603c5c1dcdc70cb29
MD5 d803b2fd793a2781e3c4bf2aa3741dfd
BLAKE2b-256 36d1b19d517aa4c2e00634561883e2b3c08c53bdf71a869845f8c5520cbb2f5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7420701a60577ce83ef6904380d8e6f31e7696362fe85e609b7cc972a9995a88
MD5 6bdb7f17264f2ded0b749296244b09f6
BLAKE2b-256 5dabe563b8c2bb93d9a62bf360ce794b8235b704b6417444e6864345bb5d4e5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bcf3b09278adc78849e677bc3d0d0ba4d5967358a2314b5e423692055ea985f0
MD5 82a7286f517378e69288db38120ff8c5
BLAKE2b-256 8f3d0fc4bb5b2ae836331b0be48350b1cd8398353abe532aabb7fd7820869790

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1d1f190fc9d9d114abafae86f19483da7c2bc12e05e9a9e68a8b296be61e0e40
MD5 39af71e0a2048fae5bddf7443ad0b62a
BLAKE2b-256 109c14bf9a13ae699f393a5f25488b025cf410103c2cc1e5671f68cf5ea3ff7e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f52d45ef2699a8762097539b8e781aad834feb27c4c90985fdb0cbf6764345d8
MD5 6cda5776245a8b03e7083ed56bb02367
BLAKE2b-256 45b0c91dca2d18b9aa83efb62dbab9d06480c96262f2c8098ae26ed8e79e68b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d651ce621af917098b5690ff22d943c84803eb44c038533df4badafd7fdd7cb
MD5 bdd713345537e61407784ff474f0e804
BLAKE2b-256 33042e987a6bf580b4d0a95ca0ff73015bf745503f09f5f9f311a61d228358ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d6586425eb98131cdc83291d2e629ead9d6783fc054def4d07b8db05b01d6c7
MD5 f656b67de2b7ea0779f45a62128b4561
BLAKE2b-256 6bbe131ce72130b3173a7d47bdffcbbd9c208b945e94dba4f920cb0156580e21

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 21f2e67c3421cca8d9c93312c16e7265b1f65553c997796b59352950c163ad8d
MD5 460d0925348d9857cef907e233773f99
BLAKE2b-256 2232cb74484c995751991533374454691ffe057c7b2d680c0e8eb44f00344bd5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5796e46150faac1788c7e2a2899783b2c27a4ff1f925bbc90414c0c7cdb0e1d5
MD5 45618a94d0742a78299c5e1d098a7d20
BLAKE2b-256 b34ad6f68eaa8d9100eab498b6a8c0712e588ce90a7739b99abab5f316b2721b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4735541ab1896f05e2ea27ebe70781731defd30ccb34d7c8b8eff76f9832233e
MD5 d67719c00e569ccc628d1a2de26c7a71
BLAKE2b-256 48d078c3ad65851de0a07db226038d939f2e8b29359ff80920d311e00e4ff881

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 613f23cfd44af6a6efd49c0d8e194686f65de9e54420ab080170b633de3d7088
MD5 210ad8a540dcd6ce8f6bc575c5fbd1f5
BLAKE2b-256 7741669cb7c374383294f300a7d20b97aa797e3fcc96dcdfaac4681eeb48553e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 346264a4404823b2b57811a8ea1184d555e3c9d66b600a2a11010cba5cb85dfb
MD5 0cd5adeef3c2b56c1e500f46a24da9f3
BLAKE2b-256 111d90b53188e244991f114b83a25f2eb32b9d21aff8963a938e0b2bb413651b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05217f1d9699fb828fa92a811fba817f3262be7ed2bcbace7bb1f9577e7aa782
MD5 9864ff0ad0173a505aed8f9f48a3d107
BLAKE2b-256 ebb7942f804090ae3187b13ba7ae19cfa185d1e29e907c5b78c7b3c9c4d7b1c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5860b49bba4d5a4992f9f43dcbe14e66e734c3cb32dcfdeffc236aabc4ec53b6
MD5 db6074177156982a9b9d55c6d633ef48
BLAKE2b-256 12db9367d3dac85a48e3987df915310b6114a2ada2003627d563eef1b051b423

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bea9ad869f1a2fbd374288065e1e4004ebec8e4cf91cd3e1c19c3b5afc722a4e
MD5 2c7ab6f02901353ff247339b6076bb13
BLAKE2b-256 956e01141bd1c66b5564d4b7a4df5a4fb7307cf1073bf24d7137c5a66f3109f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0ce8d377a738e8386efccbdda755dff9753333f79ce22453e6966e44f8dfe05
MD5 08da1a3dec2683d8c5c4f978dd59ead4
BLAKE2b-256 f73f4fb013fadd981e156739975ad14045749b966cfa9924f836e83a5de8263e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2d88640f85aa487916f118d92f2dc6e3cc8aee0cb4f6f0b92371e08a97a9dd7f
MD5 0fb5875045870c8653925c4ad142c993
BLAKE2b-256 517becf1f4c4ba5b6da0faa9b738c3cbe36e2cd63b87b29e14a01cc11aa7a36a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74b62ca109da849f2b221f3ca996396d04059a9523712a87908a0431620d8d3b
MD5 5fba3af54627b081f2b68775238f93f4
BLAKE2b-256 acc7d03d6db0c8cd0e01dee975592740426830d4817b54eb7413d3e0dca85b16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e756f4c8cd17a2c4cb2f88d3538570506e2572f2970fdbd49658038b38d56afd
MD5 cc441426053642b46f95bd05c00b9545
BLAKE2b-256 0f01ef459078adf7d87aae10694673312ad30068f085517397c2b24d9290a5ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ff733c0a3190e44c022eadbe652868e2b5db86be7cce5e6a885ff4c8a440ab3d
MD5 69f8d8ed9a9e3e645d0e442cd6c2869d
BLAKE2b-256 62408c2bee8735b4441b4a84c6d674acc2ca040d0d738fd6370e302de93f675e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 95f13589fd9fa3ae3e1ebbd10427c5d75fcdf0e6c3e95db913c115fca5d165ba
MD5 7ee7c0af1864ef6bba4e929babe3ff59
BLAKE2b-256 d36eee19c44989f323e43d60969344218976e1cbc2eab043601ae2cf7794a3a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 434114e51e70ddb0b2a1d47b69a48042762212e8a3b8f1e5c6a926f95761e268
MD5 4b0e6b5c232e77c66661bf5705a5ad96
BLAKE2b-256 1ac8cba37ca4172c94de611640487d7d8d29d019d7a7cf09b42479b37705c22d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73e93dd09557c6023bf60ace436da5680a83bb860bffc59d7de6a37915b7f321
MD5 e3be39eceb06b2d1353a48ad844a61e1
BLAKE2b-256 9a014175e5d8258534271ba181d58ea27e1ab2d8b12766b6b3fd4276c029f07d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.13.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 09b4ba5c91b47b58d51318c4a6d05c06c9003823ab7b194868de4b546b94fa5b
MD5 05c0431cb5070c8ee1dd7e4ee0848b96
BLAKE2b-256 d4193204ef9bd1629553623d6f56d4c1458cec9348dac5a7c567e56b339d8234

See more details on using hashes here.

Provenance

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