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.4.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.4.0-cp313-cp313-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.4.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.4.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.4.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.4.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.4.0-cp313-cp313-macosx_11_0_arm64.whl (7.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.4.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.4.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.4.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.4.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.4.0-cp312-cp312-macosx_11_0_arm64.whl (7.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.4.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.4.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.4.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.4.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.4.0-cp311-cp311-macosx_11_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.4.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.4.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.4.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.4.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.4.0-cp310-cp310-macosx_11_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.4.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.4.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.4.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.4.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.4.0-cp39-cp39-macosx_11_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.4.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.4.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.4.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.4.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.4.0-cp38-cp38-macosx_11_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: openimageio-3.0.4.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.9

File hashes

Hashes for openimageio-3.0.4.0.tar.gz
Algorithm Hash digest
SHA256 659b9750aca1f9787a0f0e3e1b43098d57b17be5040213159cdd5e07e10c05d4
MD5 4aefe202b12c7983a4c8df2d8dcbeffb
BLAKE2b-256 e64680b90f9a07c082fcc1130e83368211f1d1f0fc406c6385363a33f199aefa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ea4e8a98af4a486adbad6c5cb464f82bdfb69e84dd6db459740dbfbbf6b9dba8
MD5 11a432417adb25ac37ee0d000512c47e
BLAKE2b-256 551c17e33fe617b6db19fc27646e2a12df1839dc3ad4393b464309fda085ed80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03900ea22a0053ebfe1b7f0fbce96cde116cb9831dd73e9563c440578ec0783f
MD5 0eacb3514b18e70d299d6d51fa86abfa
BLAKE2b-256 0164f738013747d73b98636e64369520b2720e3e2e6ea5fa3833cd4469b4a425

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1cd1da44c0b5630d05ef134e4b9fadff16601fbb4a5fc0759c751e5b1ea48e9f
MD5 68acf0341e932903d848e002dd98edf1
BLAKE2b-256 31310287d3e2131e1e0f543b390c537edafa6d026bc6d196433480ec6b0bd16e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ca015c8d11289e8501d2ab4d4e21b29828f85df1fd0d40a63077650b3780e44
MD5 09371d664dcc72e5893ebe9ffd76233c
BLAKE2b-256 ca0badeb3a5e4aa793c383fb9187238098d7361d39a210e688f9a9d85cee4d95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d99916b54d9c7c008833561c8f4144c16128f6326693ca092ba3e293866aeb71
MD5 4c76342ddfd2329360ea6800271bec15
BLAKE2b-256 79c40101d6188e0a46b646efb86c68dbd0e9816dbeaac3f6cd5c24515d31e255

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2eb59283a93384fce24cf768e4c44be227cb68b0cab3013173466a2effcd3e8
MD5 7ec4f46f6b7b6e2c51a3fd507e542596
BLAKE2b-256 9889ae238e85ab1c4c55e05b05498889489e7ec1cd4e0d76837b3db9f56abcf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 668d14c9dc13bb63182ccfae3828163d208d43ef700e87ec24cb0687bff032c2
MD5 e1d5bdeaa93a275016a55c8bccc8e713
BLAKE2b-256 ecda9b709485fdef27cb8eddced8cf6a9ea0b90ee74102fccc8301850d3d732e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0f60de1ca8999025e365e9a557fc0bbc250486fc02601c8b82f3a973eb4003b0
MD5 270d2f3cf526c036c25cf9b4f40e9af2
BLAKE2b-256 c3392fd63e1e30be83f724a18d531d5ee362c302198697f2e1bf2c284110ce07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 288e52f4788bfd136a17057050882a5f412ab87598f96138c2ddf168bf03607f
MD5 4fe2c5e59262d68f86d76b7610e60771
BLAKE2b-256 0a0bed62e30fff2d5bbc31dbef06d73d0c2cc453c2d6e3ddcc07e51ef2326465

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd5a57e675e16a40aab17381d52fffdd81bd783ad4056ecef1dfbf098ef5ed16
MD5 09a8b9e92acef012b32e6ef6079aa09a
BLAKE2b-256 49f2259c4d303131d21fdb7b911207e9b50a0717ae8fd7e3e1149d939119d597

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 fd8d43d55f03cfe2a08c588af213cca10e05abfbc0f457e75999846d4f8fbc4c
MD5 8f645cd62ab8ee44a0670117676e01b4
BLAKE2b-256 dc3a46345cf9dc5bde67ce74d665e8a3c0a2c37e7bfc5459ac6316931ab98663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06e4c504e95fac542042041820cc982ceb5cdb5281700ea07b95bad6f8f195d0
MD5 cc6e5dd379533a3acee1c9a275557a2e
BLAKE2b-256 7312f0452a1f1a22940ef1d255fa3c28b87a864af5dccfcf09b7266440f0db64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a38f4b96b601959ffeb3de249b9ccf6702d5813ffedb4d00b8db0df7bee57fda
MD5 c3dcd60b20a2141cb7fa826b8a9cff11
BLAKE2b-256 e45a4c24e66cecc4e25293ed00044611fb9653e4fb15b4a6789618b3736c3f54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2cd8bd41fa76ec279586f11c38f7468c2aac6183200c903a085ce26b57ac080
MD5 5dd92699a88e2e3b1e70df33da7c4678
BLAKE2b-256 2bb359e0688a6d8c3fa2242828040f1ddeb04002544ab6c3504fcf5d68756361

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b20f95df84950425498f41632b904c322a04b390e4f1ac3659b2b56ff62ffc1c
MD5 69f6da0c7f5128faf26cff481b950b4d
BLAKE2b-256 513d0bccd451ccd617f1ae7d1ccd3ef8a4e590a2ac2f9673da68037731b583bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 626fafddb06d05396af7862c8074916d8889dde11816e288c73778076e8a5c18
MD5 9a560854902127af8a1ca7c57a7300d4
BLAKE2b-256 54694a3c5302ca700ad21446bbcbcbfef4fe97c17571fffbddd5424d5edbb18c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a30f4fec2b54532150ae6c0b0be4b7c7cba1cae01b6a673172950cacba193826
MD5 c0fb02fbea4ac785a7c5c7023b33910b
BLAKE2b-256 52cdbf214897b35b4433ba26b7b048c736c7bc79b51333c10497f261c1bf8b00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8807ee84f9adc71204772d8d17775fa9cc2679cdf3346f7d88b7b01076e74b57
MD5 e76bb5702c92335c068231517b79769a
BLAKE2b-256 2ab641cbc5899f3b4ad4893900141e588cb0f6ccf29e9793d4dc2b028132244b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f5d54e9aacd827cfcbcc51d11eb7ea8b5f15141d573ad9f5b83c807e6e65a45c
MD5 c7429c3697ddcb4c416ea2077e931f06
BLAKE2b-256 78ba41621e7c6494156c2d126f32b95b7fabe3f4609f69f5eaa9eb6412ec8122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a07c2210962449dbaadee41f97f630eeb25a2866d08b7b23fb94f3c6276fc941
MD5 aff59bbf1c1ac34ab119f73bb013eba8
BLAKE2b-256 7c0ea0dc554d2e1a7f3a5bb2c4e506df54f9a9a971dbc4abcd1bd55154091e31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ecbc73f50310d57d6124840812107959a65fe1899b715f9c6f3debb1f79abb7d
MD5 6f7c348300b996e7559d3e42c679e144
BLAKE2b-256 e4774eff1e3e3b828dc6eb7ade228aeb34975187506909d99c64b5f7104014d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c0f8ccb04971b78c530ec841e71264ce183b7a32461dbe3c89c13812509c4247
MD5 4ce76265eda694f2d39420e43c738137
BLAKE2b-256 6a96bf36be5162a70e59aafc22ba90c78c97b983e1d79115477866a6083a1744

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 608d7b2b3b6a8a5865d5764209e47e5021152da9bc90641cd9084c90a04ac168
MD5 f4bda599870134ecb5e17db466913d9d
BLAKE2b-256 752bf377cb1a512f97fde67ea0a23129d6bf74081fdd6476ecc0d1039cf7ef84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 39815097604055142ca5bcf4d9ba1fe324348ec19138e20c76280b915fd7cea3
MD5 6fe82f2d225a42872a725d4ef80bc20d
BLAKE2b-256 838f4b67f1702b08f235eb071d274a1f4361215308f82dd2096b4a1930e207e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2a60e1deac38d509aee65d537225b5ba5d17444cac7221b7a258821f9969fc85
MD5 945239ab382f0a0cfc09ddda44895aa8
BLAKE2b-256 aaba720eddcc27723e2937219cb25ea9550ccb8570ba3aa1444ae5c708e81d65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7515ad43fca397896a39fb9cb67bad251814afa74eedc28fa732530fc1ad7d3f
MD5 d90d2450dbc4f240ac18c199ea7a0789
BLAKE2b-256 b488edb876eddec84e4b4481324a021ef88e07494b38a56adfea58d40941b375

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d78d3ef78fec08a40866bf67373155f87c4735cc1e2dbfbaeeecf241579f5916
MD5 ec899b76cf6012c8b2adede647b0204a
BLAKE2b-256 f02893ab8d6500c6eff034de1062b0622efe6e149a31e351a6da67df76620a4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 476d8269285289ed2f8e8a73e578569f0bfedb272f3524a9e20ed15c086c3869
MD5 e25f61967495d535a8451f55c149b5ed
BLAKE2b-256 cf4390c3987d885d107001a372f99ea6fc032a5a836a3cdfadd275e597cddb55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a82076a6893c95819760f489d6e11a720c96cdfae00a74ff91b916cf06491cbf
MD5 f3c1fe8b37656cecf71712c9157a8f8e
BLAKE2b-256 3ede121c5b51bf46bd3900ba4a6dff562a8a0af67ae51434351f2e5c587aae84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93e8acea04030e6808c4fc04344d0e0678e28842e553492bc6f0df0074c42002
MD5 2ac21110ed7884e17552b9703032c21d
BLAKE2b-256 2c2529961289b10d6f50d57b5ec0fdf9e775a42f11035d63de0c62ec034a244a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ed4b60dd5e4a0f09fad88818b1f7f4eba0e26babf29bbd647c2083afb5976181
MD5 21372eebc63bedf24c89ef9f8e5b3b5a
BLAKE2b-256 eaf87696fc0c0d97a6d13191db27317eec848b388847e299643f3247f58e080f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42f263ed3a207e97d9665e27697a00857fdfd28235fc72c722cf7c831f9b8726
MD5 c21fca47dd0b517cdab1120277bfc55e
BLAKE2b-256 d7921b8a877c831d9af6953c0d291dedfaf7c4d12cd1569bc33ca1f3312308af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e706a60e6f9c275f19ae5692ab6388bd0271fd53d23dfc40f3482a3e1c5f182d
MD5 4275a97a534485b3ec7c6818c47eab9b
BLAKE2b-256 8ec6bccae863865acb76d46422aa09658191a7921164833ab5df333e0b86eb70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9333a8a73a7534676477411d8c29109c8560d1dbb2f8d1552c69b1256e00ed26
MD5 1697377e18dc43bf6734c16b79534c4d
BLAKE2b-256 8530f2a683943527944a6bd66120fd32b1e34881d4f5c4df1d3454eb06906ad5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d3c46c94643685e2be3ece5c4422313cc8174c1ceb31194468e04fe0993e6f50
MD5 a30167b395138dd5340e943f69edb890
BLAKE2b-256 5dd9960496fb11da7c96a54294c0e1fc3401baa6ae316ffc1d25c22c72952960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.4.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3c490b99d395fc20c961dd267bb72712eca20d69050e65ac5ae1a45934687c4
MD5 2931177cfc47a9db453854178f6be1d6
BLAKE2b-256 6bb8715975935cd7756322dd9ee6cfcd833fe0527c31b5bcd9dc3aa33111863a

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