Skip to main content

Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications.

Project description

License CI CII Best Practices latest packaged version(s)

Introduction

Mission statement: OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation via a format-agnostic API with a feature set, scalability, and robustness needed for feature film production.

The primary target audience for OIIO is VFX studios and developers of tools such as renderers, compositors, viewers, and other image-related software you'd find in a production pipeline.

OpenImageIO consists of:

  • Simple but powerful ImageInput and ImageOutput APIs that provide an abstraction for reading and writing image files of nearly any format, without the calling application needing to know any of the details of these file formats, and indeed without the calling application needing to be aware of which formats are available.

  • A library that manages subclasses of ImageInput and ImageOutput that implement I/O from specific file formats, with each file format's implementation stored as a plug-in. Therefore, an application using OpenImageIO's APIs can read and write any image file for which a plugin can be found at runtime.

  • Plugins implementing I/O for several popular image file formats, including TIFF, JPEG/JFIF, JPEG XL, OpenEXR, PNG, HDR/RGBE, ICO, BMP, Targa, JPEG-2000, RMan Zfile, FITS, DDS, Softimage PIC, PNM, DPX, Cineon, IFF, OpenVDB, Ptex, Photoshop PSD, Wavefront RLA, SGI, WebP, GIF, DICOM, HEIF/HEIC/AVIF, many "RAW" digital camera formats, and a variety of movie formats (readable as individual frames). More are being developed all the time.

  • Several command line image tools based on these classes, including oiiotool (command-line format conversion and image processing), iinfo (print detailed info about images), iconvert (convert among formats, data types, or modify metadata), idiff (compare images), igrep (search images for matching metadata), and iv (an image viewer). Because these tools are based on ImageInput/ImageOutput, they work with any image formats for which ImageIO plugins are available.

  • An ImageCache class that transparently manages a cache so that it can access truly vast amounts of image data (tens of thousands of image files totaling multiple TB) very efficiently using only a tiny amount (tens of megabytes at most) of runtime memory.

  • A TextureSystem class that provides filtered MIP-map texture lookups, atop the nice caching behavior of ImageCache. This is used in commercial renderers and has been used on many large VFX and animated films.

  • ImageBuf and ImageBufAlgo functions -- a simple class for storing and manipulating whole images in memory, and a collection of the most useful computations you might want to do involving those images, including many image processing operations.

  • Python bindings for all of the major APIs.

🏢 Project administration and Licensing

OpenImageIO is (c) Copyright Contributors to the OpenImageIO project.

For original code, we use the Apache-2.0 license, and for documentation, the Creative Commons Attribution 4.0 Unported License. In 2023 we asked historical users to relicense from the original BSD-3-clause license to Apache-2.0, and over 99.86% of lines of code have been relicensed to Apache-2.0. A small amount of code incorporated into this repository from other projects are covered by compatible third-party open source licenses.

The OpenImageIO project is part of the Academy Software Foundation, a part of the Linux Foundation formed in collaboration with the Academy of Motion Picture Arts and Sciences. The Technical Charter and Project Governance explain how the project is run, who makes decisions, etc. Please be aware of our Code of Conduct.

💁 User Documentation

OpenImageIO Documentation is the best place to start if you are interested in how to use OpenImageIO, its APIs, its component programs (once they are built). There is also a PDF version.

Additional resources:

  • User quick start is a quick example of using OpenImageIO in Python, C++, and the command line.

👷 Building and installing OpenImageIO

🚑 Contact & reporting problems

Simple "how do I...", "I'm having trouble", or "is this a bug" questions are best asked on the oiio-dev developer mail list. That's where the most people will see it and potentially be able to answer your question quickly (more so than a GH "issue"). For quick questions, you could also try the ASWF Slack #openimageio channel.

Bugs, build problems, and discovered vulnerabilities that you are relatively certain is a legit problem in the code, and for which you can give clear instructions for how to reproduce, should be reported as issues.

