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.

Bugs, build problems, and discovered vulnerabilities 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.

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.9.0.tar.gz (6.5 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.9.0-cp314-cp314-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.14Windows x86-64

openimageio-3.1.9.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

openimageio-3.1.9.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.4 MB view details)

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

openimageio-3.1.9.0-cp314-cp314-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openimageio-3.1.9.0-cp314-cp314-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

openimageio-3.1.9.0-cp313-cp313-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.1.9.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

openimageio-3.1.9.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.4 MB view details)

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

openimageio-3.1.9.0-cp313-cp313-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.1.9.0-cp313-cp313-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

openimageio-3.1.9.0-cp312-cp312-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.12Windows x86-64

openimageio-3.1.9.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

openimageio-3.1.9.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.4 MB view details)

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

openimageio-3.1.9.0-cp312-cp312-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.1.9.0-cp312-cp312-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

openimageio-3.1.9.0-cp311-cp311-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.1.9.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

openimageio-3.1.9.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.4 MB view details)

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

openimageio-3.1.9.0-cp311-cp311-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.1.9.0-cp311-cp311-macosx_10_15_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

openimageio-3.1.9.0-cp310-cp310-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.1.9.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

openimageio-3.1.9.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.4 MB view details)

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

openimageio-3.1.9.0-cp310-cp310-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.1.9.0-cp310-cp310-macosx_10_15_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

openimageio-3.1.9.0-cp39-cp39-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.1.9.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

openimageio-3.1.9.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.4 MB view details)

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

openimageio-3.1.9.0-cp39-cp39-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.1.9.0-cp39-cp39-macosx_10_15_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: openimageio-3.1.9.0.tar.gz
  • Upload date:
  • Size: 6.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.12

File hashes

