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.8.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.8.0-cp314-cp314-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.14Windows x86-64

openimageio-3.1.8.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.8.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.8.0-cp314-cp314-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openimageio-3.1.8.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.8.0-cp313-cp313-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.1.8.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.8.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.8.0-cp313-cp313-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.1.8.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.8.0-cp312-cp312-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.12Windows x86-64

openimageio-3.1.8.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.8.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.8.0-cp312-cp312-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.1.8.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.8.0-cp311-cp311-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.1.8.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.8.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.8.0-cp311-cp311-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.1.8.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.8.0-cp310-cp310-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.1.8.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.8.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.8.0-cp310-cp310-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.1.8.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.8.0-cp39-cp39-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.1.8.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.8.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.8.0-cp39-cp39-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.1.8.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.8.0.tar.gz.

File metadata

  • Download URL: openimageio-3.1.8.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.8.0.tar.gz
Algorithm Hash digest
SHA256 176a2659d456d0fa40c21b655dcfbe47bcbe2ae4eb404064f8ecb7424f7de1a5
MD5 2792ede376c759d69b3c05bb24d26147
BLAKE2b-256 7cbc51268a1651d1868a3c1500b766d87ea6605c86e85a3e85dd0ac02c79ff5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9147f1496176300d4b3e74659cd6b653545883a0ea50310a7d8c8cc7ae5048dd
MD5 9e478bb1fff5494a4da0895914fb7275
BLAKE2b-256 9d3892f6967fe1b9d110a60d863b6cdef81757487ffa05b1933791357a310744

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b827ad8682f425e88108458946b4f700129cecf3543ec03dc1418ef789c127e1
MD5 3911cd3677cfbcc31d908a4222cd35fd
BLAKE2b-256 508130cf5e73e00f3897f3b41748b5c70587d0a69bc7345cbcf4c780149b6373

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 85dad4a1971c47c575d8b5723681a2b7db1ac2c6b4c55571a2a0242f8869acad
MD5 5ec95b50a1871d8b2197cd8dd14d8290
BLAKE2b-256 93e043a099d764bb163a896b311ad15653423c95d17587b7e85131495a75755e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e119adecbabf0e9df7dfff3e9103f5acdc15a208cddabefb8cc54f58acd4e4e0
MD5 a5b00cadcddf1b71870b1a7f4450ac50
BLAKE2b-256 4f2258d7c8f729a9c02758f6d6b010ee8ada03b5f8291a62dbdfaf9f72767608

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9a411b94e026a6b6ff7cf512a3b1312891f84d7df8c6a3b89a9e6875309a99e2
MD5 cb97eeb13facd4b6967204f953c8fee6
BLAKE2b-256 20ce3ef41388f7dc9596538efac907df4073fb79547749e89b4ef08d0f526fda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b79444a49e15c5ef33fab21bf1d7154c739754b24004add00649d3f66f420d92
MD5 3e2c548d8c9fa79a29b6a9ddc0bd16c6
BLAKE2b-256 fd89c067b520eba45cd2313fe130fab37135de3c270b8963e15fa4b6369580b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0928e436c0e717faeda213a4d75b565b00b3a7e32d8a74aabac2444c4453792
MD5 b3a07bbac8c6e58878bea0da652f1f09
BLAKE2b-256 39aa1ad3be1158139aa170a56dea4ee58389b8e9a67be11ca77c47bcb0da861a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c8bc5d9ef5e7637ce0d5e2028302e51b5b3dd30622ab669c1b744cb906a53e27
MD5 0a9d5295fc293781ccc34323b4e8c4f5
BLAKE2b-256 250a16425281a62d3128f044dc5cbc014459554f5bf2eb3d26c77d25e9f8bd77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eba0045712e398beecf36104b864e9882406acd03784dcfeb0dfd944017f0f1c
MD5 f805f410810f75b74b723b6f48441304
BLAKE2b-256 6bb891b4c2506d3bff97b21073db0be91bcb81e1cab8a37047354eb78653d941

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 948f36978447f4a5447ec6f59c17e1164033cd0b9703b0a02b4a92729601b072
MD5 aaf2aadf441b30e38c9a6c58a37fecd6
BLAKE2b-256 4d27740d6a19aad002c88b77154e83504e39f9880d1904a3d870d78817ce312c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8b0eb8853ba7703a71ad8fd37a200c7cf7fb15681f61bd3d508295a90fa59967
MD5 3c3c50cb1f0ff96dec8e4fc5a09d95be
BLAKE2b-256 adf178805dca011a23f589dbfdaa816559aae11400b3ffd191f24f2f5d0ad987

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b4eced38d6a872e76c4417794e01a8e058412e4b4372e59984fa61dbe4b9320
MD5 351b19baed0a768c05cd0a10c49546f6
BLAKE2b-256 bdc5a92453aaa711a1177fc0441ca53b06d375dd3aac9194f8e525c6b28cb75e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb65f3ee13bde3451c4eea6e7a794726b2249e437fed734a94a58e817a8155f9
MD5 a823a79a5f2b08da009fb23df28d4611
BLAKE2b-256 043fd6d1f0786f663929dc460db0e64e14bb6a38a9d8b7264c5547448ba96a18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdb5952c5b3e6138f5d32e247bd44be7f5ef674652a9780a6183a1686acda8e9
MD5 afb10cb1108d77c4321a3b79453899a7
BLAKE2b-256 43186969c22def7491fd2e8aac7e8df286f63e92a355bf23b78c8fefbf4553ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f49efa128c46c7dc84ce4f21c4df393be0c67863cc707c38aa5345d87d6f0453
MD5 e8248b7757f24e852e54a0fac5a7460a
BLAKE2b-256 bda55d8704cd82a9c8548893664de0af1d164fb60fe7ca0baf3b2096d4e7acfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0f4bf830e36d00185e41e194240b11ab94d63831b5a08718dd6fbc18ebb4e110
MD5 1b1ae5709a21fa37de6ceda72e711b52
BLAKE2b-256 ac4769007f17bc789f4c82d162323af339c350917b412d7e492c5fa942ac4407

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d233d94376fc76bff8d8830678f60a684e3f304c68b63259a4b5990addaaa5e
MD5 bd4050ace457bcfcb17e7e039c5aa467
BLAKE2b-256 71edefaedee81f45ad23290748d07ffebf78c8e34f04e054edc0d453a24010d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dac64b281cc1b096878ff3497a4f6163ebc73cd530dfd8c05c0f79a4c7abf2f5
MD5 10c846fef31b0e71cf07813a96f9a85c
BLAKE2b-256 309cd98f3151b7aea894d9ff58387502ac64eb278e3efc2a032d334fbe96ef99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15ab55e3bb7b3e0685d3260370ec0366ef9800f7bc36a5c39ffb6b097613cf06
MD5 1e8c2bb6b81ddcc4ec52983437838806
BLAKE2b-256 66a79f02b812cf585f33224b0547c4f0c913cd16d018d468ab23e91900e961f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 92fd9fcb522de8c085762bbd1dd32840aab7408800ffc5ba4ee692df46fe1ab2
MD5 ef676751fd25df10da3cdc87e91bbd03
BLAKE2b-256 bac3802bc17326d063486dbf7e30d8046280a0b86b94b7c1654a4cc952e0ea7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9bf72f3ab2239da2795a2993a4b2452dea79cdf0e6f18877035b8302df85f0ce
MD5 27df930c7355f955051121881e485dc7
BLAKE2b-256 7e06083f3ec38c4ec6d6a69d1f230cae395f5d648f9c4bc387f6ff1737fd0560

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4aaf6aba6e5fcb077626e8eb5097e11b7d404f14f156c82002d2f9d93d012d3
MD5 8071ced636f2afaba7e168a6d35aede4
BLAKE2b-256 58c82156de6689bf2b8863f7d05792d706ad1513cf22b493e5fc960df0f996da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6a52ec1d30d97f8c055199fc6d5b8022bdeb8cf8da7956c55d6822f293ea29dd
MD5 39a1d86cb6f9476c5f4dc5dda1071cd9
BLAKE2b-256 892f5238ab04683b52004a0112b4fa8be7d3b1e38c5aa74d2c16078ab54cfdce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d8076b2a908e625008f3ead247731fa364fc79f09e07b75207d280bc370598b
MD5 04bc0a3541eb5e09d535548eae5ee642
BLAKE2b-256 067ec32f12f713348d3eddcc61f23ef61123f09c03ca6d887864563d80b3da92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fefdc64699ce5fab39752773b9d2f0e4ba380342920277a6068da66ebf04911d
MD5 95b0d96195b0d22a6a9c88b302bf475f
BLAKE2b-256 fdf11c728387a69cdc076bee1f41c987bca1948aaa357a76f9b66c996fc97707

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 41ae451c7c49b29c06dc5ef3de42693dfd7e02b463a976d29e9f12480578814e
MD5 08e96b1fa41bc08c4cb24ad0a2141125
BLAKE2b-256 dff5bb8de14f10c8075b0178a42fe53b6b271e5ff44462a098e4f689b860f2b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a94a3e2c10af107c1238da896a1309e22f89352131d7e8287df437602e0f443
MD5 c9f8bfe8ef002d8c3f846ff77af6757c
BLAKE2b-256 9fe1d9d646fd8c22bdff903405dc55862331f1a64d538fa62ad2d595d284c9af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b1b2aaf30c1df36c8b7d4d0ada2e8a46a78fa9c70b986f19283cc3be32f2500d
MD5 e5fada4a2dd817f372a983b79e485a7f
BLAKE2b-256 42c368b0b56132001b763d4669a7b2f91e98821eea1420285cbac6f6560d4ef7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0273120bcf35cbb3357b8f5ff4e0f4e0ee4468d434bdcb1646c4b60a14d2d42
MD5 294ccf9d8e3452287f893cf1898d98b2
BLAKE2b-256 4c8d4b6c221d2220970547f9c0e99d8f46888163ba96d0d1a665b4f6f44e8c34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.8.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 25f1a480dedbd0eeb26c7829e3c81806de4b0d987ce2dcf25b76b1176a051ac7
MD5 0595fa8f47deca9d29b90ebba8385526
BLAKE2b-256 fc9c740b3781d629df6954b048e4235ee325b2866178fe97e381037ee5cae9ce

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