Skip to main content

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.
  • Releases -- see this for the latest release notes, also found in the CHANGES.md file.

👷 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

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.21.0.tar.gz (6.5 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

openimageio-3.0.21.0-cp313-cp313-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.13Windows x86-64

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

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

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

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.15+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

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

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.15+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

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

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.15+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

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

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.15+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

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

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

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.15+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

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

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

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for openimageio-3.0.21.0.tar.gz
Algorithm Hash digest
SHA256 404540688f14a770de37fc545aa7d17bec222e4bd44aefe39b0f6393eafcf086
MD5 a8e31ca19c3b36dc9431899a49c58959
BLAKE2b-256 2d65654abf0489fa744f97d2da71e0e7948f50b26e5c92592430a2016db493b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d2f391b98df13f6ae8c9f6bb81e58ab972e54e93bb97a37285a1c69d64adfb90
MD5 7788a642f27727ebfb678607279fb2ec
BLAKE2b-256 d7fa2d62260ec23f97a50b1420cf17a7c5094b0b50e7d86a972d5bcbd8ba1195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b5157bb98fedcbd3e9f8880403f6865d12529ecaec395ca78959e64a79cc511e
MD5 264c73ba4641eef816e640330bc2f99f
BLAKE2b-256 5bca904a1420c6354433762a9580292674840c9836fd6611d8b78b1f364d7d9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e403b4da85c64a0aa8ebd90a13f8a61588c67a6902504c8f6e45bfdc99e81a9
MD5 9d4527c2b9464f38fc33ab6f1d47d811
BLAKE2b-256 90064a950d557b9358bb6eeb8c32b0f2ce5ec0629a68daf0c160ed57311bef2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ab1b209bc92a6a054cb91f135a7f7cf5a24edd2d12db29707798e6a2b9a86ac9
MD5 f8ec05ba5dec77eb0b1dc8a85596aa58
BLAKE2b-256 dee5fc3bf20ece943cedd69641ab26c4acea7c0f222bdb21b00086c7f4e391d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5d8e8979bdb67cdb64f79e75bc88ce52ce6332e63f78d4a97211dcf85585fc6
MD5 d942de5be613a51de27d7d7d8f11e683
BLAKE2b-256 f4c6138d37180b8f2c35b1d508469f48005c7ec5dd686c9b8c54b92374222fe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6a02fa6e12b091acea427b15b09a1c46eed9e909a6b1b685dc1197d5a591ce96
MD5 1618d685290785de537a0b86dc80c025
BLAKE2b-256 a7926100e05a04df696f68e5c1d83ea84a0fd1d99c0292b3eb0f57c7d77c3080

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bee143b3e032feb772589d48d77149285ddaac85a3285bc72c8918aca66142b2
MD5 abc4c04a0bca6527d431c268d445a892
BLAKE2b-256 ca6c6d4332b87746d085767e09a37ed24e357fa08ded764740f2d83f6fa11918

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9ec5914983c4e772ec9331da1aa258d35e0620a508fae3dd6e201f0341ba15f5
MD5 37b468c8157d4acb4add504e298f0966
BLAKE2b-256 2a13ec1f1912d18f654fd46871553f30ba3321d73e9d75354b724d4381f50418

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fbcd7cb326a27a728e770438634cc81f4b89d5a57bffa6974eea745581eb2f19
MD5 a082cb69ad9e0091c9d737a5a1c0ac02
BLAKE2b-256 bf3fe0023c4350bbee81a9a462941b19eedb50d7ea40f06a7105730c162a41bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d7d9cda195df8105406638bdb1369f60a4d0702198a22e37ba1da69c2076554d
MD5 df506fd91fce1aea326ca01215204574
BLAKE2b-256 f3142f659360db8e22e9c1d5a0a00cdc2cfd6f67449d2a389e9f11e1791900c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bc3696d460d0bda23246ff8d83359af12ad4ef1b6726a504d1ab84ab122ccae2
MD5 df7ea27991ae58c54738c8feeb6ad372
BLAKE2b-256 705394d825bb34bc81686684f9644d41cf420d073157509480ee5cc07eaebe26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 39f305353a9c223ee599c0db94db0858f35e1951e002f89b38455a380125e44b
MD5 e6e12b5437069bae463d475cc3587099
BLAKE2b-256 98e066e1fc2bfa21313302e7b0ceefe5858c94033d009197fe2ec3d42c1a7671

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ce08e5cf5483b0b066e29b4df725193941a1787ddac6d07aa68b6f436cbbbd7a
MD5 28dffa5b8f621eff302359032c83af5c
BLAKE2b-256 ea7852a396d7e031364f9bc6acb85102b993ca62530394bb4d12eb190994ccca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 26e9183ec3538481b3bf194c6614a79cc19021c80472e10c2f003cd928aca70d
MD5 3989384e17dcbe4c67b37cc41152d81f
BLAKE2b-256 f81e080c1f5b2a05a50f2c81a0813575806d341758a6a87829902aed6be38ac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 50731b4202c39031f5a21fa6103d731b71ea2d42a85b95b680e900e1415a344d
MD5 ac951dfcf92d0820c349a609ce599fa1
BLAKE2b-256 093a96965d7151349b540342f4c856e1fa8d4c663105e174a2b8b5ef246327d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b0d1102e17b556d568473369e86d5f4b5514761e80ac2276a4b0db70c6b40cb3
MD5 dafa92ca344765e7c86d669d55417513
BLAKE2b-256 6fbab7d0cf368ab11a71d8699093233e25b7546d09c9762608e7936b09bd4046

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89d16341459fd3e7be12f1f2e4f730df6bb3a4aae351dc8691dec1a535bbbabd
MD5 48097f7893ef722f6d2da2ed6aa1aae2
BLAKE2b-256 76a87e8376fae5e924412895ad81a3ce3dbdd10a972f35c6ad327bfde547d11e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 83bdd6413321b61875f8f4693c7984c9e67398e8ff6aba54c9d2620d1480f023
MD5 6b66a9d6182ee9c2b3a5b0c6456b9312
BLAKE2b-256 67be409ec68d3d4f90cf30fe88c4ca4ce539bc368732bd8433fe47cf0ced3b6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 622548cd0db8ed081caf0141791ab86d67477d6bf9809848822d137ec45070b0
MD5 cebd3b80fc0ecc38e447868f6a8ab74e
BLAKE2b-256 f4e83e178e872935fb20bdd1c04fbff8aa98e5b4f8bb11354b840d5d8a23e573

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 620341903b42c8b2343ae1e7617139e93e6a9e82fb2d06ed85d119b143830d7a
MD5 aea7683f35ab6503ea17cb424970bd58
BLAKE2b-256 46f2bb907799d5dbe5ac0a476b14faaf7be15eb89047a62feede53ce63767f5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e195d0e019499d91864b2b91489b534a22c2fcec34eec2e0dfe5fd3831eb4a2f
MD5 095ffe750b733f6a97964174de415970
BLAKE2b-256 16dc8f20b1314bbfcedb8da599f6c416e073c1ab7eb304caa760b4ac9e668e92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a7006a02e433ba815cc716578eff8de0d2cdacaba8382e5cc44b6505e5617df0
MD5 c26950844a35efc6bcba73547e362409
BLAKE2b-256 2af534d95ae3175d50e211db3f19dce67d3193197cf88f251bae7bce87ae1b25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db16be59ba2bed55d945a866ab209981a3fdcb49edd7e9aa9e2e6a0917cbebed
MD5 bb06f8ca4d9f3a931a20439bb43a94cc
BLAKE2b-256 c3c50f78fe9d077fae708db98521cf4a1ce9a9c9eee522542c8587d28515d284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c75d8d0de9c543be5abad666ceff1932ba9d5e92d7a7461c514ca37b7707506c
MD5 2113a7b6ddbf0715928ddc29d76a1146
BLAKE2b-256 f5446be33c63975b381f65f74e0f2dd1f879e44c9b36c236de5ad3c738ab06f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 11784c3e4fdb661d857e21bf757384ab44c7822a6c78ceedb566714f6d6c8ece
MD5 e422d6981712d66090117c3aa7190fb4
BLAKE2b-256 f4e5c961a1937c68f2c090bd0cd531a4699e23d1a38d1883cbd302487343bb00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8df3443a9527a85b1e0dacedc29107dd0c00b23074af1eeb11229e85d58be867
MD5 6e29399ce0e5b8f6d6370e34edcf8a89
BLAKE2b-256 903ca0d2cc06b4f3b5f7aa9974ab9417351f70833f0f22694fb6316f908cfc2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62b8d8b15669c875259a9160eaa113b17f53266c63a587c6cbc825ca3e08da26
MD5 c38b13d37d2b88ef553ab1beca419d01
BLAKE2b-256 ee7164a085c8bca635d344b5e8d512c2d7b6fbbc61f54cfaa103d0447483a7b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6cc5d7a57f0b3de95833efe4642a359d602ed9f1cce38a614ed9f45ebdc1c04d
MD5 2f9ce32a6088de3e5d120ee61dc2194e
BLAKE2b-256 6619734b328099dfd137a37586f3efbbb6a126a76cc3d74bab4fad644898ac27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 166c85fffe25589135450f45d59e7ec811cdc9daa2567914765c5aebdcfe9df2
MD5 e9a2abeb2ad73ac57d6a321283de9044
BLAKE2b-256 39887b664cbfa0efdd192d584c971c651027f7e95edb556c4ad73abee7572326

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9632eccf3f99f71dc299ff60d45f4d4d0c0ed1818a3f3aa47767f45d5f70d61c
MD5 f3d25589202762f5b52568b1173e39e8
BLAKE2b-256 0be6bc00ec0b16a6daf4e841beb0fa444cd6e963d2c7c162fbb48a51b10462ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7d9d7971cde0b323003221bee60b3e860651fa6190ff88912721e0dd030b6441
MD5 2a272346ace8cf2850b132c656562cf9
BLAKE2b-256 fb7e0b2d3f2e2398e85c2c11686719d6ce1cd7128b96bd7930e7e6c9da75801e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a0448797ba93628a5f8000976b2e304a75e1621e55ba0d355d7a9723951a65c8
MD5 734bcfa6d0256a5b5703d6c78890189d
BLAKE2b-256 1bf2ea3732dccb85fe14e167607136d8f7d1ffd582fdc10a8631ff11d0b7f25c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae9551b4a6c67a0b89f348f385215a335a5dde2bda75cbe8db077cac0fe403e9
MD5 479b2bc64964ce58e8beac6dfeb9b4b0
BLAKE2b-256 36aa399da48de08eccfd7ff5cefed60804de34b84d6badc6c92351684f315e3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d75e383456ac6ade643d2c1da45132f9a509a17ba26320b3049dc7cc357d3d78
MD5 43173a142ed552dd79b1f46fc880d59e
BLAKE2b-256 b81d36955dbfa9adc6305ddad6d37c9236ebccd1949a156540d7a0681402331e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.21.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6efce33bd9416cc817399c9a03ad7b7dec48baa1a4ef655a870e5a32346d08e
MD5 8038450604cff23336e261ab76e37787
BLAKE2b-256 385b4cef65f47be731a79a8f1e010cab52ef529327a2a54073dd2e98e1b21cea

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 Sentry Error logging StatusPage Status page