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.12.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.12.0-cp313-cp313-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.12.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.12.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openimageio-3.0.12.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openimageio-3.0.12.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.0.12.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.12.0-cp312-cp312-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.12.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.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

openimageio-3.0.12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openimageio-3.0.12.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.0.12.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.12.0-cp311-cp311-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.12.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.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openimageio-3.0.12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openimageio-3.0.12.0-cp311-cp311-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.0.12.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.12.0-cp310-cp310-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.12.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.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openimageio-3.0.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openimageio-3.0.12.0-cp310-cp310-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.0.12.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.12.0-cp39-cp39-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.12.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.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openimageio-3.0.12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openimageio-3.0.12.0-cp39-cp39-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.0.12.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.12.0-cp38-cp38-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.12.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.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

openimageio-3.0.12.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

openimageio-3.0.12.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.12.0.tar.gz.

File metadata

  • Download URL: openimageio-3.0.12.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.0.12.0.tar.gz
Algorithm Hash digest
SHA256 bc5e82f097d2fbae6a70fdc1368333b80b113a1b01a53a64625e2b8912460e6b
MD5 04bc8b2149be130b610b36627ea79e2c
BLAKE2b-256 45865a4d0f61c36a243f8847f74dfdf33a6c3913804b65aac348d18d9cc78fce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2d14c2b9df7617f8ba3b7f6b6312fe5be2a2d5a2dd1cb94baaac867385023df6
MD5 7cb358e6c903ad2ec050de7a8cf26d38
BLAKE2b-256 df054bd62a790870eca98f5c01bc4988e0e25bae1193a24d82ac697a037c8a9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8bef66540752ac6eaab23a1070de11ead5d444cd59bbba90d396bd6cd60e5b9
MD5 651b4cc55737fdef5fca1895fa89200e
BLAKE2b-256 8776ba337467ade4aaa038ba2e67595537cb1f2b30e2dd1a9e0a009c7c7a6bb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 757a7eaa05c4c2106738dac8942d3a5de051684dde3ea212ee232a5277afb5cd
MD5 52fb3b4a96420a418f1d5048edbf4913
BLAKE2b-256 e834b0a45314d3b47cd8f8ea40022a940717add938cca3f9cb0d4c90436d7a71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a1693c8c65974e71827bcb74918cfcf99b537d5d3b89ab034b1f0294fd30c78
MD5 1636b5bf3fac65271727a5a6216b5571
BLAKE2b-256 b4340e9e32da10ea6d6369f33adbbbd12632497e83604594fcd9104e2411254c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a43a1e866c034451db180737f076ab28f2795e999c7b2c4cdaa1ea8ce8eef9e
MD5 c6d7cffd7bf5b732cc3c8c9afffbc550
BLAKE2b-256 69c832d5d468017b0d5b593b32cc95c8e7c3ed63ad716a6f6a81b1b649eddf74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 206d9746f038f4dd34940bbad804dc9f82f0aacbf7f4c5b5a6e96813804950a7
MD5 80e9dc4ad18560c61669c2157e29006c
BLAKE2b-256 f0d2eff185e26c7be97f8c9fa260f4361f57d31ef69780c08d584673d82468ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 87e1d3cedf191e7b9590a63ed33d7a7a409bb6b4947ef08079c7831471b985f8
MD5 199ec5fda3fe609623cfaac2fe874dbd
BLAKE2b-256 2c188f80988436cba676472177eb2b269dd1c9aa715fa3c7abd7425e5b1add0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1aa468cf5f4cc18daba34f5ae398a156721d17a3640f4af9e45a8ac864b5a8cc
MD5 15e185e5fcf749ab4f764eae0f86c354
BLAKE2b-256 7fd1f8e1812986c83cdacff798004e2868076e890469e3614109c33246dddd1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba2e015c78fc691a98caa02e259481bfa7921281e2618fd4caf7bbec08bebcc2
MD5 2eb112c08a7346cf6d58acbd5ba3760f
BLAKE2b-256 e59508a1e60c6300e4c1c28a39ec229e3453a62f97db9d84e75f383b8c4c0ff3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 573eb7b60cdf5a82fdcf8929a7fcee34efbf9d9f5336a1d13fe15e0193012ce9
MD5 b858ccbacbbb156c266fbbd01fe2ce82
BLAKE2b-256 907da4179d9064623db48fcb363ad9059edc951220407f92e7c5a83b10ce1385

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a6bbc628dc4513dcb4ab89eee8f5a9daf55df9b8d771880752136e772797cfd
MD5 2fdbec543420ddc4cc04dd1b726a3670
BLAKE2b-256 02d91cf982b8d71b0a13ca4723b0544e213d3f0c6e078726e7a252478e37c05c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 04e21f81d2775abf512fac1234d6570147efd98252fc46b5bd9c1601b81b486d
MD5 d0aa1c2b911b4f8651cddb04c8da3c67
BLAKE2b-256 a44591498107083a2b3df60ba962ae58a4076e8b4aad46298f38e042a48c7594

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5bc831c61b1e37467012cb716187fc811f990188ee64f34e7ebc31ff9d8b442b
MD5 1c6a4a81162d71ec98eb403547d60cf1
BLAKE2b-256 75c58ba16b677a0ef459fcaa30a3cd2e1d6ec3515ff3d09af62c1f7e8a510e4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2afe2e1a4f8591fbb61b6fde72b58f8d56b15853caf7c29ef3cfb7251bf12c91
MD5 5b8b5ce43c5b62891f5d488323dde64c
BLAKE2b-256 a11ec31b43fe9d764d76cccad48ff2efe48b78add80fdff579a1a19557ddf8bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 787c8628e33582fd2686139077755946c2eaa17c7fa677d37e7024c8321a9c77
MD5 1c96c7c95785a709836869e6e30110df
BLAKE2b-256 599fa3c36a09bf57715490c4b4c06c353a930329833790360a4dac68c485b108

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca21cf904e22b618cf910eee6deb8784d08186906ec295951cefb747cad544bd
MD5 034a1afedfde615b739e4ace565a03fc
BLAKE2b-256 c37d6efa5d1602b1d524e1a64bf9a203070f3eda98a58bb22de99737bfcd6b6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14da53da89f505c1595ccefad44366c08db3c1a00418570da822ded115671e65
MD5 3ec17bab20888c0fcbc64591a143c541
BLAKE2b-256 a1eda4c3d5bfc0495cbee661f2921863103567ee46dcf35e972fab69e7d04822

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 32b0c135dde0baabfaff54982aae38007eedef321c3303568a287e3b30825fd4
MD5 0c2a2e798c7107655b59ff9b489a1d13
BLAKE2b-256 6093fe8e0d77c2a2228c6b50e1cd3b1657f53bbaafa750741ee84a84463db065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2cfbc96f41ae0200035ae098ef4904ef7a33b59f321948f2b5b77ce7b3d193f4
MD5 d263276f60d05f283721ba4d473468a2
BLAKE2b-256 f2c0d2b94518c7ebfdce7f8a30d7761ecd21413d15a3f33b77323dfbef514513

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 57560494275c47754e240c7b93a75846f2513e75b1766e7ece39637cf52b7eee
MD5 e9120030db414a336745481be99ebaae
BLAKE2b-256 fb044c5ca5daca0b7d84e44a24e86009c758f5b951e900ed41680885f04948d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d81c2daa5a14e17e0a2fa492719fe9dc09c45a9691847b6607c5ca8e0bf6fbe
MD5 e769494cab11bea1d47614746e229e4c
BLAKE2b-256 aeddd1d21a7cda4a1be18da6aac6462ff57d029c2f27d5c263bf51f3cb8f034e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c16036d1516281d6d0e9bbd29f8c87bd0071ca15c1b1e853aa9a3b91c4e68fd6
MD5 dcb05af6fc908ff88af61af1d0612e1b
BLAKE2b-256 f228b512c302d741891811c3aee631918a89e0de60a2c3300daa61b29ac0509e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5aa0a226f0c57bd38b653c53b058d326d8451b9aa91c63a798d79d74ed854201
MD5 9c6420c55b12c8503e371baf513f5045
BLAKE2b-256 5f68023dfdefcdd7673466b73400c055f13c5caf10343373e154ea08f808037b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0bd72a1c007cac1f78c82d828767cd87d3af8a2f59cd84033a3bf5430de917a5
MD5 567f8ce5a3d8eedadee1032d044f7cbb
BLAKE2b-256 5bbee0f921e53c40f8d326b4705cfc7399ad117ec2123a4528550a685925532e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4de07f13246da8f94b94310fed2e9d2bf14855bc94073625679ece0229429e29
MD5 9514b6325a9201de89bce99987724612
BLAKE2b-256 f0b19ff51a8f461a63bf4b898a3a1e3870ae70f5a6df7a29dfdbf548f2530767

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c699a4574ab374f15d174b155c0f5b1d66423b9465b479cdbec51e35e809972
MD5 8358d0efbf2ffa7823730df6fb6c89c8
BLAKE2b-256 4986d14b7f9dc66d7c8fb9182d86a2deb3cc4ff566117c6fcb697fcac0f43721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99e686d57b75263581001dd7813752561296af3f4fd924eea991f278c22a775f
MD5 d139740ca33b00cc1551708f8a074c6a
BLAKE2b-256 0c12ae953491f2bfe3e89ee2408dbc9da7bdd266d02477f7a359d5f45bd3925e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51fb5fcb433c03265d070931b8c5c6e266613b754a4d286e490cd9c7d105d155
MD5 595cce4abdcf1b514bd8f5d78677c283
BLAKE2b-256 a2a3e33a91dc2f2420b4e9e2898ac753418457e8a90e7bfbbb27fa5946737bff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f347057b5293154f5949ff403476cef41c045ca14920fd46bd0b080d935d91d
MD5 a01e2f73f292615afb0cf07479515a96
BLAKE2b-256 2f8458bd743edf404dfab8037635453c2ff09c834fd940519e72edfe8e565435

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4930e403fd8d2583a1f65a0b5f895fb6f10adea21075ceb7386b721d9726a30f
MD5 c6341622ddb2179a3bf8034584d38e22
BLAKE2b-256 6de9ed788220f8ee5e05f8ebe9906da5d7239367efa86b12b09703d2603681f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4c9a0dfbdfa5bdb3f296bf2216fd542239def76171c725fe6450657449e190fd
MD5 f6e9fbadc58db45c46cdf30a47836200
BLAKE2b-256 90bacc29330b00162fde35858d423645e9bedaf54c4df9e3b5b9e2cbb2e8c8cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 036485caf3bdbaa0f96e094fa7dd363094284916508386608b4c0ae8f46f2d9d
MD5 12c12bd55020820d188d05ef51d797cf
BLAKE2b-256 3c5662d680179815a77b92d1435327b5e45693bddcbdb1eca70ef782d0c118f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f5775f74e7de78b84f40bfbbb0dfca617fa253ab6a36a3e2bfa1b41355cca47
MD5 53fd85f0ed0d7c3146dbf15b770d9d09
BLAKE2b-256 744341331c38ec48646910aa41f9f0fcc5ebea10c794fc53034df56ff16a8c88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a5272c57d0859275f717d9680091406cdf3b3fbc57d28df96040ded85f2d31a4
MD5 bf82702d6bfdff5a80c04bf1abbe274b
BLAKE2b-256 7fc11b1925b70929eb0e9b200f326dddcdfdc9c051fb110418a6003592bcbf31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.12.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd568af2c31b32ddfff29a9ac8c9a249ab3e2b71a3edbc604d288db5846fc67a
MD5 d5b570145ce043e5c3cd3dc0e4c5d7de
BLAKE2b-256 0120800a4337cb4029579927f7facf8c242d97d53ee6668ff6e267b949cc4e19

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