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.
  • 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.3.1.tar.gz (6.0 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.3.1-cp313-cp313-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (13.3 MB view details)

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

openimageio-3.0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openimageio-3.0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openimageio-3.0.3.1-cp313-cp313-macosx_11_0_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

openimageio-3.0.3.1-cp313-cp313-macosx_11_0_arm64.whl (12.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.0.3.1-cp312-cp312-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (13.3 MB view details)

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

openimageio-3.0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

openimageio-3.0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openimageio-3.0.3.1-cp312-cp312-macosx_11_0_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

openimageio-3.0.3.1-cp312-cp312-macosx_11_0_arm64.whl (12.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.0.3.1-cp311-cp311-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (13.3 MB view details)

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

openimageio-3.0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openimageio-3.0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openimageio-3.0.3.1-cp311-cp311-macosx_11_0_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

openimageio-3.0.3.1-cp311-cp311-macosx_11_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.0.3.1-cp310-cp310-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (13.3 MB view details)

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

openimageio-3.0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openimageio-3.0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openimageio-3.0.3.1-cp310-cp310-macosx_11_0_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

openimageio-3.0.3.1-cp310-cp310-macosx_11_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.0.3.1-cp39-cp39-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.3.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (13.3 MB view details)

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

openimageio-3.0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openimageio-3.0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openimageio-3.0.3.1-cp39-cp39-macosx_11_0_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

openimageio-3.0.3.1-cp39-cp39-macosx_11_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.0.3.1-cp38-cp38-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.3.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (13.3 MB view details)

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

openimageio-3.0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

openimageio-3.0.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

openimageio-3.0.3.1-cp38-cp38-macosx_11_0_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.8macOS 11.0+ x86-64

openimageio-3.0.3.1-cp38-cp38-macosx_11_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for openimageio-3.0.3.1.tar.gz
Algorithm Hash digest
SHA256 5f39c51f6a092dfc203b1dc39628f0839e200cd3ec63d7e459c1a0eca0543401
MD5 fa059a977cb3afab2870fc9907fe95d1
BLAKE2b-256 75c6b9975500202f0a7d1eabb527972549efe29c4d044eb3418bfda6287245b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f6198a3a47f6b941cdb80f5e1fb31db55e3d325e81f0258b0f3fdcff164f367f
MD5 e9cbb25f0e606b2a6b5c92373743c039
BLAKE2b-256 5ca935ab7e3d44dfb0d2d7b23befb0c3087ba20e2ebb8ba24fe566c0a1071953

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f95935d2a9e50155020cfdba6ec985b333cf374b0ab9817e448405bcc7a3265
MD5 125f614c8719275d20674b1af9197008
BLAKE2b-256 03ed561e5a7f08f4167bc26d20e6a4097cb3a90b9885e35acdcfa07c6634391c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0f868495cc15680cf3b170c9209c9ddc21cfbad65f748bb50d011ec06957c0b
MD5 afae02f8a435854fdbcc1dfa48db6da4
BLAKE2b-256 e7a0f886c4bc73a4e649a8a0808393e037c74375678c5cbef7a37ad90f13ff26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44c38720122ab383c725909250b13bedcc25d82c2a64b78a0fe75dcca6a3009b
MD5 4834416fa9d7bf8d703e82b18b345cff
BLAKE2b-256 acea6d1f6fd06aa04f72acf76c600f6c9550e3a10f29cfbe9fb8ebd8d76cdd6c

See more details on using hashes here.

File details

Details for the file openimageio-3.0.3.1-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 53f6ba1a6d5083078803058de938b9d5f18cde9659d0b0b71e7e41762f91a681
MD5 b6b74892f6388d322f7bae4d9270ca3f
BLAKE2b-256 2b1ed4d3d9c308e2026e7d4e1e8a396bc899d46d9624a09f908f6cee5f935a82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42c90eb578c7e671199b0c6668785ea15a1d493065cc30668a258324461c16a1
MD5 de8f9635be3176a3ca9e8a57eb65beea
BLAKE2b-256 8317b83e18863d663ca13c963445ae741763aaceedbc86ec37d6894f6fba675e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b749583a7d3286b8113583f6385fc6a75be817726e0b27f653b69ae28970039c
MD5 de104f16f251406f06235a2cfd93d7c1
BLAKE2b-256 2af3edcfb2ce502663e1f7ef38eca07d51c3d274777ad854f89367c66dbe0d55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 89a754ccd7a6a5a08879b6e1a6da17c3a30040d559232ec3c2c9e37f724df254
MD5 f1dd508a52804521c0ac85b43d5b9185
BLAKE2b-256 296416539d02bc923d12871736fb94db71ccffd12f8fcfab318bfd6a43e40720

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 612bf924cfb7d04ec0789f1123d6d874c656f12e27db42029b75ef83cb9005b4
MD5 09322b09119306849c861a732473b870
BLAKE2b-256 ba6b4b52ab1d5140074c9cef38165c35499308f354d4b31b204a7a1b71d83e6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4877eb4841310732718e8c23e0d494e0ea07ad1eb899a92ab527baf6474ae1d
MD5 a712e953937a5794c654a58d54e2aa5f
BLAKE2b-256 3e55c817622e86ccef76510fbee1a2677d67262c31253ab1ee58f89bb1973df6

See more details on using hashes here.

File details

Details for the file openimageio-3.0.3.1-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 21a4b0cd550f3589d4319879768185f03010e397215e91f784c050fdfb69ef4f
MD5 fb61ba62a1f524f4b244346dd9d49fe6
BLAKE2b-256 9f36623aaa6c9d4bc0bad768974d2525408fe22ba616311e9e1700fa5aeb8210

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3dba041fa4c1dac31e7850130ab69072d3e3433835b79e3b36187d1d2ec771d4
MD5 2e3d2a0dcd7dd93fa3589d2dc77a2153
BLAKE2b-256 66c2f5742978553503b641406068764605d9103d3140e97fad80879af2999cb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7179f8d1224b970dd5e78b3bcce1b984693b92d3a1ad942ffb59897105071b61
MD5 d584a74acac820619a429cae97bffabf
BLAKE2b-256 fc5c3e5bb2d3deecf717c8f094c39c2cf5401a596bff08d0570d37d000a49db9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4951becb722ff24daacc3a1b206fabf8d387bf8160baf7dab459c772de102eb7
MD5 8b68ee384883de66a1d76c8bc025d6cb
BLAKE2b-256 6025435c0343f156a81210dd48a826f62fdf29b21d4e471f571ab837a46af0dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 768e6f85a5abd94bc0cf4e3860f3030a83d10e41dcf9b7ca348a8384ae89d6b5
MD5 3aa716d4e0c0d174b26a4774321be1fd
BLAKE2b-256 7bba8d4de7b5fca1d96f7ad93e8fdd1ff65ad93e443cca114708ee29392be5ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be791f9b76dd89f7e531268a288ebbd39b769753d4c50175076b5d8ab7ecbf85
MD5 38a289a0e4dc51fc18f21eb5f29a5f02
BLAKE2b-256 4032aba3b9e9d55c4d5055f0e1d1204f9290838c254d1e8039532aac685da7f0

See more details on using hashes here.

File details

Details for the file openimageio-3.0.3.1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1916a54a4e0b70765a9987ba243119ec7c97e10a2cf63db67a4568cc69cdd4c0
MD5 627db63e437fd6ab37a6dde837c9dde6
BLAKE2b-256 795b80f9750c55c76c387633df10753839f194be9ff88295d30bb6d83f72b028

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 282d00cbd3a14592c1b7f2ac8b85ef5ab036b46dad6a1875dd98a312f971f95b
MD5 4ea5afba6af823898ddf87f4809baaf9
BLAKE2b-256 20475f893af2f0709abd6ae3526ef6a8b0aa72d31d248f80df828ee522471863

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6a967f5f6f3439d64006f93bf195e26e8773f1ea2cbc9357ef8ef5db9a9e894c
MD5 f3737d15819d29f7d55addb42547f5ea
BLAKE2b-256 73d43f9b0686c039ac622c6900b0e18e7194c7752889af49e00a3f7107adbe3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 302edc37598b9216ac1856aac1ffc4416002c89512516f59b3785126835f9a80
MD5 63267663e7f3c9c88319f76db3c5bb32
BLAKE2b-256 c0c2206faae8dc9a01c43d38ab9cbe421638a290d85e1ca7802a98aed488d680

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62ce2512d62066192dd7c662602fd7de7b0f70e03483147cee8711844dfcdcf2
MD5 2b096721257c0bfb1ea694bf121c082f
BLAKE2b-256 a83dda2bf84501677d23a01dd44857fad45ee1d08651311b66a3ec18df47debc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a6cbcbf717c600213225a087472d12e29d2dd3768f8e5ea5d24c7e82a3d3890
MD5 a1b2f540d8ea4e711f975fa76b9c429c
BLAKE2b-256 84716429ab84a3863dadb55a67a70d58d4833c1cabe935a3acbc60710cc3713a

See more details on using hashes here.

File details

Details for the file openimageio-3.0.3.1-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8a08ef7c4bb3a4d9c532413fdde46bd110baa86bde54eb758cf50690511fb484
MD5 db71a0a9e014155b462d12cb4bfc9c0c
BLAKE2b-256 56cd2236d69191ba21e81cf06e4a64b95dae8a287a3731b152f0a0d3cfd4d3a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ecd9ca5ae521aa24037f1b17350fe1c9402999b5a84118ebeecdb1df3103e165
MD5 18529c0237b35742f626cd562138e730
BLAKE2b-256 f22fc0f22b68427dff13d0b3126531d8aef500e28a2aa399460e3b88de4d7634

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a5c2d33b5160e9ffcd5d77ee141db9437a498b721c93ea61b1a40a979a42d450
MD5 082d633abb4134fab10ca1df6d0372dd
BLAKE2b-256 f892decb1401409cd975ca9d900ff54be2ffc690318d311441e626125c9a4c26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6191c09a0f1e05d55195417d5a115ca067a7dd7f7791422a01d82f1931c50be
MD5 e8703abe23621aa9584511905489e944
BLAKE2b-256 3c376055cd2d152e7cc4df38771a8ee484068a8902258f15d39325b3f26efa3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f37ae73e2f3931be57a7843144a7ee90393b5740a820efa5252c1be92d878ed6
MD5 fe6f5928d523087354524c86f02cfa40
BLAKE2b-256 78c5b1203767fa886bcfff7e52011ff71278de78af44151b83422ca830f8edbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67819870fe68e6e0bf139c70b89a6b362a019c5d64dcd5b6374d672eaaf16804
MD5 29b848de0a4d8540053b2dd7c27d814c
BLAKE2b-256 ce2338278005f8789955f737dc4383bf3e2c81c78b3a8ab040a74d142fa73d84

See more details on using hashes here.

File details

Details for the file openimageio-3.0.3.1-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4a18d86284626a2ddfee14e7dd047f93eefebd178713d0b6681ae127470aa5da
MD5 54efce165a823fb57bd3dce6a083d01e
BLAKE2b-256 9df73aa0ef8548d510686dcd73b74764f996a1178e6e924334ac9c9bcda309e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88071f69c842a484f22ff0377b643dfecdee9ffad6912dc516ffdd375262a66c
MD5 8035d2c78a527568ef403c3a9abde8d6
BLAKE2b-256 e4b958df8c8fd261fe476afdd6a5cd30f66668f5eb1ae74942cf19fb0baadf2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 90c28bb36846a5f4b1ffbaa328f2402b560255234a7c6184612481c914b0665e
MD5 e32e1bdc30d17bf778f56456e142342d
BLAKE2b-256 c519f919f8c125fc40e27cb8cbcec2fcab6d5439c5b8ec3eb1f2388d787c0b46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f1782a2c0385b98d10e934c244f1c150c2a114da2ca826a38ead699d2731ac9f
MD5 b30ce74bd22bb266e8c623f2ac7d8afe
BLAKE2b-256 cb482fbfdedf8f25d063d6b0e0fa282c89dd9b814ca6988fe698ef3cb5634271

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14dd43c72bb63701fe82e4c36e8f3398a7f7e6413b4490ddf7c4874b99106ac5
MD5 7e0cd95fbd75fe901ae3fbc02b844fc7
BLAKE2b-256 18cbef8513d2c69a79fc9cf1f5359d95e365d7ec2ee5d67297c1e84fc8c44cc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 526168cda567083fd607bb31fd5530244e2f9f7632d9d9f4b097bd6dcb4c6f33
MD5 bda1c7b2303d883654de6bbd9384790f
BLAKE2b-256 57529c6d867cf32c2d7f16800fa36dbedda439f4b38186195946461ae29b06fd

See more details on using hashes here.

File details

Details for the file openimageio-3.0.3.1-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5ab4a2f1b4da86624f8d84e90b6e200cb163b144ac69e7827bca13bdfd9cb2da
MD5 a325f8e03a4e35209464dbd1cff9e156
BLAKE2b-256 3fe91354414338d52048f2b745fae794d66924b736095098216539dda2b0264f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.3.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31090119a6e19e89caf95b6f2c59e20844d3c1717f35dac22764283b7d34895d
MD5 15a2b7f27b660ea0192e719f2af894d6
BLAKE2b-256 9b1dd2e49ef71518ed399926c38c40fd5282881c3d9a289e7755e280fc258d1e

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