Skip to main content

Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications.

Project description

License CI CII Best Practices latest packaged version(s)

Introduction

Mission statement: OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation via a format-agnostic API with a feature set, scalability, and robustness needed for feature film production.

The primary target audience for OIIO is VFX studios and developers of tools such as renderers, compositors, viewers, and other image-related software you'd find in a production pipeline.

OpenImageIO consists of:

  • Simple but powerful ImageInput and ImageOutput APIs that provide an abstraction for reading and writing image files of nearly any format, without the calling application needing to know any of the details of these file formats, and indeed without the calling application needing to be aware of which formats are available.

  • A library that manages subclasses of ImageInput and ImageOutput that implement I/O from specific file formats, with each file format's implementation stored as a plug-in. Therefore, an application using OpenImageIO's APIs can read and write any image file for which a plugin can be found at runtime.

  • Plugins implementing I/O for several popular image file formats, including TIFF, JPEG/JFIF, JPEG XL, OpenEXR, PNG, HDR/RGBE, ICO, BMP, Targa, JPEG-2000, RMan Zfile, FITS, DDS, Softimage PIC, PNM, DPX, Cineon, IFF, OpenVDB, Ptex, Photoshop PSD, Wavefront RLA, SGI, WebP, GIF, DICOM, HEIF/HEIC/AVIF, many "RAW" digital camera formats, and a variety of movie formats (readable as individual frames). More are being developed all the time.

  • Several command line image tools based on these classes, including oiiotool (command-line format conversion and image processing), iinfo (print detailed info about images), iconvert (convert among formats, data types, or modify metadata), idiff (compare images), igrep (search images for matching metadata), and iv (an image viewer). Because these tools are based on ImageInput/ImageOutput, they work with any image formats for which ImageIO plugins are available.

  • An ImageCache class that transparently manages a cache so that it can access truly vast amounts of image data (tens of thousands of image files totaling multiple TB) very efficiently using only a tiny amount (tens of megabytes at most) of runtime memory.

  • A TextureSystem class that provides filtered MIP-map texture lookups, atop the nice caching behavior of ImageCache. This is used in commercial renderers and has been used on many large VFX and animated films.

  • ImageBuf and ImageBufAlgo functions -- a simple class for storing and manipulating whole images in memory, and a collection of the most useful computations you might want to do involving those images, including many image processing operations.

  • Python bindings for all of the major APIs.

🏢 Project administration and Licensing

OpenImageIO is (c) Copyright Contributors to the OpenImageIO project.

For original code, we use the Apache-2.0 license, and for documentation, the Creative Commons Attribution 4.0 Unported License. In 2023 we asked historical users to relicense from the original BSD-3-clause license to Apache-2.0, and over 99.86% of lines of code have been relicensed to Apache-2.0. A small amount of code incorporated into this repository from other projects are covered by compatible third-party open source licenses.

The OpenImageIO project is part of the Academy Software Foundation, a part of the Linux Foundation formed in collaboration with the Academy of Motion Picture Arts and Sciences. The technical charter and Project Governance explain how the project is run, who makes decisions, etc. Please be aware of our Code of Conduct.

💁 User Documentation

OpenImageIO Documentation is the best place to start if you are interested in how to use OpenImageIO, its APIs, its component programs (once they are built). There is also a PDF version.

Additional resources:

  • User quick start is a quick example of using OpenImageIO in Python, C++, and the command line.

👷 Building and installing OpenImageIO

🚑 Contact & reporting problems

Simple "how do I...", "I'm having trouble", or "is this a bug" questions are best asked on the oiio-dev developer mail list. That's where the most people will see it and potentially be able to answer your question quickly (more so than a GH "issue"). For quick questions, you could also try the ASWF Slack #openimageio channel.

A bug or build problem that you are relatively certain is a legit problem in the code, and for which you can give clear instructions for how to reproduce, should be reported as issues.

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

If confidentiality precludes a public question or issue, you may contact us privately at info@openimageio.org, or for security-related issues security@openimageio.org.

🔧 Contributing and developer documentation