Hashes for openimageio-3.1.9.0.tar.gz
Algorithm Hash digest
SHA256 62883b24a9631b4af1d84a37177ef89ff8bdcc23ad88b810f544cf9622ac3879
MD5 b7c2ad7e5499696cc0d2d8104f2cd441
BLAKE2b-256 009bafb7f0ace97a01b6d58fdc8b75fc8fc99ac3db76f8e0ce037d6cfa7a86a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 628be224f966eb2fbea6cbf5523c8cb2e7b20e501b96c080702238c4169ee62a
MD5 f11cff5a5624c4d71699a425464bb7b5
BLAKE2b-256 756e8e2cd2b52df16dfe793d9933068a4e0f1f59b6caf41c803c01bb60e753ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 348c63b288bf35225d8642ab67105d2ef3d1ca0ca425de05b4afedacb7d03f56
MD5 4171b63938dff3e4a280dcec3686c8fa
BLAKE2b-256 dce54894e4eb4080b64ac63068256aedd1c11c2d509c702fff65cc3cabe144b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b586cf4225c64b48e72e591505e07f39dbdf0668c0fd06bae99d8939513096f
MD5 17cac359dda59df2848249c6be9b7196
BLAKE2b-256 c0c2efd0034f171274283b1ab94e37cc239f16a070bfcd4bb7b51c6915e0eb8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0345c341e8337857f540a61205600465ced138704774a992571efe41bd912672
MD5 696ef9a21f07954c90e56a031c875251
BLAKE2b-256 ec15ba2588fa130c58b6c299216559d9b1fbaf62a99871ac3a5c34ad18213dc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0b1a13ccc2f38192748c9c7e05ef60033b1b68fa5c203f05796b5886c254d562
MD5 c385accd980e2bd814df773aff649340
BLAKE2b-256 b23d6f3fd97e254bca731f4621421b8a2771d8486b058f95c48d2a675691cbe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 052c4ceb26ae7b27acf9be7c24922f2df88fd30edb9a28d464c1d44d01ab0509
MD5 6d3f94913cb8a300630963f093f96593
BLAKE2b-256 fd5570456999cf86cf69fe5390c55bb180f5e70af72e42c41bd47e73459ce7d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d671831b46e6b36c48cdc655db148d8ff43dc3ea0688d144ff8a914618c55080
MD5 6204ba00c3ab7155e92dd0e6ffe64a4e
BLAKE2b-256 6278b9053a4a238ce090285a84d0b6c7af166f0e6e62b1375f48016ea848b1fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d00e80e172e616c9edbd694ff584e783ec48eaf705cc6e1cb8ac2dd342bf3084
MD5 d2e9e15bcc95ee4511fc9c401921ef50
BLAKE2b-256 f7308accbdab25f5641496ce39ba764d65c85331eb407fe0d426d852ccecaabb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2506f872648e34ad30768b60e0e9955ee9dffeb3e57198c4b3310ebab5469ac
MD5 ac2ce5a067d367989ca79d9cbcd11baf
BLAKE2b-256 7cd0628334a10fc3b23a85cdee21c8e9f0a73742e4a3938307f024986e835169

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 84e4c134e34f1064ba583cfbb0d346a1392cfe376fa5601d9c4854d6ee972505
MD5 c3df6dded54096d0d2e66cde98d25444
BLAKE2b-256 b30edaa628f1705f484f601742a97daf4a5239bc5a46e6b95e106e1012f3e7d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c9d476012ec7a38a2e74ed84960c82a8ad51c21672c9464db9893e7dd07a4aaa
MD5 ec013154c35f1d08ce2317f8d6c5bd91
BLAKE2b-256 33e1697b2a1859258f781fd8683b96ead592a91636ca1b3d8dff546639f01c76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4cedda8b9e3eb4fbad6651fd9bc04309f216265f39f81899b93bc4249183c1e0
MD5 282037229d006c2b2ba63406357f8dfb
BLAKE2b-256 6b31d733dafc6a6b785b690bd57195d5186fbf142c4e195e00ea572cb6f085c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7e773a96cb75ff8febe423db90031a05406dc47567d2b8ab78c8fe897cf0cd75
MD5 bc924048b4e677dd150026d11122fc95
BLAKE2b-256 4f5d4b1a4fb142b7a72c455b78b3b1491fe0d405851e067faa95d117f7db7c8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e39ca0c19be83ebd454aff96dbf533bdf9b6bccef4091bfe7d0d9b4911101f30
MD5 6d4d50a238d557f6d004c49570ff2002
BLAKE2b-256 de2d0e9bb536e9a17ddbce98d0547dd717accc46d7a8e2c1452afcb3cf9f3402

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6e13d8259741972b3e8b8438a646a5e667680fc7b416be780bb074cf02e7139b
MD5 6e01448e3e2a3adc1da685a7a27bbc56
BLAKE2b-256 f97cc56c3839920f5245618f430a8848572e27917ce999bbfc85923847e17d5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c2898606d3daeb94d26bb05257173e31b7ff6f93603b3136b5ea8547b0ea3406
MD5 66b0d4c26d1a6c1b4729ad1298c8a235
BLAKE2b-256 7fe631edc8c2c478b9c6a7070729c8aa9b8bda5b656f5c3b609d03bd4751f413

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c335ca89cfdd86bb962d2666f8be4b49caa253303873c346f3fda963acee591
MD5 bb9c46b97eb2d0165f7b86fefe31c4e4
BLAKE2b-256 6eff0912419f57561457eeccc16bff2764188426e9d73edfa5b4490dbd99efa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cd8e3cfe06f5f07cde2b49b3797f12999d65206034015e3a2eecc56a80a72a83
MD5 796b142c773e5e1367a57304d86a312b
BLAKE2b-256 b037703139a436ad12eb1adb66e007bc2f0b268f62067de447402b319bb8b93f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 896a1b6e213f3058167d3a2a979993f55db755328cbcd76a5ca00377ddf157b0
MD5 d7598d8dc6db1f01d616f9ea8c75bc03
BLAKE2b-256 2e0869ec884a7c2186bd2241ab543f9d7ce3495edf1d5e3f9e5200b615aa8563

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6234f995abe984b1792aeb06fccd2eacc542b70dd857578dca07495132765bfa
MD5 c3f52caeafc6cf6315fdaca089b014bf
BLAKE2b-256 08c5696040c248819b2c342c3ec7d6e72a5c144440845be07c8de12f3c81cb8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7dd13833c8c5e4c1569e8827a68646f5785f32d6060c26de61fb4bf0e572e329
MD5 3831b9e9bee5aae884328ad8fe6d6a2d
BLAKE2b-256 58ba89137fe6fb6ec15245a819fc7445ae71507750122d229dccc246f759009b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 63ff089bd31dc4686c22a3a9de1b94071f269caeed2a158278c168ebff927a97
MD5 bf3dd199142de4ebfbc880e551cbd5ff
BLAKE2b-256 f5aa00c72d4c0372ddbfec1201ef1845c24d494219011f9952a8ed35b04c05a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 960122edabb425351cc7c46b4ac65e521ae0dcbc1fde90e003c21e2dc809eba4
MD5 c8afd01d4678695d9768a3a73820340c
BLAKE2b-256 5d4f398b193d4ee595c24d75bccd213b1445b3cea9ceb991b2464c0da76f7e42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd01e44fa5c5343e1cf36a8b73056ccf69877888e90fc82234cf47fe8ed3abe4
MD5 d8a952f9bb93bd294ccb7e5defa59600
BLAKE2b-256 38be16b6bf6c3336f01609d80a44dc42e7ed220d1dd449aa868172f89fea726c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 00bcd7ff3c936430b5836fac9e8b0baadbf0b3ebdc324928870d59542c488b9d
MD5 1263dab1ede547d7aac8d046d00b0cf2
BLAKE2b-256 b30aff156f56bb36b7079dd2ccb130ae5c6b41f0589dec191f52cabbf2489faa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 12ccb79625b2f81cdf9e77ce2a428bdf0eba493b5aff979737b16a9cc9729d82
MD5 8a27b71fcff32fcb30dfc5336aa7668f
BLAKE2b-256 e4c90859a6ce3e6af91360fdde72f37955e293799a8abbfe28c866b4afd03895

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e470a6f43e66adc5a7d49b03aac27a4d15d85d32ab9247a544915257426985c
MD5 0084b7efc52e660fc319c6f57ecc647a
BLAKE2b-256 a71957de1e2195fba5edc0382e7a28b96e51cc8c67bff7fadb67d7b3ebecfdaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 76daa079fe951db1db0ebc285c1323074854a73625754738153dfd135ccd3235
MD5 8755db80c53624d10c1263a8ab088f75
BLAKE2b-256 0bbe4759bb1fbda5063286bc89126767ea8f6c7e8df9c813c081761041f79a69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 021813478d9f709c4c8c30751564cebbb115e96302fc53ebc70981fe2c559309
MD5 1613b8c0308186b2fc1d8cff77792ca6
BLAKE2b-256 687e3f1b09e99591e5c2b7fbfcfc64b475f83b2161e6278aa14876a401f9926a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.9.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e89a6c1dae579c7b7f6f03b924f8baefa08f7d0b06c47538ee36cec28898f555
MD5 16e97dfdb9e5a7cbd786c5b064e57380
BLAKE2b-256 726f433915b55ace0052062d258db34a610ea53103b76297bb168e9ca85cf826

See more details on using hashes here.

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