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

Uploaded CPython 3.14Windows x86-64

openimageio-3.1.14.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.14.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.14.0-cp314-cp314-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

openimageio-3.1.14.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.14.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.14.0-cp313-cp313-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

openimageio-3.1.14.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.14.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.14.0-cp312-cp312-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

openimageio-3.1.14.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.14.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.14.0-cp311-cp311-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

openimageio-3.1.14.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.14.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.14.0-cp310-cp310-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

openimageio-3.1.14.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.14.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.14.0-cp39-cp39-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.1.14.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.14.0.tar.gz.

File metadata

  • Download URL: openimageio-3.1.14.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.14.0.tar.gz
Algorithm Hash digest
SHA256 4c7efe06e28e37b3d8fc447330912e8eecf6572ede3b91393d5370d3d1b4b1c2
MD5 b218117bd4544158298283d042540d60
BLAKE2b-256 79d0e3cdfa7e9f67f50929a623f21126446eaf9c517503ece0c6d9807cf0b92f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 346260e2a61d75c065ffba2c81e0424c21516af1286bf860c534a61f9b3b5d58
MD5 7d3cfa8a3dd5dba0bb139e83fab9501c
BLAKE2b-256 2384d9d41d4b8f0bf2d68870cacf7aa336df43158e474f851395953b21af968b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a55dd6886aa1a22dd756c547e4e7a0ce8a04308027cb69da822d7e351b55748
MD5 eba2c699c0148677ef36f755b1fc7388
BLAKE2b-256 53209a0b8ac2aa40b53b8edd3405594f1bd0a9783fe539e31f24a2ed9aae3672

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 16577973a3c969c6ddfad1669ff75e1a9d590c5b1923532213c138e8f0526693
MD5 ec031c2a48dd2c8935efb323a1b3e8b9
BLAKE2b-256 cf4fa1ab4b68bb96b5daf67f0cc6b2743b7912a362296215dfa375b7e83ba7e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc42767d81e911e7cec62edfbb3eb3448d0674b90edbdf31d4c0d2621b6bfdf7
MD5 b605b8838d3763877800fdf1f651bb96
BLAKE2b-256 110223c4ba94e03edf81f4e1aa47d308d74a4376dcb21e695559389fbf837c51

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 83ed9a465070749c0b21fc2c06185dc05811a66361962c5a83795f9ca54170c9
MD5 c19a1138731d95eefacaa4a1a31b04b8
BLAKE2b-256 f1fc3ff0f286d180a9a9f1bfa8435a95cbb1375d68caa0a4fc38335bbbf3cd69

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e41a85974745e8d9d45f5163c096188bac5adb6b327f069ba0a62fc9593b35ce
MD5 823ba2a6db0b9f57090f40b99fbd5833
BLAKE2b-256 798ff6ee2dda93976687252077a4b3562938d3afef16d0b15c3ee0667e42dd30

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 000084109c503c7ff297879a4c7e9ca2bf4b9484c165bd871a36f132a70e5415
MD5 3dc727c9671a251d146d017d5d2dea0a
BLAKE2b-256 230b587ad4162615b3fa801a35ee05fe4908c0a5629ccc694eacaee567555b60

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 afc90602647c7c90b1304a0e5fe8b3e4cae105d20f7b93e5362eda3225b59287
MD5 08cd92274b2b39a862f825176bf47f65
BLAKE2b-256 a6b903c5f8529ef4d4b8677ccf97b9233c633ba424c742a279c8b77b78b3555e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d0167b7c5785bc88bd42c2ffca80f3332ad2b3c99587cf15bb22423a4e061ee
MD5 7121fe3cdf9befbcf9824b8fcb447078
BLAKE2b-256 b0b3370427c1833e206c8ceec9eed525345f3eb7fa7af20eb63febf1496298e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0a9561383f97d643ca553bcb1ac7ffe8cb368ad87f059c0f838772e8734796bb
MD5 2e070c5666fd8fd4476d27c7d70fbeac
BLAKE2b-256 44b2ae1bb9526d03cc91395b010b0a6654bc58bc653ddd3fa1d7f3ae7f446baf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 36a6cb1e6c6f5c2e0a9dee69d2d1ebc93fa308bad4568d940dbd1dd59c1eb4c2
MD5 164e43d29919674e54bfd84a5432f164
BLAKE2b-256 11162013408546c9f2ba728e9e7bf5f42741ca69109ba2bef413a83e3ec3c250

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 117d4d23747a691f5ffa213791e4e1aeaf00653dcc3bb22b1c2778486b9cc29d
MD5 4029ed2b1fb2576ba6abe585ff3bfefd
BLAKE2b-256 1809660baecdb773bbccfc97fe7c293d1db77464dc8decce622060a67c8128d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 73d2ea35d71b2207b4ad7dfee7fd5311b33597e6c7bee793404b3b245ad2decb
MD5 49277546bf6aa48359b89d520835af03
BLAKE2b-256 6b2bac55f42f2f461977a4acfe41bf426b3365bb0dd19ff28eacc5f281a48cef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd78ce45b052bd3aac47423fe8f2efa32f7b66b9bfe08a852f35726358d9d002
MD5 1b93320f3f5f6393f32f28735f65da9b
BLAKE2b-256 19471950fa7a47177c065dd2f9b56e04b75327a2416116dac49a413536e58d61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ded5094d468de8db10b789c647e3c32f7ea8b89efc3c15ebece788c96e57c76e
MD5 6f0ed891699bfc6a9fdf2ceaf0c1f991
BLAKE2b-256 edf820b1074c84efc7db2a8995930866b9de636aa5e3bbd4dc52085cb44ace78

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0a1bb10b432a58d0b8ef31bce7bfa2553f7e02b1be8d36f2c8884b1f251e47ba
MD5 fbb4f294d73863e0722d0be5cc467130
BLAKE2b-256 33a5a41a6903a6988b5a091dcd4e7cb282d35fcd50d582c84486afd7278ae2b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4432a2babe902e096fa1b16090c105879755371227dc1bf6eacf8babf95c73fa
MD5 5ba878252d1d75d3edb18389645e094e
BLAKE2b-256 972f4b69ca3571bc4562551d3925d92ce6e8620af26b45be4e47255ccbd72617

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 983ba86251fcdef8813265880ec6502728d6c246b914623b4a136cf1017af157
MD5 107943f73f8b376ff5e46d7e88af74b8
BLAKE2b-256 c924b3e87872bd9e7e316d0ea3895fa2f6042a3a556e7da3a7a1198bde26278a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 389fceadc536b714484456e1505ad4536efafbe64c8632bb56976527901ca419
MD5 1f5f57c94437e0319fca18ce91de62d0
BLAKE2b-256 bd010b657fce044035721b7fdb8f7d95363f42794a1395612213e090c1bd1fcd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cb51e68abfde953ec8b7ffceb367cff31252ba3082438caa287d1745d0ffc41c
MD5 7f1f34351d42688d20b99536e075421c
BLAKE2b-256 a8068f5d922343ad6f32e6255555ad003430393ba043ff4c1c4d3decbcfae68f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1942dfe8e440f186dd3f7b744736d47037a1b322bb7cce3c8536ae4b69007390
MD5 6e440328fe0ed6899115e7e035751311
BLAKE2b-256 c1736f84fae76c6260ff7e09859f030f9db4a7b6095e1cd65173fe35ec5fecb3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7af42639589529d990d60a58716048c199990fb9e1e9994673a1912b5e296535
MD5 36681ab6a9fd4bdc3adb6ff528bbaaca
BLAKE2b-256 7177b68ef79a180f740345a2979a1df45a47b88181d5185e76c66ecca9881916

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 33a562cc9efc6a383f0e306d9bb488416f4d2a6777418af18b6ca71ee6f7ede5
MD5 b78be881a6b050fc4485136c37430e49
BLAKE2b-256 48d94da66bd81b506f4106b9502648d72b99ffbbd68c008a805cbd68e8e78eff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 deabcbc6f9dc53f6f18f435d8796368f1677aa9d4e495c077677220fb133d333
MD5 03c263162944f64d0c0f2759d305369f
BLAKE2b-256 3e5db59aba6c518edcefef70437cf402469a982d47dfe2b7d2abca951951890d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f64feb434e668418b30653aeb1a68f7cd1418000a45ad2c315cac9fcfd9cd47b
MD5 d679bc8c92a0f639af7664b3db4bad87
BLAKE2b-256 5a01f17d7a2c29d4f7f865877d50b7e46eefc9dfbb881b66658a14fa90741548

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6fd59ce89846adafa77ca61c85fa4b19f807e32bed78e6af3db4869005825fdb
MD5 74b922bdac4d6c6d4f2ff439eb28c685
BLAKE2b-256 82f62c88668479c3b809fdd82347351206b30ef0ea60a4e6818a7da83f06d2e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3331e5790dc851830eefe1c2a81b3b2cdf0748f287762ba8b2f11888af19d46
MD5 c48623be82199764e353c927bcbd1fcc
BLAKE2b-256 04caea7cde56b7a1efaeb785dc4faa675b73f9f00d4b45e3a18717be89661898

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b65f7234521e80a175166bf3b10c1ceabdd0393a813aa341262ce68d316bea2b
MD5 6f65a68de27d20283ce329f8380af28a
BLAKE2b-256 44364130d4a8f431bf31e239d0769dac5ab19af40ba52ed9faf71f50e03628dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0704a6aa98f5cec4e521be71b9e922101b2d0bbea129eeec31e8a92f5aabcb5
MD5 3e0cadb3a1eb521f0aaad79230b06981
BLAKE2b-256 56204ea647ba1e516d6eb985e38533dc92206b0b1ec03004f52649e125642db9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openimageio-3.1.14.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 04a0d8b8ed9ec3c6e0ffe8826e8d84dce65b623e22edb5f6b3e58ba9b52dbb89
MD5 c34436d82cf99e53d08cbf5aba674e73
BLAKE2b-256 2011dd3c04def752860b96cd9aa1f44929612488fd4648a7eed3dbe4e3c43edd

See more details on using hashes here.

Provenance

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