OpenImageIO welcomes code contributions, and nearly 250 people have done so over the years. We take code contributions via the usual GitHub pull request (PR) mechanism.

  • Architecture overview is a high-level description of the major classes and their relationships.
  • CONTRIBUTING has detailed instructions about the development process.
  • ROADMAP is a high-level overview of the current development priorities for the next annual release.
  • RELEASING explains our policies and procedures for making releases. We have a major, possibly-compatibility-breaking, release annually in September/October, and minor bug fix and safe feature addition release at the beginning of every month.
  • Building the docs has instructions for building the documentation locally, which may be helpful if you are editing the documentation in nontrivial ways and want to preview the appearance.
  • Other developer documentation is in the docs/dev directory.
  • You may also have luck learning a bit about the organization and architecture of the project by reading the DeepWiki Analysis of OpenImageIO. But take it with a grain of salt -- like any LLM-generated summary, there may be inaccuracies lurking.

☎️ Communications channels and additional resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openimageio-3.1.14.1.tar.gz (6.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

openimageio-3.1.14.1-cp314-cp314-win_amd64.whl (8.0 MB view details)

Uploaded CPython 3.14Windows x86-64

openimageio-3.1.14.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.9 MB view details)

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

openimageio-3.1.14.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.14.1-cp314-cp314-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

openimageio-3.1.14.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.9 MB view details)

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

openimageio-3.1.14.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.14.1-cp313-cp313-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.15+ x86-64

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

Uploaded CPython 3.12Windows x86-64

openimageio-3.1.14.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.9 MB view details)

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

openimageio-3.1.14.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.14.1-cp312-cp312-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.15+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

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

openimageio-3.1.14.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.14.1-cp311-cp311-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.15+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

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

openimageio-3.1.14.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.14.1-cp310-cp310-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.15+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

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