If confidentiality precludes a public question or issue, you may contact us privately at info@openimageio.org, or for security-related issues security@openimageio.org.

🔧 Contributing and developer documentation

OpenImageIO welcomes code contributions, and nearly 200 people have done so over the years. We take code contributions via the usual GitHub pull request (PR) mechanism.

  • Architecture overview is a high-level description of the major classes and their relationships.
  • CONTRIBUTING has detailed instructions about the development process.
  • 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.17.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.17.0-cp313-cp313-win_amd64.whl (7.2 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.17.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.17.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.17.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.17.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.17.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.17.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.17.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.17.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.17.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.17.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.17.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.17.0-cp311-cp311-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.17.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.17.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.17.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.17.0-cp310-cp310-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.17.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.17.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.17.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.17.0-cp39-cp39-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.17.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.17.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.17.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.17.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.17.0.tar.gz.

File metadata

  • Download URL: openimageio-3.0.17.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.17.0.tar.gz
Algorithm Hash digest
SHA256 6951cb6bd6259c32162b9875a27ca10542b0cb0ddc0288b1841860d602b231fc
MD5 2542000593f985ade5b97abda4bcce82
BLAKE2b-256 cbef2c126e1d430458a2fe9a57a9c42e093128ddeed71fad952aae43f68fbaf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8742b320a4bc6bb0402419d9506e908216a47581b3475fe11c58669835965971
MD5 6f9925d46a54804f9036c5b4ea2f94bf
BLAKE2b-256 57a01c8868110e71b74e89ba5ab456c2ab835ecd266ef341ce1d12b896aea16f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b7d3f4162a1f1f878fa9fe7f83947d9a339ddc42ee9e627885a941bc87a17e3
MD5 1b9b4f497224348c3346dc55b6d4c3a9
BLAKE2b-256 b9a51c6a903ff86b68ddd6a7d3083d59fbd31dc84e3a8e285d70786ffc10a64d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dbee81ddfdf8decafc106a4c36a5094d27d9ae1f73bc236b5b0da6cdc78663fe
MD5 e8ff7d6f4785e2f478d81e7a84734623
BLAKE2b-256 56ae2704b06a671ac15a0f0d291fdba2b0e0c372e8193181cf0f821f3ca84836

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f14e8e3c74f589e6dede1272b387120efb9ffc44a3cfe71d7cf91e1d798519d
MD5 755b55eb36cccee1b80d7e5f2af62b4c
BLAKE2b-256 d55546cc70399e3010b7851b2981e359a601f738a488d8b682a7e6d2d7d08457

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a67de2505919e94ddbeb7d3ef637539708332e0bf86324745d2b53a40401308
MD5 be4f48d9ad48c029ed672d333ecd3728
BLAKE2b-256 854ea785ce9af6c061a74678d2937f8181f14056c0101b919e8caecd9a81819c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 58436996f007d6dfbf06276571cc9bc425574cc2d865fd136876ee03fadf736b
MD5 5008b20444f6fbf5a19b19a334880087
BLAKE2b-256 7aaf5bef10170c4d700006c3944916b973931cbda94f1a9900f72a3d9800b739

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 365a000dd8367b967cba6483fb5d980ebad0f72ca52480ba1cd354259797e74b
MD5 7e345ce7e23a61537f64796228ebd4f0
BLAKE2b-256 2ee72dab0e31ee6168e23a26ef036a3881918f16fc9f133aaa7fb22408ffdd78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 083970ae78ac474d1c57a7f7d33bcdf21e14c3b77e1fb920926faac804705f6a
MD5 c0c85ae105803dc1ada772588ada3369
BLAKE2b-256 06a8f767b8571c9753c6e15f719bb3e14f46a4fce3938c562ece65a947fb82f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b3d420ad54fe05d27c6ef74fc099bcde01d71076c933faf4f288b123efbd700
MD5 40746902d53929840b902cdf933b3b03
BLAKE2b-256 c0f480dc9531bb5adbe43a822f421bb431e124a91826057b4accff177337baab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e992d69a4521e4709b71fa40d11b02933e78c013a1b46a03f299069dcf0d957
MD5 b680692522cfa54f1385bfa85e5986d3
BLAKE2b-256 a7bce46020c53e1aa99bf8dbc154140b7f69746669727a16cf15e9c1f2236f21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8fe02de4b9268fb1e523b98aafb32de35c4500c77bfc34b66a1e6830ffae9175
MD5 2e25385bc1cf278904fe15cd5fbe8c44
BLAKE2b-256 1a839b3ee6ecfbd50698bc4ec25d9cca666a9e9f0de9bde63649adfe7766b849

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f91ca851e02c7ca713788d250b2956302a4f4b24c6106a4521d4b339d91f34c3
MD5 d61d5516bf7a5a18d31251769bc80ba4
BLAKE2b-256 3f71f8e69757fc4d5aa01a9d55fa82fac47dffd3f8a009903139c37055a35ac5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 eb92eb05b5e259efdf927ed1655b6d98f39f76bd86739126f241d66e5467d4b6
MD5 0d74a3a43bbaec2fcd41f5d86bafce05
BLAKE2b-256 a5f87f4c5479d1fd943f2e4aba98486d3fd2d38a98c734a24b4b1a86bec56347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb32ed1dfbfec4a67c95bd410ef8ec2e00cc31c82ed9982dfd08100a70cbd070
MD5 a88c72422822ed7dbd65e1a7d28a06b2
BLAKE2b-256 f96cf9fd905b2da9a84c8df1ca20108649286106db66dbdace9fa2a1126e7d69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 050972e834196c9c068b3f9566a8c9329e8d8ef2d0c70e9ddf1c6bf5c0ee8748
MD5 5125aa7857514f8450aa1953e5b65280
BLAKE2b-256 835a0d2b011f2e7b6a7bffe7809e0d9eec382ef721c06074b6ce42f5fd881806

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c02b127d65506fdff18dffb6b1dfb6ed7fae3b12b6488e10ca23a9a67d9408b
MD5 d1456b447306258db4b26f0095f1c327
BLAKE2b-256 3fb40be01522ad48a562eb74bd86cd951eb2228b00dc29b3eb3fb66827bb8e9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f08a33e9bc03bd9a4648cba0dad3c5d0764021d4d3a17ac6326ae9f8a07ab467
MD5 405d64e62e06c08f80c9751912572db5
BLAKE2b-256 0cd3250af07883c0c5136066063ba583f02b454c1a64fb3f0ba8e07b2c6a5505

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1a80059d461811962f10cd5a4990521b34fecc16d773409b57becb0757b3511d
MD5 73c34a54de4b7c658ca1310108444f34
BLAKE2b-256 23f11dbded1ccd053691b3adaad38306afc6ba9d653973a1e1c8fc725f9bf0c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 22cd43bd43691346a89d62e182c070e13bd0a266653bf996b743a3b3899674dc
MD5 c054ffe72e2d9af5d67268aecc7b8ab7
BLAKE2b-256 0c8ac33bce437a7e288ee1b261d1e604f579c11b2b2796d62ad88f0546725981

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c37e384ebebc06e87a570c6c13990bc20adde5d51603e4084bf32c25cccd78d
MD5 dafc31feaa3151c2801dce1ced525048
BLAKE2b-256 5340b1d9814494b0a6ff5c8ff237e0bca077e9e0ccd428031d11f6635f28e3c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3c6862cf48498421f6f8ed725af391fd240650c8d2cc741f02c3aaff6c0fefb
MD5 32d4dbddbc36ffcf911462698a06b685
BLAKE2b-256 f5de87918479201742b79f07ef07af97f552847d1900f3c76b1be21c1dfb364c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b384c13602af73a0230c6c2f57d5daa05380ce8118c048031718acbf751f937
MD5 f8867c3488a89fdace597e7ce71003b2
BLAKE2b-256 ee739f113117485cee58aada7d2d63a39b3f4eb7423967bec43cbaac2f41eaef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f8df7f874bb434b58476b1abd2ea960658f7a41ef9d3c30dbbd469f1830dc5f
MD5 125c7d21e1c79f5b5e22ecf11227b1bc
BLAKE2b-256 2da8ddd716211f1d50316d7b2e990e4ce38beee6686ffd7413e93635de200568

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4aa61b4b04d363829e6fbc5cd169a8cd1b7764018fe8a0cadc670035dc386a71
MD5 a80bae2fbe42d660b961a57eac6542bd
BLAKE2b-256 87a48be22bd34142d827ea63241940072274bc7c3a589a4f2c6da43d215a53b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c260243d54b0fca03f925033c2b1ec854008f0f91c91bf7ab96a1be3ef8870c6
MD5 c7b3485cdae76fddb6257eed58cbe4d4
BLAKE2b-256 690c72c6042764be9c2e834d00912903f40f67cb432c44ee47d3e05256b92e7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 271178d449d87327bc48c23f405fe51c5408ba9e3983a53e3211c2d3133eb105
MD5 d639018c52d4e8b206793c10c4c8e9de
BLAKE2b-256 478a8034227aec215eb692261184cb77aa32a124a30ad5a5c2740545a38fd085

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d9736785fea718d8698b6fabff6617f7e06c97ef832e85120795877e8e396ac
MD5 ab87869ec70859ca48d25858bd4ecd3d
BLAKE2b-256 b51fea6091c45dfc53229d0b326f893012a049360b9117c12307b8fe264f7678

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6e19763c7c83a5413a23099f534db4fb7d6dea39e2acea7e0d562dc23a69ead2
MD5 919021ef851940742a6dea17af5a940b
BLAKE2b-256 aa058b4f259bbbce26dad831ccc5f208decee32b8fc7a9939ace8235dc444d9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 67a120177ec6a728d4e5a0eb2dc3262d6f019d58efc16a4654ef7e7abdb43e1d
MD5 876154f2eb91c7de7a57f72d68feffb2
BLAKE2b-256 752a13f0cabca83406a077d6208b93f50093b67120c8aad126263c0c108e387d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 29074d9b99c9f4d942348fed415cdf062585e27db946bb6afa2c04f088a80b4d
MD5 dd5946876c8ed06a9c5794235c8fdef3
BLAKE2b-256 d222416030f1439be94b48c15129fb0ab0b1a8bb376954645024dd6eff96de89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9429e191529ed082770689ea107cc86d5b70e0f35530a72089f155cdb07d6d88
MD5 055823b9256d15a8b61ec98bd11b2019
BLAKE2b-256 22d610d91074c398d825fee50e9ab700b8824648a546ccb20c6eebbfe6aab252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aac896c72b512858ff0161b2932df757d0e91c7008001ef520bc8a8209067f13
MD5 57abcd4a206cf63c81e31390c6f5d0bd
BLAKE2b-256 b3404db8415ad4c870661a52001129bb19833d0de3be2ff2f449c547fd67fa69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec38d29dcd7fe1d475ae018487ebc99e07051a07b9f0d1fadc88c592469eabe8
MD5 30ff865ec7d6f4f6312e31857cc4b089
BLAKE2b-256 cf42d95badad8fe2b3f78b16d9d66e486661ca1cedba8da14e86c62fd8cb79d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6dcdf5bdcd7f760dc67f951e9acf21de1f0c5f1ccc67f263675499c0642f461a
MD5 049a97a4c02919bc4c7ff2b3daaf839d
BLAKE2b-256 6afa7b4601d4cf09bb25ced302ff98f02a6e4c0c3dd51116fc129ca13e6aa726

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.17.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e3cf44628b1ff7595a8269aabac952b471491147e656fdc31749bfaccd64dbc
MD5 b51cf6a8be88e30a8670668b19e2b937
BLAKE2b-256 2bc6e362600b5ab70fe8e09a5bc250e7578596130e6f6895bb39794c064d0bd7

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