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 250 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.
  • 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.
  • You may also have luck learning a bit about the organization and architecture of the project by reading the DeepWiki Analysis of OpenImageIO. But take it with a grain of salt -- like any LLM-generated summary, there may be inaccuracies lurking.

☎️ 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.1.7.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.1.7.0-cp314-cp314-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.14Windows x86-64

openimageio-3.1.7.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

openimageio-3.1.7.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.7.0-cp314-cp314-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openimageio-3.1.7.0-cp314-cp314-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

openimageio-3.1.7.0-cp313-cp313-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.1.7.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

openimageio-3.1.7.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.7.0-cp313-cp313-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.1.7.0-cp313-cp313-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

openimageio-3.1.7.0-cp312-cp312-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.12Windows x86-64

openimageio-3.1.7.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

openimageio-3.1.7.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.7.0-cp312-cp312-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.1.7.0-cp312-cp312-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

openimageio-3.1.7.0-cp311-cp311-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.1.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

openimageio-3.1.7.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.7.0-cp311-cp311-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.1.7.0-cp311-cp311-macosx_10_15_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

openimageio-3.1.7.0-cp310-cp310-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.1.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

openimageio-3.1.7.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.7.0-cp310-cp310-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.1.7.0-cp310-cp310-macosx_10_15_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

openimageio-3.1.7.0-cp39-cp39-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.1.7.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

openimageio-3.1.7.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.7.0-cp39-cp39-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.1.7.0-cp39-cp39-macosx_10_15_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: openimageio-3.1.7.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.12

File hashes

Hashes for openimageio-3.1.7.0.tar.gz
Algorithm Hash digest
SHA256 35e6ad300ed9f8df60a4c1d64fecd77db58dd56b07a964265998e32f21c3f4e7
MD5 68e213e6c8a54dbc9f4b8fea236b0c2c
BLAKE2b-256 66150af0fa65fd31394ad60eee393811259e203807000d8421d49c35604a649d

See more details on using hashes here.

File details

Details for the file openimageio-3.1.7.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3cede73486338586d7ce90b633705b5bf78e21f7c469a43f4172cbb7ce70913d
MD5 a521bce5db26de469b2abc9a78d2ced0
BLAKE2b-256 661865f5325463d4c70597f50f9098f89e4ee24c6407b912dca91e9e0c5b0448

See more details on using hashes here.

File details

Details for the file openimageio-3.1.7.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3c9349d07b7add50b3cd5719d65589418ff02403fbe2be6292a9d12c0efca68
MD5 2207523953f8ee0172197551095e7802
BLAKE2b-256 c05eb7a704bda2e8a629d2e74f88e1bf79265d63af164a4ecc783a322f9ea688

See more details on using hashes here.

File details

Details for the file openimageio-3.1.7.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d21da6500b3ca9179d8017ac2bb95676decb7e3a42572208dafee4570290e980
MD5 da0b3d29d1dc176104183683ec423fad
BLAKE2b-256 e68b507c62b59a03d0180429747fbdbe05108b1d85271f57c59176e83b993e19

See more details on using hashes here.

File details

Details for the file openimageio-3.1.7.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08ab79154d06ba78314ea6b1b7d2fb5f070ad3a90ddee6ff8b44046c654221bf
MD5 18e50960abf4facf4299ccafc0d1edc6
BLAKE2b-256 f97de341135219e5725f42a5d7f2f76e90caeddec7ddb5dd5b1a9b8ab26196cc

See more details on using hashes here.

File details

Details for the file openimageio-3.1.7.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 db3eead2a669cfc7e6b6b4fadfc96811f1715f47628bbd4ea394b832b5207d86
MD5 c68404451344baafa64ca36a6350ae04
BLAKE2b-256 07a9296e178e653da990839ff83a74656e13531dde8bf7e2c42ea02570cc8590

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 15757fe0b6a6381c912b100ac6a6b51124e7c8d0ca8cb3316439cedf9bb45fa1
MD5 b77e022dc8c8529e152b91c1dbc342d9
BLAKE2b-256 8d88d36e5f934f65f79e86b7228702b9f01821d41e2ff76e48c3f10cc467b88b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 85b6b20b082c84f5381f24d64b52f551f7d96234d0acf472a9d1bfeab8dd5789
MD5 35d4a2923623358c4eb5c83763889b14
BLAKE2b-256 2629228553baa85e377809bd844aeb14bc878eb46076064022236bc8921477f3