openimageio-3.1.14.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.14.1-cp39-cp39-macosx_11_0_arm64.whl (6.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.1.14.1-cp39-cp39-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: openimageio-3.1.14.1.tar.gz
  • Upload date:
  • Size: 6.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for openimageio-3.1.14.1.tar.gz
Algorithm Hash digest
SHA256 52d194bc8c3f8ff512fb3eaf6de2e313c8559684d6310f7441c67c914844a72c
MD5 095defc5b88ded88624fee2930010fc5
BLAKE2b-256 374ad6defe6b758e58f9bd2d1a4ae87cfdf7290968db7d0be854d52fc6c26c81

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1.tar.gz:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d684d4c35ca1e7531e62785342c04fb6f15a5214db16c84f2b32a3e4d6e97126
MD5 d84e292ebda24f38491942324828bc98
BLAKE2b-256 61694c6020ae8c01eb8a2916c2bae06089240d631c4962f6243053dfe546a765

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp314-cp314-win_amd64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7ad0de1af9baa9eb8191808646cdf5a0f2ab3ccf11f382cc3b174c771b3284d5
MD5 1ca2cab96cfcb06c262fa9745b292313
BLAKE2b-256 bc994fc8d66bb156b421d9fdd5682ae5f45df4d0a3a8a65c6ac0b528c4c54e22

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8e99eb606df7cbeb3a85fe07bf085a9f441481b9eeeb8d8b35241a58eb4d3261
MD5 100dee95ffac2ba38b7b7afbffdcc08f
BLAKE2b-256 b181a831e37fafdaf933c2e3d9aa0915c088d5bee898c03be4f9d438e5c35783

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec70983e6e8e756a6877213425988d78273462e46bfd63394e3c3bd6ad6df489
MD5 8a94a015887bfc9ee358b0c74bbd02ab
BLAKE2b-256 e7fcf6ee072ccbd03ce07e3aa84b10120dba4b55adb2fd98ebdfabe402687171

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 971b53441fd1793d5ed3fc4325339439e9d144547b87c34357802c8cbe1c3131
MD5 d6b367bf0d69dfd505f5a40288bcadba
BLAKE2b-256 6673c20d312e39c6223d04dfd6718688f075f1d0a1e05ed23152b5052a58b926

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 52a3787d02b69025656f6c452cb9e31192d2a8e4d3dba6224defbe15891608f8
MD5 d7adffab5c4833d4b38c6ca3b86ab0bb
BLAKE2b-256 540b66b84b908a6542c0adedac8b1fd3551caed406a85f472849ce542db8ce69

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp313-cp313-win_amd64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6542d12445600369aa81d14d803c2aa096dbb8e537dd4f8da2c8d04ede84fb75
MD5 b4a7d1433230124032d2fb704e2e225f
BLAKE2b-256 b10d9c405748ba7a509838da415a0479adb736d8e5a3389a75a0d27e9d38a630

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 350c971913ff6df4579588b1b178ebdb1af4035e6250719e794a819d0b169b72
MD5 faafae0f71027e9cb9d73824d9ea9ff4
BLAKE2b-256 3ffd4a944f5522b37a152ece3477dc7c71f8e1f43687aa5c32314853c42ee2ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e21efefc0bed391ba6c3fda9edf1ec55c5908ac0af10a3dca61b8c42dafefbc
MD5 1e0002e7f7cf9b5ab505dd27378794c6
BLAKE2b-256 1ba10e05790b95e28d29de2b7d733adb7fa96cc7d59a2aff63df554abe71458e

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4101d29ab070ceeb6732fc578a314ae1a6de426aef5faec3023e38980033aa50
MD5 0f8614df9b400baefec6eeef6bb82d3a
BLAKE2b-256 9b5c2fb3baa666b4908f56276d4b9d0b95b50bc950158161a6378d6b0d6f4e08

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp313-cp313-macosx_10_15_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e6cb66896110b24bcff67020a4c8f7cfecd06bc7fd667de5154ac9df2b430f1b
MD5 868731c86d3ab04b6128a3ed65ccf178
BLAKE2b-256 5c7cea76204e4afbe26adea09bd3ecfae3f688c0b9261dcf46c5054a320e0be2

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp312-cp312-win_amd64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 97a42b11aa72dbe65dd462e2ef2bc78f5b5c03484e466c68a0d23887d1633a9f
MD5 366ea1275642471b4710329bf8c2caef
BLAKE2b-256 5f761d9a2e1ccc38738b33f3758ace537a2169b27c9c37c616a0f4abddef992b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d234479ff4bc0a0a6842e0e518434eafc9cb72be0b30863c36e3bbb9622cd4c3
MD5 4cbed38758e676ddfff3062c38215df5
BLAKE2b-256 251b72be2ca45f7333ebe39b1cd3289223e3f2799ad35259c0278ad283ca6488

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87ec3b17190d7591567db9a9c71081dbe83915e172b9d209253523dcef51b207
MD5 62a8a0c313fb4960ef8708480dc49b97
BLAKE2b-256 79b9a0a74a6d20541fab57c00b19e8282677dc96254cb07bb9939be3ff43d608

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4fc5dbf351620cd629015bcc1427ca954bc1ee81ff889719fbb8d2cd1fa06fdb
MD5 8ee36043b3ceffdca1a5ed7d58b3c1d5
BLAKE2b-256 8026190c774799812cdd9e9d3b36a8b1b5b3282bf1d20bc008c34c0f9f724755

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp312-cp312-macosx_10_15_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 95ce0ae0a8e9fe6f755da57b4b7100d4f0c9ccd7f3764fbb120cdf508e843887
MD5 03d8f503d80c201e6472594e61f8583d
BLAKE2b-256 a6707d042fdf00ff9fc3dba09ef7a4f4a09c3f2590a74c9345a5f07e10680839

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp311-cp311-win_amd64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 64cb4f24d525ea92746d6bce3aefdf8ff642f5e0863de0230e7d8cc821914725
MD5 70dcdfb237c1cb72f4a62143e207975b
BLAKE2b-256 09b96fe012c545d39567a9fb1ec096f763fbe9e105d74f895bec82ef3bc6e8e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e8063ad176b50cd41b372b7a85901f1c1ccba12211457d7ca2b453ff7bc17b2
MD5 c45530771ee64883da2f100a5c48ad6c
BLAKE2b-256 50015d7c04cbe40447f840cf5fe01d144c5f7f8e975a5fa9df34f9d0c6d5dd17

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 428be9f85b1b3a9eea590ea85fae2f547db8bd72c9fabfdc14c45d04f670fd37
MD5 f0b6b20d70541fd39038ac03fb47e742
BLAKE2b-256 1f5fe66b61341891969b027bc22d9cf601e43845f63f5b9124b1bbbba4937809

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 69ba6f26d10e0a25b0ade2b4267b46c14fd7b8c4f2b13773b4d383441e5a7576
MD5 e98080ffbd45ee0f51e729fa1bd5ed4d
BLAKE2b-256 1dc3ff7c3318fd9ca822885b24ddbba1777d41911cbeaaf9f47ce58a60424030

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp311-cp311-macosx_10_15_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e8cf47f936e79b46d7781ef58754c7add850effd06565cfda5b1d66e3fe52d58
MD5 02fef90bf517d7431d22360bd39d9915
BLAKE2b-256 bb67af26520aabf336cb1e814bffb1babd7505fd412fe55c6de2e54602f9392b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp310-cp310-win_amd64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ffdf2f5af681c6a59e604856f9f4383b5b250795de5cf095cb1a18b83041e01d
MD5 bc59ed4bd8fbc94eadd809058e1cbc6b
BLAKE2b-256 4398a59233b23f125b8e27a6568a9f0e921fff5425d121ff9c3ae840b0391fdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 888d203191387f7a1b5018d4589c1cde0c5e920d29a68b4f5422b879fd8894ba
MD5 ec96261bd258964b4eb423fb442b9df1
BLAKE2b-256 0af09e0b05a8d898e77269670b6fe9a2f6929b5ae606d697a895d617bb3a8c5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6575c3432ee3c7cb769bc60add2b5e1161b42a8329dfc34b3ee7cccebe1d6ccb
MD5 29ae62c5bae1d3ebb932bc2a11c75c47
BLAKE2b-256 2cead336281c07b76e56fb4ab98168f20a2ab8fea8f93f4cd77cf1a29fbb15b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d4322707c21ac720454fddac527033e5044495aae55547fe9139e0a76916fd26
MD5 f657d1a5964207d51fabf55d2e3adb2a
BLAKE2b-256 a72913063f64d571bb104c07c2da579cfe6766a32c9586400a5a9f5f893fb490

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp310-cp310-macosx_10_15_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 01eb4426e8a073d9cfe74f1232e0975ed896f3ff4b3a90709f5b70d9a49a8ad0
MD5 3e0da8dcaeffce4d10a96032f927ae8b
BLAKE2b-256 bd568298c50b7cb5c03e77abc7943662ca9e0f5444a4c932bbf8ab4e154bfe78

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp39-cp39-win_amd64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59bbd9955870baeeca8f8122d964c6582c8780463940a630d56b5d3183dd9596
MD5 1d373afa6012546774588a6d80c12f50
BLAKE2b-256 afd92be692f5bd4d325823e91fa0c97f50f2cb2d3e6a7e11566256fddc1b4a3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8844ac6ce424797dbd0233e8fa94c03e66fe7406c309cc8bee04ba2f0a7d8742
MD5 369cfc825cc6ca8973a99d5b9a55a9ff
BLAKE2b-256 a4253fea90201d5a19f9883d5fdde111c083501f8e3830430f465ce8b7319c4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 595202d47faec29634929bbd1a33cc4fe7ea4e6dbb6be4f1026c56d45ada3747
MD5 276f811f4871c71b910a11d2280d5b1c
BLAKE2b-256 74f260010425a90af9a6c3916e5fe9a34d8f5f55f032a74d50ee3ea75bad4682

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openimageio-3.1.14.1-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.14.1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4161281b0c3ce6273fd3db3f2b02d397f27ac156ed8a2d9bdbe772c0e764f5c6
MD5 4ae6bfab610cb96d8cf1aeadd21c7ab9
BLAKE2b-256 11ec67b97ee3e305f8f596bee1fb7bf470872cc7331168606cc12b43e40eb9b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for openimageio-3.1.14.1-cp39-cp39-macosx_10_15_x86_64.whl:

Publisher: wheel.yml on AcademySoftwareFoundation/OpenImageIO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page