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 200 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.
  • AI Policy decribes our policies on AI coding assistance tools.
  • 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.

☎️ 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.0.18.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.0.18.0-cp313-cp313-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.18.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.5 MB view details)

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

openimageio-3.0.18.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openimageio-3.0.18.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openimageio-3.0.18.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.0.18.0-cp313-cp313-macosx_10_15_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

openimageio-3.0.18.0-cp312-cp312-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.18.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.5 MB view details)

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

openimageio-3.0.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

openimageio-3.0.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openimageio-3.0.18.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.0.18.0-cp312-cp312-macosx_10_15_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

openimageio-3.0.18.0-cp311-cp311-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.18.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.5 MB view details)

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

openimageio-3.0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openimageio-3.0.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openimageio-3.0.18.0-cp311-cp311-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.0.18.0-cp311-cp311-macosx_10_15_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

openimageio-3.0.18.0-cp310-cp310-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.18.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.5 MB view details)

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

openimageio-3.0.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openimageio-3.0.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openimageio-3.0.18.0-cp310-cp310-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.0.18.0-cp310-cp310-macosx_10_15_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

openimageio-3.0.18.0-cp39-cp39-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.18.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.5 MB view details)

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

openimageio-3.0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openimageio-3.0.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openimageio-3.0.18.0-cp39-cp39-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.0.18.0-cp39-cp39-macosx_10_15_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

openimageio-3.0.18.0-cp38-cp38-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.18.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.5 MB view details)

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

openimageio-3.0.18.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

openimageio-3.0.18.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

openimageio-3.0.18.0-cp38-cp38-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: openimageio-3.0.18.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.13

File hashes

