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

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.18.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.18.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.18.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.18.1-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.0.18.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.18.1-cp312-cp312-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.18.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.18.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.18.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.18.1-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.0.18.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.18.1-cp311-cp311-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.18.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.18.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.18.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.18.1-cp311-cp311-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.0.18.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.18.1-cp310-cp310-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.18.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.18.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.18.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.18.1-cp310-cp310-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.0.18.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.18.1-cp39-cp39-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.18.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.18.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.18.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.18.1-cp39-cp39-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.0.18.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.18.1-cp38-cp38-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.18.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.18.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.18.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.18.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.18.1.tar.gz.

File metadata

  • Download URL: openimageio-3.0.18.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.18.1.tar.gz
Algorithm Hash digest
SHA256 8154692e14b85e9e053ee68a4818777a3a438a753c0f793d40c58dbf361ac857
MD5 b4a4c26fee10a7490999478e1c9363bc
BLAKE2b-256 40261a94a890a23454a6aa60ae3167819e003ddde5f67e02156cd1732fff0544

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3b61d7b27497ab30d8a0685d179fdfde42a55901b57a57cf0f002d4df059d84b
MD5 29db158cec16ed78c2ae096e237a5bf2
BLAKE2b-256 127e6529dbdd1b573d2d13e28857486136c86511b72a0b9d1cb3a644a06a0478

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f98e03354a835cdf40527fa1d0f608f1578f15fc909f6a020b51a2204135ee0
MD5 fa3b5484e30233e371bf881777a9a5a2
BLAKE2b-256 a4c1ba6bad2c12d805db044c03d14744635259b8cf2a5161ea5b5b79e1b66949

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dfb37dee51599bc5258e617c025401be6887812981ad8a15b083d054f659eec4
MD5 6f30e1865dedd121cb2bc34086bc308d
BLAKE2b-256 24c3ae167cc30d91de446a3de92f285870195440c496570ec8a9e682dedfa628

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d8654ac417c5bb397425b1afa467ae3e5fde59322de834d2f8370d6d35d68ee4
MD5 0c5845366faa2778b146ea9f159fbfd7
BLAKE2b-256 a6401d4ba8ff5fa386941c2c459c1a6bb7ef97707f1aa738488e69d6db79adb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2a73c0a47ffcc3b27033cee9fc8c835c7d3b0ef9694a9be2c361d0092cef04b
MD5 5abb502767cfa04269ac16cd48786edf
BLAKE2b-256 273a0a9cc706bb46621a223b517d880130e8fe0491f793e841ff6ed186520b71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cb342fd092311de70b9c40997031599ca5ea1f2b45f2fbe11670869679419611
MD5 6307e4339fe99f7a426ed1050fdb40a4
BLAKE2b-256 07084f4a559c789c8d9027f41d0032d06f61b6f1868571c9768c7a89fe38874c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e230b9036920e886eccb9f6b92304e64cedc223a6eb54897c8b4554c8fff68f7
MD5 32c2593bc98319224610300d6b7a6613
BLAKE2b-256 7f487ee700ebe8799fe9f131731ae646690d28882f5736290182c88ab3cd833f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 83b5b929cea63f8ca9a985e116b34980e6a55420d036b204b169923e53132dae
MD5 36c204918511d3bee30e16ee7ebc33cc
BLAKE2b-256 7a80d854b7d2776f3ebb51e5ca461ac18b0fb49c005e3f5c62c0ff6a052d1cb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ccc72b159f56c23cbffb6f37c6aaa39cd82f2bd94cb4bf92f2a8e882cf14b74e
MD5 0804444e0af6d2871ae8200270ec781c
BLAKE2b-256 a433cd2cf8db2f37de35eb9845403cede57b1ba4dfd71226a807c20772ca1973

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2f2f6e2ccc20f08021f39fad2a7554e24e1d88aa41756bb98fadd09f3c43b8c
MD5 fc647a2c20b75fdcf6db29f6c0ca6ec6
BLAKE2b-256 38b4ea96d55bcf918777fa1c469d6324f6120dda686c5290b225f4443e1d7f32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a4b5cf49a873a932e89eb24998f8cc2a0cf4fde2ebef602e5a935545fec4213
MD5 1523b83371164bec45db6059fa54fcf7
BLAKE2b-256 fb04b98256c791159deadd3c03effb256beb06413808ab322d3e8b8ac71553df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 78da14f667543e6f770a477213d0aa17011d426b9b0bb2b8061f4e9e655afc16
MD5 c5390d41834b8f93947824690e7ef966
BLAKE2b-256 dcedf03aa2308b6e0a8e84bb307ef8f5c6275524039fb870fb6f4b752b930d8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b2c82fed2f5b4e9ac3827083b6c1742a8800c3ba75f83bfee6beda3a782d9aea
MD5 487d3b81ae8712803ef64c3b945e79b5
BLAKE2b-256 f6f33baa4d7e577efc4b81406df86adb4f3c05a8600a12d7fa6365b910cf1d6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c72521bf56c5c113ba558430fa05454903ddc6b3e35c7007cb7c63e743829a12
MD5 8aa0d3f4249f56f9f0d8744b8a5193da
BLAKE2b-256 2b3cf73fce621afae804f94a6908b50b09d5239b528ceb8c0f8855bba8da43ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51665bd1075de3a278f5f9ad807f2caeba270a2cccc9d2178a639b669e83ac79
MD5 4922263b4c1ebfd975d12675dc12295b
BLAKE2b-256 a44f5b2713a317f699117939716e621695f5202ddf9cf3c4c086cacd464a8d4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9551ea8cfb741504cd1d7e0ef3620b9cecf2a7745bdfa618722fac57f2daa757
MD5 5152d824ddcf60af3930b482645d9217
BLAKE2b-256 724f9c77d0a090101abd827ca88f6b4519aa8ec561ba8b8faef42d61bd12ee0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 43042c8c43342b69584e867deff35b99e4821f125928a48ad4207d9731f667c9
MD5 8d1ab0dd64c0962d9c92c8717ff383fb
BLAKE2b-256 de8dd19c7c6529f41a6d9f6a3a4d7bcd13c120961f08882b87dc40e458b65e00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5e8fde06f0f29df9b9675f081b795239b7a4575323a8a9b5f745c4f1c57a79fb
MD5 79791f7df04fb091b5e02adfa73a0cf3
BLAKE2b-256 e870b193512bffb56ceedffc6c98d2e8c28e94dd6d22312a30bdac9988e3c18b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1888437b04546a6b67da6bbf6c29eb2fdbe74f4a59f87030379e98ba3219a0bf
MD5 9436a53c034257327190a662738b9689
BLAKE2b-256 14fa24585fd15936b1ee086f1fb1ff2a648771ce19130f58aced46e50d5ff5b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a22a45b9f77e2e97df759580e7534bf97954646721f8aad9c1fc2dc502a011b8
MD5 cc1e8e75e34074e0186e03ea9bda4a90
BLAKE2b-256 fdec5b8b32afeea7b9325dc2f885778837324c3996e12a1359c58cad528cce1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e3ef997216bc7fd9a526ab99c86542416aa6d3e3bcd3c84856cda1215faf018
MD5 abd262e8c19de2b5d160ecdbc0f67bc0
BLAKE2b-256 6e7e07ac7162bdeb7594b038aafd96beee428a7bacf0e15769c6e13a30c83f33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51f96a95aea1410d01ce0c3b657dd0285b59cf0d099b8b7af092f5809e10cb60
MD5 f30147ae7790550843d4345d50bf24ba
BLAKE2b-256 ee48592db7fe6914f2afc6ef41d9950aaff990e27fb70a432c2e7dc7b241ff74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01d505da3dda38206478bb9326d904143271e4514ff3bfe9fe31e1e9867703d0
MD5 e588ac5614af3d1815599527ffcdbf2c
BLAKE2b-256 27c966db793d2ff40e0c6aec703712626a4f19d3fc4ae7295e7cae62a19811cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ea85d2b8ae6957809dcfd3a73bc020aa9be4e46b768e978f916fcf4c2d9bd955
MD5 268ebd2b544876f6102237410601750b
BLAKE2b-256 fa5c3ce344e41ea57f0916ddd3f9bfa228b967075781fb0dc3a557f8181298a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0eae5f1153ba72eec4ba5bb6ba5b73305d50f457d6943f9bf73320b05555f1a0
MD5 c2dfbe651f3bd051c467d99a4b9b7e04
BLAKE2b-256 aea84877c4401994760e20395abf431275ae9ccae533a4fd3863ceb44b54924f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a436fc04d50a7051a891b3e94311658bdcb393aa3c171719b342a8d12adf87e
MD5 f2ad88164b2a43054f998120a6dec07c
BLAKE2b-256 4f3fd2c46120884903a7d52c27a35513263da0aae745c87c131061457ad39dd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09aa4b6c58b7311dc3fcd49420eef313ed646f590e61ffb15d1479f40517a5d9
MD5 2f63cf114cc36d1e975182027dfc84be
BLAKE2b-256 868069d94684f277b8504befae42e7549685d4160ae71aaa0f6ede49666b359e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d8e0a25861bfe3ecdca349d87a7df8dd34461bb57598af68e4f3265422b53471
MD5 5e6ce13374fec55e82690a94896bc712
BLAKE2b-256 6abcea0b25bbfd3a0b948ffa4413822bd64c33f3002436565b0d60c0c7926691

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f3ecdb78544a3a5433543b9245b2ea5f9889be2c4ed1f5842d01ba761a8ac73
MD5 426b2bf5d3ad6a130c81cfb3effacae4
BLAKE2b-256 1d0d10cd13a4477d8a9c8fa1e760a75fd7594da2b5b6c2177e0e1cf9497bf1c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6104e99f0ff7aa32d0d6cd5a09b1ed08ea5e23beda137bfb53fdbc4774adac44
MD5 04d71be80e2cbf1bd8e986b979ad07d6
BLAKE2b-256 a30c1b580e3321e3390cc3560101302ee0240747ed9216eef40cb1dc0f098add

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f3621a227c02021f2860dea84a3ea4218f421b76496a7e1cad8d0d717038ec9e
MD5 b8af6e639005993fbbe59066abcd987f
BLAKE2b-256 4de660e57a387e782a3420c4f327c8217c41ae336d4fc179913847d9728f3b44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aa9eae711c711a615593416c89cafe0b71b166d559e454b7fb89656a24b30206
MD5 b04b53d17cd0cbef156467d90d989a10
BLAKE2b-256 f4fe159a027d5df6017cf7726f1abd25a1f2fb5e32f8e96dfe9f26d5c1d1ad77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78b38c789d48ad13185adca7c300d93f1fca61178bfea17a8ec7e4646424f7c0
MD5 31584bd3677a4ad490f7b868fdde3928
BLAKE2b-256 b4fa75ecf375a7a60b20f3efde99d688fde4367fd3397da559b8a1c5485237bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5545e0fffe8dba9aa86284c17f0fae5032fbe3928fad85e09ebfe6468d4c4f30
MD5 058b8355ad2cdbcdf0a37d2e9952044e
BLAKE2b-256 f83f73bb8e330300ead6d851c6078aa8896751b24b1736d49362a678f7c84faa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.18.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2ef3edd002befdfdbfefdb226524a45d798d8a3f15962cb7ef12f896d5e0351
MD5 749fb559c4b0fbd86fb52851725ec2da
BLAKE2b-256 e84e4c1e916575e499face5d8e7e8116a73222cb4820aa225e30e5df7ca0f011

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