See more details on using hashes here.

File details

Details for the file openimageio-3.1.7.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e0c8c7a3e4fa94235138508711b5046db4c1de836f325ba84ac7195a7e205a9
MD5 ddfd96541e79186af2bfac2b91059d15
BLAKE2b-256 5ab6a29f581e88c7b1f2b63726c728e24265033b6c425c39fcc38c8d3929cbf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5be103244365229c0a5122b64e9e9ecbe1ec9803a4dec936352ee0d060a00047
MD5 2e67c192460b5efc756b9ace84ee9cdc
BLAKE2b-256 025af3c94bffd5a1d356a57e0d082f52e49a0461af156f9a7b4402b509daa525

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b90e40ded50661f7f4cfe69d9f0ebe56beb689d368472382b2aa0333a1c992b9
MD5 d2a89f3e0079a3086dfdcbd391c8d7cd
BLAKE2b-256 43aec3ec0077e0680dd24db71b50da8d0f3c89b7c330dd1979a14589e82a0fba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b348a5064a07c665011f15b0a23f152bf82d731be9283c3a6dbbbc98088e0792
MD5 338ddefcf664e7d0733d5bb761d5bfdf
BLAKE2b-256 7993cdb09c3be0e4e9c131d7259adf039dd3348a69641f17dba3bdd332482b94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46f865a6925fa9e19a4f272552de1baaaf00e4c55a68d6e26a0a7afa3324f24c
MD5 3a19497ef5992b08d1fe450297634f57
BLAKE2b-256 7b7e03d0301df90292ebc0908c5371d9beb84c68b58391576360fb521f4f4072

See more details on using hashes here.

File details

Details for the file openimageio-3.1.7.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8ac97eb367545c9bad415cf1c17378a566f111130f56a36b68bd3caa3ff93d52
MD5 07bf5178f7f13174e8cb867455445fe5
BLAKE2b-256 39d57c41cc1429dbe97aed879751cfc0ce1d3eb96468d9835c285ad4b08a5f6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa29098666ba1a1073f78a1d50cdae009e2d7c31c482749c8a46ff5c44d96c88
MD5 ff7e39b060b9edb0ae78791f83c7f765
BLAKE2b-256 beb54dfa4c575e3079a824fa72c922d4fc0c1f3e90e0ed9e4c49d19f1add1700

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 aa569bf5b05e99f67f6fb4613c4d7c0da467652bbfb8ec4112091a83cf0f23d8
MD5 04c5a78a6aa34f503ed045a7d18858df
BLAKE2b-256 62bdbc947da5d290c852a7b2ab6ce265d7d6f7aa802e1aca97da3dfa5f911793

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e1af92670b462e8d8deeadeaa488bf75e475f09215fad34d28288ca8badfe584
MD5 04ee6ee4aec7859ea26c69006bc44440
BLAKE2b-256 5d87106a3cce1c12d5130239504b90088fd26ad6565d4d41106c2f8107d16d3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47175ea793f410df1f42200804d0d0fdc9682f9dbeb789fafd586cca0ba9f590
MD5 c20b72b54f7582eb3b7c5dca448ed222
BLAKE2b-256 32dd3dc51945bf4373b30ea3aebda1d8ac48b6fc6172811634fad5469ec3b42e

See more details on using hashes here.

File details

