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.
  • 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.19.1.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.19.1-cp313-cp313-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.19.1-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.19.1-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.19.1-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.19.1-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.15+ x86-64

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

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.19.1-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.19.1-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.19.1-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.19.1-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.15+ x86-64

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

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.19.1-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.19.1-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.19.1-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.19.1-cp311-cp311-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.15+ x86-64

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

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.19.1-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.19.1-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.19.1-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.19.1-cp310-cp310-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.15+ x86-64

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

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.19.1-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.19.1-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.19.1-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.19.1-cp39-cp39-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.15+ x86-64

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

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.19.1-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.19.1-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.19.1-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.19.1-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.19.1.tar.gz.

File metadata

  • Download URL: openimageio-3.0.19.1.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.19.1.tar.gz
Algorithm Hash digest
SHA256 35cbb56d85de10ef92bf4b50ccb9dfa98b6d76dd93beddfbe13b23b8c39b89f0
MD5 d47371e10829b9199253b1c8349c3201
BLAKE2b-256 ef16a2193ec8522ef819932cc4f8118fff196428c59f61941d9a1644c111fa8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ce1c7530ec1ad7fe8cae1ffb0fe6a15ae79c9d0cad14e97edacd19211b0814d9
MD5 a601a5946acc1c499d68507d91d31f5f
BLAKE2b-256 3b7773a878010c39491ce438ffafe8cf27092700f150b6ed8c2add20ba675366

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c40dc63e620a975fd90bf25fa711c6034760fde887cd094cdfcc26e3808f3570
MD5 9695fa42078304389935a868a0f30905
BLAKE2b-256 6558dc2f0422b56ca7f970f69a5053ba694249192760c1797d0f896a1f8e8526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5b948a8543d44b85f1e44df4217f72722dfd478959e66bcd4e6df7206803f94
MD5 94d4f802d6f5eeea826594be319f1306
BLAKE2b-256 140a922d5f95d5e0487e7f6e217f1f3acae2d5f04acb9bb2a015f9bfa22a588a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e16e1b5dd52a6876d3502d6baf53b90440c116206f78dc39e6ae3b0af4fb4943
MD5 12ebb798ed2185bbc9f6e2333d95997f
BLAKE2b-256 640a79f7c4d44bff1f8994a973101c2b7da70cf81a04587b1ff2526af9835580

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6f737b617f8eb102a82ddf0c281dd5ae885a665df483f6879cac10c834d1c13
MD5 1c6e83229f93823e356e3dc22f380640
BLAKE2b-256 8977fb888ce7e47fd80b34091b6031e7fa3dab27529bfa29f74e916cc718817e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2d50db2627b6d7a9f7b2be4a32edb07f452cab9d28c3ea993da92f1495531be9
MD5 ff360222d6586632932bfb7b3f869181
BLAKE2b-256 f08d273b2264ee654dc70e3461137e90c48db50eb2b92174a567680dfd77bf6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2497e61d172d94651c12cd837bf044f309f73f2afa0b8feb9efb650e48f412f1
MD5 807339db079bded0ffdc3742b33f4690
BLAKE2b-256 c584825fc6107e1ebfc69a8b82e1bb7da4b05a573c5ce0c6dbaa8e68eec5fd72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0fd578d5fbc9fe1ec9669e714b1e38e2eaada5af5f28c07105c388603b033e73
MD5 17e22f0735b4ae72eec9a62e4b88b574
BLAKE2b-256 1927e3d4b3a87880e97ea4dc36f0efe54ad05a099147465060323139be305196

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3744b56ed7e59995bc4cfc29fa186b0c2c540fd384d7f3b5ad1a27ee58ac06cd
MD5 3c47fbc40362c476cd6780dcac1e0c4d
BLAKE2b-256 b5500ade9467dcac5ffd13fed43a9b0913b7ab2fa93bd2066cf5d5cb21c759f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 588c9bccb3167e7ae62e7a9365a5bd341e259b216e80d3519c09caf07063634d
MD5 0ae3a857e2a4f248c857f063ea99c15b
BLAKE2b-256 9b04fcf21e45ca4ba4fccd1c29e3a1e647ef5dc3c65149f1eacedd3246cecabe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 80643b9c4c456e8cb72869d0cd924cbf18a8a4b783d76f917216c135f5dd1c9f
MD5 7f3be44023987f3f68f509df92f3b499
BLAKE2b-256 f6d9df145edeec68ec9d6c89d47f00d140a713f04d317af3a1243b2798d21ee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5301ba330b1650c89aa9e4c2cb94f77781b6b2cd6bc887a61eb0d5759a431d55
MD5 373beb7c39b5c9b77b643979501e8516
BLAKE2b-256 ff83c75a608b5287d6e5d5f989c0149708332b72a93c752fa7fd87e41334f6f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ce8cc19b9b4995b0da1f7169f636dca32ba37ba9269c7c1579d6aa52c2086fd2
MD5 301aed1130da8ec187e1e2ba298c354d
BLAKE2b-256 5fc4d61637c4f144d6199680023f6bd789b5b4bea2e29da725ec0b73c559e289

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 15b735b72569ddcd4906b199fb24ec6a6567052dad927cb5caa73f5cc60b933c
MD5 7b10c26b8615027ede66cb38de103e21
BLAKE2b-256 328bfd1b8e33c65243a829f86e76bd6a9213c757b676cbd4e90b404e9ca1f2b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f945b1defcd1d687171b384542e0d4b18ffc9108cf9a515bd89ac54315db215
MD5 7961d4d30ff6e396a3b86cbb05ae3783
BLAKE2b-256 ed413c8720338af6472387a779ceba768c4f2630e0221f28f0ddb24d28589c49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5813c87567c57b68e8fbf87932f2c9321cef3fa05248d0233fbeb0f7ba2c11c1
MD5 2cb6edd34ee6c4afd9519e4adc31c7f8
BLAKE2b-256 93a181ce0300a543b4f5a69c376ceefe26799c861245b29e5523a250df71158f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 311a5acda2eacf66de1103c2679ea723bebeb651c5848b3bd6b1ebf627581238
MD5 41124bb8cf6614738630e50d2b8850fc
BLAKE2b-256 a0348eec319a7c055a8697ef17600711cd54f6c1720e6c2c7670fde17ec3fe5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6421f350342c90bd414b60f340f5cbf28fdcb1f4912fa509e9441cef8d55a0b8
MD5 f68568c3cb312eefc803ecd438d08014
BLAKE2b-256 db07fe2f9a7930774b9da48e15883f73fa71cef463d8c9b53adc90b563556508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fe2420f422fa94e290a36fcd90d3594b797a7462baede0896e915b69cd966717
MD5 f8ca57e28c04083fe21b7efa42f68555
BLAKE2b-256 814ef9996a4f3cd293a375d24520ea165c2fcba22975c88888fb7d1fa03f1aac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7dd9a098042dc475ab03ae40a6841bf4d406f8bbf57efb05dc1114e648c8434d
MD5 047deeaee57aca4ad5b08f0d44fabd0f
BLAKE2b-256 142e4b1afc5f9b3a9a2157aee3baebd5471704ad4ccde187c6fb945c180969f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48924b68b4318fcbc8abd549d425c844cda3d7b3c368d7b972742dcc7f421e8c
MD5 2a5a0a1c34616c95007b0219e596d2c4
BLAKE2b-256 44042b61c0d5f38fdbb91ca9b3c93991c3886bf18ab68e3024cccdc35ec39882

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5abe4373e3ebfe670410d29709b5a38af4859139844140dfc03930ef2dc3d8e9
MD5 f147e316dedaa0fc62a78ea0b5304ba6
BLAKE2b-256 ec2e1678fc2856ea032675b85197e31216878d6a21a7431b31238e450c85fe15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 963c54a0cfb1b0237397ec1d4f45a21058c2b124860d44c679ad44255e18e254
MD5 1ff8104664dbd017de6e06afab35b291
BLAKE2b-256 d455968bd58302619be7e34f01eff0ddeb899ac72653f4074bf69ed2aac01d44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 baaa2ab58cde02177d366c42abe5f9fb91d58efbd248b4a11c02186d7960f543
MD5 c3c36943e46471ce6fffa560166e8f21
BLAKE2b-256 61cac57edc21b90099c074d07a896a976312025396f246998d8b22c4ef3a004e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 91c1280258f78b5f137872d6ffdb7c3d22e69157018936b0279bb88885be61ad
MD5 89dfd180ca7d5b1d38ee9d1f065636db
BLAKE2b-256 3d86234ae52e08dac66cf325c4857ef729a7740749e0051b8ff6187324535083

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 64a6d769d7b7309a22bdcb3eef7d3a97b01a48874b83fce28f4e073889196ff1
MD5 70bbdc0524a8b5733c4f8844f110b31d
BLAKE2b-256 99f7bfaa3e3380f65bf7f7c910d095f200dde9289321b0450cae9afe98fda0ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d5e07014f1899db5094c4296ffa11910f066aa599d6a8db5bb951f3650bc960
MD5 8261eee3d8f34fe2c04a26087dbd25c8
BLAKE2b-256 30045a0581efb2f843c67574322d288e009f910a5cd8b9ea86c733356ac87239

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 438e9c564939242f9fd600b219c67fa8dbdf80835d78d17139320beb15f61ad9
MD5 906d18b6fff4dbc26b31c4c4bc6e98ba
BLAKE2b-256 03014f4357cff45c91fb62ca91442fd4af8f4ed82d82a17017fe3247beb5dbc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 28cec09ccb26eae3366479dd49acf635d592c4fceb2e6a04fd347ebba6ccfb4e
MD5 08136618fa5f90dbed9d50229a68d16d
BLAKE2b-256 37455161f6732a089e08e4e5a9e02ebc8fb3f8883a2bc57ad3dcf951bb16f868

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 adf162a2114ba2397bb045a09a6254c34978e4a161c4c3e9dceb1dd9fc2901a7
MD5 974c01ad56c06a9fc95c0113bca98e46
BLAKE2b-256 8bc9f140f14488a12bb4bdb9cf7ff7f81d8d076a5497a7478c669ff68e2e8dde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5a9c640edce0876902b32f9192a36a257cdf142bda5cb47f805c633100bbb033
MD5 9baaf0313b26011264df1adcab4c2dea
BLAKE2b-256 cfab86d5b14bd58f022eae6dc46f17c2d643b30e2e2ccc59d98d373469f92e80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7da8d7ad10c5a4795ddb5ecb8b3b895b49d47fbf598d0d6875bdf55932a5e2e7
MD5 97504091174da1df9635be443c2c04e7
BLAKE2b-256 8aabe48e99461ccfa5f3d7adcaea90ff9414afbef8258896653c60d2f1428604

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c669624f0f6c0940d1cddda5e9890c4fa263401ee8a4c89849c467a0c8a28e34
MD5 337187e32ebecb356b742e38328e0a8a
BLAKE2b-256 30ee17c9160ed39a598fb4dd325b265666671a32c577c8d06402048360879359

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1268f426d998df483dc2cf71f87e0f113777e10b1aa1c044eb6161e975a5324d
MD5 0fc1991deaf5eaed05dbaf2c33c9f904
BLAKE2b-256 058d3b4a6b06b6c5677caa6752f443739e0929dfd5eaa715a3b2aece5308e3fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15190381e91539634de7c84518b1870c6dbaf305f99f9feb5f7501d9681b009a
MD5 e43d27e7fe21158ad9a7e83890b87132
BLAKE2b-256 ba8a0cb4eb4356016a28ea7618df4cfe233be73356b427e5ff27da7119cccb3b

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