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 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.
  • 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.6.0.tar.gz (6.0 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.6.0-cp313-cp313-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.6.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

openimageio-3.0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openimageio-3.0.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openimageio-3.0.6.0-cp313-cp313-macosx_11_0_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

openimageio-3.0.6.0-cp313-cp313-macosx_11_0_arm64.whl (7.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.0.6.0-cp312-cp312-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.6.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

openimageio-3.0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

openimageio-3.0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openimageio-3.0.6.0-cp312-cp312-macosx_11_0_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

openimageio-3.0.6.0-cp312-cp312-macosx_11_0_arm64.whl (7.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.0.6.0-cp311-cp311-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.6.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

openimageio-3.0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openimageio-3.0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openimageio-3.0.6.0-cp311-cp311-macosx_11_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

openimageio-3.0.6.0-cp311-cp311-macosx_11_0_arm64.whl (7.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.0.6.0-cp310-cp310-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.6.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

openimageio-3.0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openimageio-3.0.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openimageio-3.0.6.0-cp310-cp310-macosx_11_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

openimageio-3.0.6.0-cp310-cp310-macosx_11_0_arm64.whl (7.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.0.6.0-cp39-cp39-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.6.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

openimageio-3.0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openimageio-3.0.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openimageio-3.0.6.0-cp39-cp39-macosx_11_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

openimageio-3.0.6.0-cp39-cp39-macosx_11_0_arm64.whl (7.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.0.6.0-cp38-cp38-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.6.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

openimageio-3.0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

openimageio-3.0.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

openimageio-3.0.6.0-cp38-cp38-macosx_11_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ x86-64

openimageio-3.0.6.0-cp38-cp38-macosx_11_0_arm64.whl (7.0 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for openimageio-3.0.6.0.tar.gz
Algorithm Hash digest
SHA256 8b73f79e5099bcdea7185dac169fdae189b228eef5d9eea013a5be74d21d1675
MD5 b97b9a76c24780700dd2edcdad821cad
BLAKE2b-256 eb7d64e4394fbb24a2f515af2687a097b8239b6f2c774f692643b0cbc200bacc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7e11ce131fff9d52629cbaf3c26171d60192c7e1ec635e7167d994df444b0ff7
MD5 42186b88eca9a0a2e257fcd3da18d078
BLAKE2b-256 8546116e494e759aef686a299fc58dbd268485bd424b8d612275dc1983bce713

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f2f3cf73806e1132396b24a9a9270de88d92051bd87fccbc4bc50389a3da0d2
MD5 97b36c784eb05a7a949ec57b235bd889
BLAKE2b-256 3b7f847333b3434e1e81c47a0db46cbf874dc8f28ca39b3ea483d61c81d2205f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d7591c465f81be17757455c2056523297b3fc14d003f4de773053befed3343e0
MD5 15ccfa585007c49c3e2a0d998227dddd
BLAKE2b-256 24808698b6b8f69b714466f272f571b97cc57e36a2874725765ac091b6f9e773

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc939f7218441dd3561ab44a241825d8d0667d351c0accdfd8bf2687f277203d
MD5 da553a7614f2b741463e485076b0a879
BLAKE2b-256 b0c75b345ee1dc76f45732cdac4164dd1b2b3d434c1e03e61e77b6632d77788a

See more details on using hashes here.

File details

Details for the file openimageio-3.0.6.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 129845879c789c31a84c7bf15791c1f57896f05b618fb1d4015793482de55d00
MD5 87bced03bd43ae58fb349179f3c33c0e
BLAKE2b-256 82d9475450f422a24316e8c149c982a91504a14af2ce56aa47ee7043da4602d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d040a14aa39a2bedb179b342be4c0eaa4e82021a290e9530208bf2c03fd4ccbd
MD5 8fc31bfd8268492c69abfcf880047b0e
BLAKE2b-256 09eb7b89fc122293e96082bbae0597a54c4aef529c85fe2f388610bc1d0f937c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3670d702554318ec24a76e778adb3387bedd58a1706a7b77ab25c8db21ad85e4
MD5 a47397ed00e884f9aca9f55234558506
BLAKE2b-256 c89fbb4689a73f447f3f1da98890dca0ab5a5000b10898bedf53c051ef73a734

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb51302bb47ec12e4f61884c7c674879fc9453599ad604315935a879fe83d5a5
MD5 c11b4199e0383a9abbf3a4d09162d248
BLAKE2b-256 7f46446f6763a33e4b57bd640dcc47ab0e626623a27f124869b0041c874b1f42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f1a91c35afeb09ee17037c72f8d56cb9d2fca48dac90b7e6ffd2857dfdb911c2
MD5 15e8bbb0b63718634be096e81f975772
BLAKE2b-256 40c0250231c3ee449f9c7642f76f59d37454505629b75e6a8b0bf3b98916a8b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 844fb9078f7391add10e94bed7626a54451016810e9da74e84ec853baf283795
MD5 76b6dcef66460ad805030df7e5fe3f22
BLAKE2b-256 2db09f97f5eea1922703deef670292716f7866655f30a6c59e6c2bbde914550b

See more details on using hashes here.

File details

Details for the file openimageio-3.0.6.0-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c7ee414f940da37c9b602bbee9396a3b8562034c67a28975d94f09c534690d03
MD5 c65f0a505146a03e5007c3d89f78c420
BLAKE2b-256 3b0f3c2374f88bc5d92cdaf4f189df74ad3aaab2865816c6152a6b4ca87b95fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5f25606db7cd5f7da86231f1c9d86a95677d164937f56a8ee78392faa976205
MD5 56bba955edd75f532fb15dfdc1128f82
BLAKE2b-256 b448a42e5301bf86dc88c640169e7b4adc48a0f8798b406e0ad1e6b7d4b673d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f649e30bb2cbb953838b2b444e31a78015877b3645b0da5c7efb3b76627ea5ea
MD5 c5dde4ac84f926888431a6d833749251
BLAKE2b-256 284de8dfd23ae8f799d1902a743529833587a36516596bf5691f9b2c81698adf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e9278c2f76cbb09578baf7f0fdd0aa5c4514d1861a9a95e6f0ba48e02d861fc
MD5 2c1578d53d77b1a5a69afb3cb7e8a6d7
BLAKE2b-256 de8a93085eb3c200f9fb6eb81dceb34306ef8d8144225ef36b76ece4a054f795

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7dda26026d233d6dd014873ee0dfb0afd41957abdad9d2625c8a2659a6e2693
MD5 e68a9381628497e699f61cf7d97dc2e4
BLAKE2b-256 c909477b46e099b77f1e008e17dd1551b9707cb22d89c792603f4d10c977f6fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9adb1ca832aebe14a203f05f7401db6aa6ef445176789dd2025a7e311cadebaa
MD5 7a0fbd1fdd9877af5daf0f24cd269756
BLAKE2b-256 d3d81b978fa9e44b848b09782027d5ecc4b1ea6d7e91bbf5c4cb38f2d924bce1

See more details on using hashes here.

File details

Details for the file openimageio-3.0.6.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cebb8159484f167022264dbd8c876d65285278c1ab403dd0d84b48a31f0cf275
MD5 cef2b0aaa64e6cc8bed1e4768f74cd36
BLAKE2b-256 9c4249a5085ddcfded2c4352747e9fb3f440a74bf6e7ca67d4a294ff5af4746d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b83fc40255940e0a1d5431a897fcbdfbe459183148e4444cbff074fa85c5515d
MD5 2d011166c165c24c7ae6c006e8625825
BLAKE2b-256 ccad8f17ef94167a73a4954f7e34a58c4bc57964f72fe1f504d657b460359480

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 01315cc363ff3bbb94fe4e336081d0d3d1e3f42dcdcb5176079bb0c794ad58c8
MD5 3eb4f6696dd3aeca151e0c3838b4badf
BLAKE2b-256 2aead11875c7d806f56569ef0fc8a0e3677a39ebe1f8fcc95f003a5de1de5845

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3b299855a0ae055e46825f07f166277644275ec8270536a5814968719808b0f5
MD5 916b275531e4ed03d5cb8aa05af9809a
BLAKE2b-256 71ba3e11a215a754793f1908efb3d8df0384b0288cdecf637d62f06dfc824d3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f00419efdf0d86ad86ad9ce7364610d95dd10a63dd30843271476d35713d3aa
MD5 dd0df69d3bdb41519f3ff11572a5c55e
BLAKE2b-256 f4904ae175cf9a47d18f8cd299370921fa8550a13401b677a3173dc79184b4b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b59c5b9f2ae513be4dac070d8df000a85f5cf4190ef2666a671bc0f003e8cc23
MD5 c38c3aabbc590043e43492ad5e61c2ab
BLAKE2b-256 fe8276ce55308e8f4ef7fbe8e6b2a44c25d2851aebced3c603d707b3d2c394aa

See more details on using hashes here.

File details

Details for the file openimageio-3.0.6.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a96dcb8d0b20724fe26df499e74be20a06d1f2567f20f189e7b9abd6693cedff
MD5 aac6ab48428e9ef8d8c264dd9e599741
BLAKE2b-256 f1b856ff7a00d7734c237d7c94b0cc1ba50bee424a1797cd779eecb62992467e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 937be75c016a505da90a60f14027d45092881985e161d19eb91f7021e49801f4
MD5 40540f6520ac1b157460aec943d1b736
BLAKE2b-256 534d401db854b183fa609ea32e918f71f2f67099130f607b4fb8c5f11d91603d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fd128e04ad14ccff970dc8a8480ddb8e1c9e260d92546720fe843425e9523324
MD5 f6f9ca12a844dc47c0ccc3f3eb5f7a0e
BLAKE2b-256 72358f781bd181f889e5954fe302b9b355058f910c2f42389ae75784b502ce9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b690ebe9417d5782c463e7743e22b81582a14222bdd1d9052d3dc80dd2dbb709
MD5 5f12e72453354239e130335d5a52fc5f
BLAKE2b-256 3b025f5105775b4b461482be5e36fd6f86de838d888a81bf6ac2a1f3b408ca69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46f7bc50fde69b3d2f9c03d40d7fb9b264c8ab1bf445be09fcb7f5f8260a1bd8
MD5 df9dbb082a9743363f0a26e3d6107897
BLAKE2b-256 688658176a7962fe16d1d8e9a79f6c27c7a433b082c84a0d56012d78022be9bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 623df105d480e1241cea2ac079d1e4ee3d823a26b15c7a2bc56feecd0952a959
MD5 d83920f415975071d0fbc2c2673e8d3f
BLAKE2b-256 a6201d27efe1d0da71c815cbe4dac1cd82e2bb9fa07e2b2522a59a3b498f22af

See more details on using hashes here.

File details

Details for the file openimageio-3.0.6.0-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 37d4d39897a5ba4d7cee532f7e0f8348e33d02f8ca92e1fba51d5709db379ec8
MD5 b12fb18b31d71a879e62c37e0372fedf
BLAKE2b-256 c98731720e8ce074d8413c023ca9561c5c81e3242671afd6905e23f7b37c7779

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f93504f76dde5308929d147a78809d4d8c082a1a1a514712bab4f52934cdab07
MD5 5e7d231e44c06f0961949a2566769684
BLAKE2b-256 aebf211e184ccce16b1e715dae153dbc28a8d5babb44e5decd0c0527fa664e8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 02f838c15feb8dde88211bd649317495694598470c42f4a1d98bcf303a56e93f
MD5 fc1e6810048642457735af2e9d4f0493
BLAKE2b-256 b69450fa23481b5474345c84ce734f5bc79ac2c116d7223b082648463c9e3e6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 292ad94fb0775eb632c5eefdba2f58528122b655db16906dd22f7bd8b66c93a3
MD5 0251c20d9aec97924ffb05eda493b126
BLAKE2b-256 c9db3de31e674fc1dd73e800e4bdbd029bcea7aa02bd7e78f427c98e2a181118

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e673f61730bd3e24a413999b15e7fb63c90f27140b5951b0e7190c30bfe1bec5
MD5 4f7bd492ec9e2c90a70228812221d448
BLAKE2b-256 51b0270f2c829213923b89e4115f40a67e4f786868a6e367d7b5c7a95df605a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6472b1d78bc125f0539e023c12dbe6cfd8a90570f2fcbd113a9ab1d55aab4cd1
MD5 d09b1e06d67b0f669127780c3a8b4d34
BLAKE2b-256 62315be8fbe2db0a475cd94dc58c0046c654ef855ff4c6cb89c750c49e9478dd

See more details on using hashes here.

File details

Details for the file openimageio-3.0.6.0-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 709fc097cb828c2489a513f9fd67c2df6b222ffb517be9b3beb6250efd4ed0d5
MD5 88cf55c0ad9d1347c2c9a2976195e825
BLAKE2b-256 923048c6e5c89f74b597a06dd40c34d44a365d5523e08ef455c6605b415452f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 48e8b053213fd48c04f790c6e5f7024a099d72f59ea133914a1f0f9defc6589a
MD5 9eedd876bb5c435b014f9f8e1da6fcb2
BLAKE2b-256 117be8e04e6eabf0a885d6e83b2e0a5fffe49334173f485d1050dbf7b3a4812b

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