Details for the file openimageio-3.1.7.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4cc8003c14de310fa8614404ec1ccbea4db60677af9da19a6f463ec6fa525ea5
MD5 9e0a60351572b0eb7cbd51ce2a6a7df8
BLAKE2b-256 b10e64742b8b1d3fe1bc04823d31495841fac9060e1facd56cab79a8f7b45b9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7301ff49490c3ae6d0b350413f2e3bbc4d06bfb3ec4a244c88398eae5f7cec64
MD5 fb32f7e397f733876e3edd396ce7e782
BLAKE2b-256 12388012ca48b636660dbd9c5e6d50d44bfe4e90fdd892c14eab519c28a8947d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 06368eb5a6dbe2fd75ea9e7f073833a3d2ee6e2050ec33b187bc71c6c3aa76c6
MD5 c1669b611da7790c4edaf4901ed5c011
BLAKE2b-256 fbbfd84eb863559cfd000f6b9bbc4397a1063b033693f8dc725fde1055dcb209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 403b60eba6881c8ddbc1f79ba37033183dbf1873d9796ab7a23004d98ad3ab56
MD5 dad2f9972d849846886b41813056b807
BLAKE2b-256 787183fb0b9bde1b7d417e594113ba0473ee8c5f0e304654c2426f732dc458f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 72b728c3b2e166093097f4ff4f64e7c80cbfb0b0b12c3963b368df022a0b2c4c
MD5 05db1923aeb9bd0d7cf6b0a7826a3fcd
BLAKE2b-256 f29dae8b36ee53f6a09ebd1a7930994bcbaeead661dba35a9591699577c52b97

See more details on using hashes here.

File details

Details for the file openimageio-3.1.7.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03ec702b75736927e39abd2f9104f2e228ec56b863ef9c8c104f35be62d2ffdf
MD5 f169680a18f77969c0396ece2f9ff458
BLAKE2b-256 eb380201e3612215ac564b23b5f381b313041198db5fa9f665e3ec67f8a8fa67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0860ad0891a55e782917c1481fe89345135d36eab71922ed777cc2af927f1d85
MD5 35b48a4f1edd936116a4fca6e7197d8c
BLAKE2b-256 7477759a0b2d7a2272cf333d15a8c46b1891d4fc43141b93f9dd45fb7d5d5950

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c41a1da5023ce4bf1f7c291e80b7f77d71991d952fe626e8b6f143a3c3ef4fed
MD5 e131ecd1f4b44a31b338ece59048d5fd
BLAKE2b-256 3e63989354c9b9d873bbda388aa83fb75fe06413a0d7fed5031c1ee6474e2e7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5de68256669af990038897335ba3fb1aa7f0c4a266cd3eed988a5973a15d259a
MD5 e9e05e4385ab7d5d720971260ffc58f3
BLAKE2b-256 6949515086891248bbdeb14b30d106cd687e0260e15c7a5bd4bdb669580f741d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4a16be5de019f069ae68d0112a413f482d3da538c31afde5f8ace34ea87c1fec
MD5 6fc69dfd7536a2ff452eb50731613ac8
BLAKE2b-256 ecc18822b2b2760423fb3cd34ecca345fb22368003b66f7ede3399d378d93abd

See more details on using hashes here.

File details

Details for the file openimageio-3.1.7.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 13be6974ca276f50f2436d3dfd3aad3413bdce92ff166a9d0f71a0032fa554a4
MD5 6a4e9db862244ca51636b0e074f1f950
BLAKE2b-256 b64c026a95464daccdd38195c0c4cf68f6264b8a49ff4e41119e68f681837386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c369db4c9cdbba6f240fdda8f2d69fd3abe103a53ebff2ff00c71979518bbe6
MD5 8437cfe8ae60c49030f1b3b1bdeeecdc
BLAKE2b-256 d7f07c45feeef9a08c9a148b770f938cdb4d757667bbb9a73c5900e9b3d1d2f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.7.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2fbfb2e1bb0f05c4baf3e6b45d6d0da689efe4a8df532ec26f77a93752e7e796
MD5 f6bea0772761ce075143bf6aeed9643d
BLAKE2b-256 dc8e62cdc17b9607b4b232f726bbe0093338c7821c8d5ffe84e751968869842e

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