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

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.19.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.19.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.19.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.19.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.19.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.19.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.19.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.19.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.19.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.19.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.19.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.19.0-cp311-cp311-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.19.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.19.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.19.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.19.0-cp310-cp310-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.19.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.19.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.19.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.19.0-cp39-cp39-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.19.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.19.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.19.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.19.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.19.0.tar.gz.

File metadata

  • Download URL: openimageio-3.0.19.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.19.0.tar.gz
Algorithm Hash digest
SHA256 452568207cb72494347d2c376e4e74bebdfca9c750260c778eacb0bcfb19856a
MD5 de28cadb7c25ee18e86ab75e43ec3d64
BLAKE2b-256 5da43e6d08401d4afb1b932de7bbe3a95afb3d9d2d8fc6db6b632e79adfbd33e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 720958e3d32996e2ecc8d6db39af6729d1a6f9d154c4399b3624865086897eef
MD5 1d14dad69952f33d2c322a5e78d4b0b0
BLAKE2b-256 8650bf5508cb35c68ae2a34526408b2383b7a70c5608847267bf52b1cfb26da9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3bd0db6f358db6f0554bac87bffd9165b2eef87d91e4a7824bac753bca43079c
MD5 edde9fc8cee85cfaabd7d81208effbe0
BLAKE2b-256 89bdfe3e24989c6069b1b584f8b522c18bd4d98f5991eebf23cbf6c3e0ca2ac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eeaa627da89b36164e9e3f2c7a820ed3232daf83156ba5735da12ee3c2565b8f
MD5 4de411f831a223775cd0aabdc2e728eb
BLAKE2b-256 77ef54132df2390be424ab70e8c519a961d5f2d8553895c4d5939a31beda3273

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e7fbf37ef3d2bffa70c46ef560a47b09d5e5610310b2992b75e5f876ec8d4e85
MD5 8fe44b1aced3c3145ccb9c16dfc49cad
BLAKE2b-256 dcf7da269e5063a2b03944faf4e5cafc4001917ff068992820ae91aa1a5f36a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 611dfa1b7cfd4b735e5546876c36ff15848de2558a39f16b5a40e7e2967547fe
MD5 e2a38fd53efba64c332afe3521df55fa
BLAKE2b-256 6be4117106ef9616418862d8eb01a930d1e6bdc44cbf2c30e5324a04279a8a80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9a1123caff28931ecde6c7bca075541006f36dfd6fbc496c9a7464cf6c3357c4
MD5 80b82f4866a96f2ee667f4cc77787ca3
BLAKE2b-256 97b8fca9fade5e1c04bd50a0f83281aa59f06b2032885c6f31ed2281c1d53afc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 997013d769e17ab47d4e6f0ec7a82116fa6c76a1135b01380e606279964ab6fb
MD5 bccbb493580d49dd9935f0faed6b18d0
BLAKE2b-256 25310043c105a6ee3d7fdb1d8f85d4498352f56407f2e49b4df11281c5f21bd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 17143bceb3e609bb2838f38284cf7d05725588ea7321e4e58765cbd75a375033
MD5 797a0b3b7371b7eeccba100d910d2125
BLAKE2b-256 10e8b89bc106b912b288c2700aaf144b49c58f0766f119a092484b6b281d93c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b0b7b4af273d36430ab38402af0f36265b7ac8cb73ae5e88f6fb5624455446e
MD5 9e044daf03ffdd65f9889d3feb28cc47
BLAKE2b-256 3f098a42508adbce028ab8069f2b957a05feac75288c692cdf0998f7b1a7f2f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd55ef5974745266a7e33400061bbba6772ae5c24b9a6625a1764a353a2efd52
MD5 a407547d9c5b17f2cc011374bccab149
BLAKE2b-256 e85774947391ac1bd55e9fd2e4b26282f4413350f229d1ed84f45f7be72dccce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 340d569b6754b9616a530a206e8830dd77e4cb24a2b5215a3f198ea3561d2100
MD5 ea9c895ec3eceeb9c672ab601e86f48f
BLAKE2b-256 b079a6a52b0563b3973f8152bc0e3a24cdbbefbef64a015f8e60bc6dc566f988

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f7cd92297ba48524a8a5b842817bab4dd59c170f57a243873b416bca5eb18e5a
MD5 ed8ac28c438892656da614d93935ccce
BLAKE2b-256 0ebef3b97a74b0052aa7c87b69dc168f3235610ae4c43151ec72f332900e81b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a71943fac0f8005623e6d751d7c5837a62d3f25c340d8235ef14d2fa58a00360
MD5 5b1c71d3c48237393dd4aa0dd5d2357a
BLAKE2b-256 48162dc62fd9a5e52dc2dede505725d55c1c1099809562047e600ac13a4520bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3537eb9530a4dbc88e4f1c81584b2645254a000674d03f0285988f386f54787b
MD5 4f2bdcb6f235e96297226f9ad4ce33cd
BLAKE2b-256 7217182bf6719f69822fa209ae7ee120ad98536a0c76ee167a4fe818ad9aa081

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e34d59da15990ea10582949a84874504d54aa9be0f89fe2e943f7a9ea80bd7f
MD5 2a735be4b8208a7c331252b80ee627db
BLAKE2b-256 304c54a17c649a7874d4c28eca63c5be7fceec082113332c835d215f673454f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11b4c4e3b9ab8c00675e89c704ddca3c0503f03c3525ba3363f4e1bfd72ecdfc
MD5 2bad69256b0e0ca3203ea847fc86ce4c
BLAKE2b-256 23c1528a5447c78d1a9cd7241d6dd25489b1383dae35998070d59eae09345210

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c4926b859411d3d992405152908f074947280305e8c9d73d2aba817a1795193e
MD5 3b6268e5bcaca81a3c1b8b1ea4408501
BLAKE2b-256 3e3bdfad0c2c852c0486ac06ed9194b670cdf1f34e048bccf504f4dc755afed5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4f06135ac1179075c62539eac0abbe60e37001534d3be29a6110ad4c1376265b
MD5 7c2fdc6ecd852a4c02187d3a55fe7221
BLAKE2b-256 f297b0e0cab2d9c140d85f22fc7a74224bf9b5efe8e50456d077a95a890b3c91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 32301fe1b70b8f4f0b2a48e56d794e94621680c5b7d5fe01e4f10d63df627f68
MD5 b025ba2afe3d54a44dc4167cc89ab3ea
BLAKE2b-256 0c2253ac99d7324273e9d0df24e9d1eebded278112fbb1c8d19d3520b2983f64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 75caedc43e3b2e45901bef0b118213505a6a0e3028def81cc84592c6dd94a801
MD5 4352ab7e01fdec90dcc620c96d8b0721
BLAKE2b-256 054cbb7dd345f231201db14ec1acba60f9db1e6a43f094614fbca76181005857

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29e34dab87954cab9551dc8d530b020e692e1468fac1e3adf00c8758e92f24e7
MD5 f9ea93873b6bb9549c30bb730031ba56
BLAKE2b-256 0248164e990b432fbca2d3de2fc44fe441421355f80eae91a7292629e4067ea8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5d08ba9453058a79f7639a97162074b51a14222e2de171292c381fe63eccfa30
MD5 82d1023314acc7c70f7dff9a92e97bca
BLAKE2b-256 d2a28497a0661ef99e0d8a304850fb28fcab04b377ee1b297f80cc3fc7274241

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e823ff96cc9ef6757a0ce86fbbd60e60750c46bbd7b14a4d5e501aedd6e232c
MD5 d135b0484b4282435f632b86a19133d7
BLAKE2b-256 df59d521fb809231bad38923b8e5939d4269fed7d3c98c9db3ced700544e5f3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8759718e5aab0f6addc2e4f9004b7c4e23b108b6cf6b77816b8efc87501deb9c
MD5 5523f5d22f85bc4526d501ab4a439363
BLAKE2b-256 9ea89569d981d2b58ba0f3b242c6e8a53007b1e87e5969c5bec88d9508959ff0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a8dc4bae1595a9bab6c8d7496324e30d72125be8b11312af27c0b2aaa95690ac
MD5 4e1a24daf18b4cc2223911edf32e1eeb
BLAKE2b-256 41301ee0bcd0f7a796f298904cad955135216659b61df3fb88eb66e917dfc3a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2e7b107383ae684b82dbfa5c3ed977570772a619793b1005952ec0e0eb35602a
MD5 13634f2134253eb0d2da61f59bc9597f
BLAKE2b-256 4d056827b60151760bedaad0b5da5c56a3d77fa4a69d16bf01b4d29b084bec37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22c7efab14df84fb7e141a390034a8917d8b2becc43166fc3910e2b508859898
MD5 2415e7b0830e89061cbfcdab2f2e1558
BLAKE2b-256 6bbfbd92e1f44afdca014ce7e276c7ec1036316201d74cd14dbc16bcc7010cda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d20dbf43d97d283523ba602af2bd692cc862b5653c430270264f5edf96901e62
MD5 bf4196ba105fb6efc75e98c21139d0db
BLAKE2b-256 953453dd3ce0ea35684e129343d0b149ca8af39e73c6c6d5e210dfdaac2e2f89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06461c018dd5e1b8ab16b43370f11a7fdd8638d8b1fb2281a8ff5028bbca9beb
MD5 93666d81c8339ce5ab966cb9f29e2910
BLAKE2b-256 869643fe8d75f1f62259ebbbe811fff4e5b28fa4bb0d0ba91d578dd84e085dbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e4a77eb34c9a510a5366e815dbfd413798e59e056273af724c124a5066aa6d8e
MD5 4f521ff54b5335a3591dce6704a1691f
BLAKE2b-256 863d2396d9bba5b93297d06214e2cffc707c0d13e5896391ee31a8599f4bb5dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 42c986af01cebd904e75bad021c797625e41654db7071574c78fcf70d0427c1c
MD5 356e38f22aab526aed3f6988a424a848
BLAKE2b-256 cf02d9a8dda7e9d0dd2723a9dca2b509432899c2ee4a42d5eef9cd7a37cbfcd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 acb0fb6c9441ce9eb8e73165c0cf0ad6fe639785f6c877ed9f62cd4349ead7b2
MD5 194a1f05f8c639db823013d455b159c4
BLAKE2b-256 8c1ec676ee065209195b05336b79b529b7a2e4308365ad961eadeae3993c85e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a5b779754ee866881c4f9dbabc158dc2df8c89902a90e9ad36ffa85258d1610
MD5 c71a46499f18edeacb1a1a4ec0e68ff2
BLAKE2b-256 6ebce84179d6c7172aede5394f23478fe17627ae01b8ac62198e2fc215232700

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4eb4c843ab0131cd7df294b78f684de9e8ef1739c4f5dfa163f05a523d34c654
MD5 dfab4d21867deab40547b91f48dbfb41
BLAKE2b-256 bb7ed4a13db41b54495ad1b60352f338ba7d0cd0505d43123bd7c3522b902100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.19.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87b7f24fdfe7d7f7645a5c1994bf09a0ef36f7a7186a48f01b26ce265a45feb6
MD5 577c3125df9755a9e08ebe6265fe01ab
BLAKE2b-256 e34096dd4a74926c921cd8fee1c39331e3bd0940d680a10b5cd28ae45bd205a8

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