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

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.13.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.13.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.13.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.13.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.13.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.13.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.13.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.13.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.13.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.13.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.13.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.13.0-cp311-cp311-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.13.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.13.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.13.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.13.0-cp310-cp310-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.13.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.13.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.13.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.13.0-cp39-cp39-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.13.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.13.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.13.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.13.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.13.0.tar.gz.

File metadata

  • Download URL: openimageio-3.0.13.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.13.0.tar.gz
Algorithm Hash digest
SHA256 04efa9d0b288f76713dcc7f34df7586126d1ee39bf9f1f905fcd40f3e698489f
MD5 f02c6edc6e3e0e96314adcf3f0679d6d
BLAKE2b-256 736b35c886b79fca0034fcb5f2554d02f208979962dabe6c27244df0dcbb8a2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a05d3e1a5b75f811529c88f8c037b81116f5b4219b54a31d6208e45dcb3cad7e
MD5 810943730869e2f2e74f3d8044aabe2f
BLAKE2b-256 6f338ad58adb3bc0b5885c228b951d6c60cffe9e252019addf26d9510ab31e0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 737529d82d915ab2b5a657c064f116be670c4a5c6923c3f75c3711c0834573e5
MD5 73811cb19c7885a5b5fb30eb9082936e
BLAKE2b-256 27bb77268a8b422a758f71e8ad1f50e0f0619b2db163ea7905fcbf548c5f3247

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 008adff031884d741fabaa3f4250a3eccff7319c1b4930c9b4244d220c73991a
MD5 ad55cdab61e675df43ff8a1497f2959b
BLAKE2b-256 e656837590412c5d8cf6e1b3a651dbef2e60158b993c35e51ee09eb0258a1f35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c0cca40237aa551af8170d8701d30e55a988bf6a4ef179c306f740e1290d32db
MD5 6c9ae93ffdaee75df197cf5df9803ed3
BLAKE2b-256 53e0e608b26c1727b627a11aec78b32b8424078da2f56b7c1b42bfcb8b65b9bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45f928fe945bab557170ac7a502f4e5d9566437cfce3ed44ebca6d9bdc805c75
MD5 6e2f938df465609c440b7bd940c5360d
BLAKE2b-256 654c10c64d13334a371f28b8e2ac54aedaf50544d0595c66dbb2f5e47230f82c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b44943c320e3f9d1fedc559c7ab5d1e5c9a42302d91f623e95aade0db66d7f80
MD5 654fc48c1034eb616293ab32074e2354
BLAKE2b-256 62f5d7ddc78b372e35d3a37e9fa461dca4d61aef3efeb65e3f431fe1b58bed6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d6cea58558186ebefec74a50f6af33c0a3573ba2f3b3912341f5980974615ea1
MD5 65c6ed875f9ea86b9c8a82570eab2cb7
BLAKE2b-256 a545fa6b808a75b1b861c124826e3f79462da5288b94901f298e8be0fe18f95b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c43b926abbfb624f36a18b98bc65ca847d58ddd2e70c187efb058c38ad0db92
MD5 2e4a69550abd88695414c33d70080621
BLAKE2b-256 6c50feb7f318e8eaf5a20e1537453cd8f3ca62879a7aa4fba16137b498acd97d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d37a1cb543af7eaeeed942229f87a22f0f36bbf5882908d1f041bd88958e600d
MD5 2b10c83f7567deea5a74b2a7e4c3df42
BLAKE2b-256 23212f85d2cec5b99f9613c9d9ffda68ae89547a367d40e6c2495e9f34b432a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ceb7798d2f1fc7ecb919e27e9a8b3860a63827be43559600ce8c02aaa96d2011
MD5 0ed5fa5f036b198a1ac0d90f7b0e2e27
BLAKE2b-256 f178937f56db276037f835170ec3cd0ae198c6e8688fcaa2b0e49edf6aecba71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e430a936212a8cf380adbec686d2a983f8a8895a3c72694d9ef115987ba97104
MD5 f05f0931f940c25d34cbf68a5a3e40e9
BLAKE2b-256 83976e6aa04309dc96cb255f252841c60ea986cf489fda414dc2d499e3324a12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 eaca5583321e4abf76c762bf5369ad47f7a4c0113df30016337d3c847f3a444f
MD5 aafdabf4de0d3ac941a4d0147c7f51e5
BLAKE2b-256 20bfb0a23e6faaa241b1e37f5b74bf90ca1cf0e5d2ff1858b97d5cbf4275647d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f24278473894780a4f753ce16186ec7e252d319a67cb96ef7203ca8cbabb9b3a
MD5 f40f96b750a1b0bd6b53b19382084abf
BLAKE2b-256 4d2fbe5cb4d3f7ef338874883ed06c1203ccfe7afd0d95272cef048bb7ba3d09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ce602aec542571ad4f1229ecfa343cf15d510051b8338d5fc3eced1c2f713ee
MD5 5ba7d82181bd88698ec49159541cccab
BLAKE2b-256 253834a2e68203cb24322ce0bd1cb92fb16adce30db70067e98996df2e920379

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03a39799d7d8ffa0da4ebe84066f0c9cf3fb2a6e34bc89ec03eedce43b8a39cb
MD5 5bfbfc583f0d834bdf37be5ebfb1196d
BLAKE2b-256 022b93662e036656a6d7193d68c29b964ace59064bcfe046a08234a5d840448a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75abe74b2a9f381330f18bdd7d9558b659e09a58cbc2a212d87c9000cc1e0573
MD5 71991793d343a2fa640388670b0a1b29
BLAKE2b-256 d0e47e09104d24c78106bfb9265d12a2b35d967982fce4aeb450aa836a625028

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75bd00bfb883272a984add7b1ed9484c035ebe21d0875a66ae87bdf371e8f5f4
MD5 7c15a4585a690860e55be2923c9c7a37
BLAKE2b-256 e7c911df2fde00880089e950e6ced6d0417301a9e6bedee1544a684857c41beb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3bb6e29fd2c299e9dad3b98c7da845f9181d0b1afc3e62e6ef0fc8a2881d7553
MD5 a1ec67aa895cef51316fb2f6cb69d7c8
BLAKE2b-256 50a58cef9c218692d48938675002c317aad27159d57e0527b01558d8edfa4272

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b41e6874001d11d71494c97310faeab73b16cb0d4774f903630b488e672d6b4a
MD5 09f89f961951f40e903447cd44f7e1f2
BLAKE2b-256 e52317c3f7b4b38b855efce030b3f4a55de4ec5e27e7179629513d0c3b7f46ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 87945a8302916bd2858966b3e1d55daab2fa7875c128e5906c07888592e9de93
MD5 e8a0b206c2e2121e192652a382ac7479
BLAKE2b-256 7be9dc91e931d07fb027c4683d3e3de8b2f07c0da030e00900d73cc2efb5d606

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9f92a84668fc6611e216e186a5fc95c412ffb2fd7bd2ca5ce0f2c77e196196b
MD5 c79ccecdd5c2ad75be61085ea5ceea3d
BLAKE2b-256 1e85042a7dfd8f0dab54fff5eb5a9d57ce7566c1ea0a5402be50564d51b4662d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 934761d1e68e17db4db5664c19ca6ce3cc42d57513bddf1519af5ef53d1f32de
MD5 f56f60a53fd68c60c857a323a352277a
BLAKE2b-256 2f94f802629d3fa6c3c4daacb10e59d312c494f4786e1b9792c34ffa6a5dd40e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 682905693c42faae9bd7aa3bd39e2a5b0fc1787e6cb6cb9106f47a268ecfc194
MD5 5b20f866218c7fbce87144a95efee0f1
BLAKE2b-256 e7156df503e23940905560fc31611f9907fdc4d52ad8a2151fda9bc9b912ade3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cc81544d4afcfafd29aa2bccc55152d85d67de611cc09d8a186cbed4bf784be4
MD5 d7bf009fe44ddf2ba8182faad3e3595d
BLAKE2b-256 9222b69e3177867c27d15f515ad262b7a3f7eb14925438e8f043dbd3504c2226

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 097ed9291829fb7342bc4cded46d5ec342c23474f5a0d76f5e61ed78194c9f19
MD5 867041c8d18c0f928bffb704094e1ceb
BLAKE2b-256 8a6fbd78313f18786258cae790ddabc1ee13c23707c7017564e3fbf4f8d63334

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 583a91d5b1852ee0a8c4b77aef1d7e2d7800873967fb2b91904c51944a394780
MD5 e47a6865e5317e74de02327b14ebb2cb
BLAKE2b-256 f9b5458873f147744ad1d4e262f7dbad2b9534b124e7dd32a333956559561b9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 59b44a7edd66b69a2bf6e50145f6fc8276fbe7bf3db365202789ba08e0af5941
MD5 661cda68677a574b975538cde16e46a7
BLAKE2b-256 ec6198d5b21b98271c0f79c7b4643948bbd81b3c45cea2a7a0e9bb824fa3a50f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88da746f54f35726617f5133003e680b874f51c685af33dd3dee9fa73733b710
MD5 cab60af96e390b9ab354fe09c1076e11
BLAKE2b-256 0c0ac5507f8c2d5eeb7fb990fe825d34288d7e96b0d88fc81c3a27c33882e006

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db098deb0af6ea228dd68726bb741403df721b9e18fdcbe98eea6f1908027ecc
MD5 74b1864a6cce08ce8e5dc416d9963f1b
BLAKE2b-256 462835f6dcbfbd402a4dde46fb2cafff0807ca26f981e226139a11fdd3a07b9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 618698ccb0e931634c381f9dfbc311951d0a36d00c10af865d5ada34abfdcbf9
MD5 993ad11a580453d4a0f56c3e04b92fc6
BLAKE2b-256 c336440e57372263128c8c4668b6f446e215d3b6a208fb00f4b5a6d53d15dc46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7f9f4a63fd58939e885f32b67d2e2a0a93bb0c95fa53f88add310b4fff3408a2
MD5 7e3a1eb25ecc3c1760f165066cd73acb
BLAKE2b-256 c9fb2fa308cd8c1dd6392fd801d224822612f86503dc4a1bac5e1f2b9a965a99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6fd97c09b93e6208e8bb3b844848f989afd0f36feed4120b30957ed6d84cf5d7
MD5 6dea74000082cb7f8626f55c95e0d417
BLAKE2b-256 709276e02d3b9164dd1c46ab3d25329f36b10a92068ad88ffd0f25a7ac20e0bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41a23e2c52a60b10778f044e6a302dca2fde183075cb879fc1424d3e39cf7f14
MD5 80d41fe7d556afc2bd4f33c87a8fb89b
BLAKE2b-256 338ef5f251176f913d293bf209811001608e97e0f7afc76ed21f6f3a3741ed94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db98f6c8dcd9533f0c36037adb7dbf163cea5b8c9032bd1033024d555787542c
MD5 b7d89d112acd19898c3491dc4bb084e2
BLAKE2b-256 17bc8ea9873b6778a9b8f683fe9c17882c226ff2fb2c10a500d882a9681a0d05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.13.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9c2aaebc0d1c3a33df8ec7d33681056a5f71479025fa7551719a85b0ffa2a0a
MD5 ab28450204b851ae70703625bc2b2b17
BLAKE2b-256 05f45449061b3a67f5665baa382778f6048257dc808e15335d66de1e78364a75

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