Hashes for openimageio-3.0.18.0.tar.gz
Algorithm Hash digest
SHA256 75ed1ffb9dc454ea11d1974e02f327b873a746971c11e1030b44db8b725363d5
MD5 34e53c915cc9e39d970bf9e56e36fc6b
BLAKE2b-256 a357a9950a5b4a03dd3d3a8be6ed89676517772d7326ec3abe203cc60ac1315c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 06787fe411488b0996af1e51f8fb401460a562b5ccc5796dd87012cdf991105b
MD5 9b31ff9fee8f593e9132ccf4c11fa512
BLAKE2b-256 ca11c9f9aa44101f63158d2588b2e3dd5e30c4710c14cf1128c3f5c75fd58750

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae59c76331af933ae8b2f217bb3238fb670a53d7939fa4e1950409c814c8ea43
MD5 c69eb6894f85dc0325715fb52e118ee1
BLAKE2b-256 0cdfdfe1bb4216d5f32d8c83c84b22d7ee544256fb938ec33997c1bb094d54d0

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78c7dd68f690092d763c8b2e05a290ded848aae4681bca5a67403da350bd1daa
MD5 e3d1a8eb9bf1b522177b030dd9bfdc15
BLAKE2b-256 24a738ef3a0e56a68647b74def165b37e584d6261fa200ebc949a4bd34e8bf06

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f3df69d1f1e8c0783cd638c8e2a1f92887b3a3c8298137092edbc5485e441a1
MD5 1ad1b2fa1794f0bb1cfa38ec222bf2d5
BLAKE2b-256 1b868f9d41b5df3722b7762ccf4ef3e7ea276c9a077916b359744baac5fb4a45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 79590ac376319d97ee3681fa721f515f29f34026e24d2249014af4e4d5c977e9
MD5 5f07cfbed4a959d51b20855677c19b4f
BLAKE2b-256 cabe64b086bfee8f009e5850bda6693ef806728368e43e4fa9c2b478e455dc7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 245dcf9426bfc0295a3b91f65719db521836672c4b9b08ede7a42e94b9a65cc8
MD5 55bfd39280edce0d9e1587b567be5dd9
BLAKE2b-256 78e06386fd81ae72f109248476dce7a87788f708f9adfd358b8d90f9d84c7173

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 128ed9d77ad95cd853c50b832351f266784ae0303da948ad8bf84d201f004882
MD5 f85572f1adfc0850db25a5d84b10b732
BLAKE2b-256 231e344e187bf439388d4ee34951ee1069476878ae42b94b93f219813a8137e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 227598648ed5d7ff055d8c34ccf6d85abceb4a865f42ea6ef7449979d85da494
MD5 e46155dfa3dc10785526ef91369072e3
BLAKE2b-256 bc2fe6b668c70f4bbe01a7dfa69be5337938f0fc0f1806ce79e1c4a65cd21e15

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f5b178650da200fc2ae9f24c23798175f035f59708dff6ab3996f48ae475085
MD5 af2aae9bf4a5c1bb9e59e2df94b3e86b
BLAKE2b-256 9898e3c869e1d2b4d170012f12a37db9a204ace709502eb5f7ae8714426a412d

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5cc8557f756acfaca62dd102c37c12654350b94119ad20fed5cb44cc933351e
MD5 326f07a202d238ee0410803e14f4eaa3
BLAKE2b-256 8ebf83cc117fbbd68e883d06a35a1d7ec5fda939c9644dd073b7bbe62d981b3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ce84511b73179847d81bd5e209c56272de2ef552908a80a0df403467799e0f3
MD5 396f036c70945e51a113108e7962c368
BLAKE2b-256 bafbf6639ed5ec560d0dcb771c854eb1588afd891877b1262053b974d009add3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 369c6e6ce8185dc6ecbb112fe8bc9612f15d8bb8dea90470cf21954ba696bc8e
MD5 806fafe4b006fc8d03e2f5c72dda85a1
BLAKE2b-256 4c6ae9928071f1bbd1ace2b1b7961953a4303b5a6a88c5279d7b19bd2fa3602f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 be72de7941a072f70b13709ef5fdf598991a28bb78fd294137c913117d861023
MD5 d7f264851408ba191e1643762afb7e7f
BLAKE2b-256 a2a02f8fd58a2033a3f5dfeacdb55fb8fe2c7cd6c751ca4edd5fdc0e0821e9d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 35914b3112a4dc7a07a04ae54322a693d1f17445fe3ed3004fafcd2469f9c0f1
MD5 0dad9e39e0ba0a33ae7b682282bf7973
BLAKE2b-256 ce5cd148283280a2bfea88229e1d3112bf967ff4b01a311e58d546d6766ce43c

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96bbe8ecb47040ad0040f47843fbd9d0dbf893901302a0d8ea4a0899f202c24d
MD5 a5af9dbc3d85ab749126d49093426fb2
BLAKE2b-256 bf7657a4071e2aae905174cd9e2cd9e538db3a56ca449d6e69b1d55e7385fceb

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cb8fea5f2bf5d390d6fd8c1535988b324bbb9f04b3da437c7874d89bf513ea58
MD5 702dcb54e94fd0bba58d86b4642f1e95
BLAKE2b-256 edfde6155d5b5335e440110942ae4a08d821d71395c69ab16cd5be17237d34c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c46d041471bb1c96b348e29b77c2449556ed4ec026f39246b6b8f56b4c5a21b
MD5 20c5d63d285de846418e6aae01f1ec19
BLAKE2b-256 55d5b59621348094c6045bce4da695e41ebfbae8c730b96ac7c1b85cf8f0b2f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 021cc8bd00fdb0e2bf9bd4595f3d3e1e91cfc818d21790a3cc1de0936275f4ef
MD5 f183fc9e3dee183cda389c30a3328de9
BLAKE2b-256 6d0103c46a4896ab584fc1a08290427690954c76b433488ddbef96b4e94961cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d6d61e2991ef22b7a077131b7c93dfe08fb01f0ec38996b7f2d59761be931bd1
MD5 0b28310739bd9d0696bed1394cd5ffde
BLAKE2b-256 645b584e4e0240e6eefad5c5b4708baabd9f16dd4aea28b3aee3fb2352e45f84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8de14e41d7600e9baf1949196baa6f12ba4ddd027487c0a700c2a27f00557b6f
MD5 21b6fb1ca221e7015c80369193fdd29b
BLAKE2b-256 26e8794808eb4a6e8c23c39dad12e5f88e728a9c1ff1a150f2a4c448df804a31

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba51ccb1a2e5e72bfb97c3fe49478f5dc3e409006bbac85d4a60406a1b616ee9
MD5 90c8cb9733689d1f96a543fa1c75cbcf
BLAKE2b-256 99e668b81801803750bab18e85af01bb3e5ee35544a54b9791b9a7e75ff27466

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d40133384f87859af9656ccbaa4bf7188b9b330574c1ca5a1ac42e3a10b996bb
MD5 9ef5d6ba5015f227de95b19fd70411e5
BLAKE2b-256 8503593971dac2e5ef42c150bfe01e5bc53752574fb9320fa0b812293ec6b555

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f784d67d5970e786796fcfb1cf6968b9643063320fb5313d5514685009e3b429
MD5 e9978e3dcdb420a58e19f554f75fb53b
BLAKE2b-256 d4990e400055a29e757c9a837c86490dfb39749a13f8f3558dc4c588e1040508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5f4f3e4288af2318bf03fdd83e0f76e0a65f71e07f860a1e17facdb2309313ef
MD5 5ce965ebd8d939880f89a7a58f85ea4c
BLAKE2b-256 14023dde2cea178a5264bb6476687d091a327f6c920fadb6af1b2f7f623abde5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c4695556a1c26efd830fdfd751cdd4091f6f35889c7391a48d20d3846779b7d1
MD5 16b2790b78ee6c79216a568630e70c60
BLAKE2b-256 c7c5a53761530a1e9a0bdccc34013fc56105173f91ff2ee994ff93ada0a34f2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff6904caefcfe5f6fe528cc0a0001e672fe52398c36f88a3dc9212209d2b9a22
MD5 54658ddeded856eed30a3855ae404c9d
BLAKE2b-256 fb19f6ebba3ac158472af36310afbb88beac95b5c02390c9427a54303317dd05

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6f0bd8095d36884a81cf6b50b56bdcb54b3b286c518afe6509cbe2e89485638
MD5 70de7344b18c7ec364dcb9b58ae65548
BLAKE2b-256 e85536984e6d3a804bd9442b47063acea2a1f22d3de3340237326ffcaa76603e

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a46fdd99b514622722992e7308db061b573c1ae76c75cb127fa55617e1bcb66
MD5 852def0f3c2757c3e485852a563c0af3
BLAKE2b-256 0f7f9697bb81111f536692b4d1689c2ee7fe76f8f8a710bfddeea45fba7eae56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35bc978aae1a12a3dc9e481055a9ed151edb6c99ca3f4d7feffa797283e13b48
MD5 36b6893f397e9e0afd486a7806b6ccd6
BLAKE2b-256 ee36dec8c0c8b75316feddc526ccc904fde2e31122fa7c59dd5f06e903e1ed10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a36e3bb51a68ef8ed607c4eb52f8b8f18b4aa3011b140f49775430b4261f0ccd
MD5 a0e5f627314d73acde68af63c2ce2c58
BLAKE2b-256 c1d33af405062d3e4257f90585bfbfb1beb26387eb526b4f876124761d767e9a

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 769514973b7c8357a21a20e64825a189fc1a017e683f34fb4eabe19e26049ed2
MD5 d1d2a076f6c534694e4ff143d1acd320
BLAKE2b-256 c4503dc5d1b23057594c982baddd79f6069ad17e1d5d878c938735c425437b3b

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ba1ebf3beb47ad50f7f8ca198c9d82c0cee23cd6897095e82ee790e1c7367e4
MD5 f94ec0821d960b975947bd432905b06b
BLAKE2b-256 6d53c251e2b7c67c1edd6bac08e596eb6d4550cb77d0304c81cf068f8ce2a394

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6d600b904f7716de63cfd28531acd8415104f3787f55216f4cf7f9797106103
MD5 b4fff7b5dc370a7a4d81160fe6e24c7a
BLAKE2b-256 5df6f47e2ecae0bf6e05153c583e16df9625855250a2513a6d665dd1fe2b8366

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 736aa3bef99b1463a09e06e961babaee718bd0579b2b84afddd620e2b3fcc545
MD5 3a3f15159adcfb91579aabe635d3c07a
BLAKE2b-256 197364784accfa99395e4cb4e9a00288a6d13cdce591476b5b45fd9b033093b4

See more details on using hashes here.

File details

Details for the file openimageio-3.0.18.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.18.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 294966be98b0feb550e114c1eec2a49ad3ff646fd07fa334ab90aeeea904c525
MD5 e681edaa77accab2cf440ceb6c1cb33b
BLAKE2b-256 a73095ac33a5b2528b32e3a26e58d602383ea1f1db8a67dacd0e6ae9df6080b0

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