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

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.15.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.15.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.15.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.15.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.15.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.15.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.15.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.15.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.15.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.15.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.15.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.15.0-cp311-cp311-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.15.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.15.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.15.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.15.0-cp310-cp310-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.15.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.15.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.15.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.15.0-cp39-cp39-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.15.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.15.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.15.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.15.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.15.0.tar.gz.

File metadata

  • Download URL: openimageio-3.0.15.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.15.0.tar.gz
Algorithm Hash digest
SHA256 11e6e7eec05e728f3df3a8b7ac91269b9038bf2cd97368879dab6fd269dfc732
MD5 2cb06177cc0311bbb399c9a10f2eae44
BLAKE2b-256 5bfb51aab61f2118960d395ddcd7cb607d3c033a69791e500a01f87f02d2216f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 74fa0014fdbe75b6fc46111089114d321d88e5263f81e2357c057c21d20d5e10
MD5 55b29b1f6395b96221e04017b291f78e
BLAKE2b-256 8654f624762cb88c8c04b500a782b9c66c1af7bed2252de2a849b5ed21bafdea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6409b0af0325e9ecbe968a2e99bcb017847296c88dbc72d33e03c9128b647cb9
MD5 9941f23b6d9f85564d25a9b7f151903a
BLAKE2b-256 32ad28093bef7294d5d2c403ac3044b09334f8839580278aaf5fe0f8a4bc920a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa47db7dd83b154e3a4c7d0058fa4390ba90c13656852352ad626d5ccbc636bf
MD5 8f6cbc81ec860058c36aa2fccbca3081
BLAKE2b-256 c1aaa026c6103ce67ac8d51f341659540ac124d45ed8ce7f79aaa8328aa05969

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6169ae4d0d140b28e0f69636242ba05ab29411e264a2d9b547a260a1c667b804
MD5 77ecf7813b249063a24c7281cd21777e
BLAKE2b-256 255ee981e74e097829a161ec2d8b942b058940e7f9a3e199a977843493672c81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6131f5c1303d976c3266897c57e993e9f8383f7cc5ec2bb618fc8e005718cdba
MD5 04d5c716c40dcc730ac8f56b41462302
BLAKE2b-256 73efe4eb39720a6f6ba54cd5cf4383c44e0f07fa6f761db9a6597ef002e846cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3010c2ebbb587875545b9fc763b1dab3de5615b008dba32852284cb42789b86d
MD5 870e11884b55106c90cde8af4e9e269d
BLAKE2b-256 1ef9f9ca18438ceaf2f349961cd9025da1a9ced9fa439bc8d2c97a0fb585c56c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bd3f31c506aed059dcf0947b1580fd6f737a728a0e57c1eaa7c67750f4c132ab
MD5 3557654df731b7e07b1290b46e560e83
BLAKE2b-256 21f5c60b929e017b0a56588dde08608bcfa26f9ccaaf89d3f681a470dc85802c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c706ec24988186f013f298c21c14f876298f972a26e9c5bd7aec907ea0c7b787
MD5 d1dd654adc890b0b7179180b60acf013
BLAKE2b-256 3cfdd36ad14dc598a29c9d6ce63e73aaf8c9046da7a804b6636594a3d10fd828

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf44bfc064717ecc275d5d0912ef71f8735c5f3cc9c527642a77de951c1e9212
MD5 578ccf1240178978b345cb3822674b21
BLAKE2b-256 1db320c8b70008a4b4e72420dbd5dba75085fd9a9a5dd43dc7ecc532359836c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f869a9b5937dcd6a0f5a8665363ceeb507fd9d5e547a622331d485e382920b5d
MD5 75601c4b23efb1bbff04ed0e97ac6aae
BLAKE2b-256 6bdc6f353397ff8e673dcf88d079a530977d92403a35d68a012c6b82e21efc32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a0b3291ad2c7e4c8c778e82940333a03e57b222793b36a66dddceee97d63c4b
MD5 b86aa9a818d2a75be5b41e66e6d1336d
BLAKE2b-256 6d7fdd2428767b3a963be9719b60028e806376980988f6c437b2ece52c520618

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 be1b8e59a8a8229c3ac969fe103566e0381569e8b9e027f25555459dc29d6437
MD5 8cabf8c858007921ea2c460cf5008214
BLAKE2b-256 818860a7db34e97b44eeaeacdcde2c6e6539cd094051a01cdfcff398e5427263

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7ffe1d00252940db365f38ec42ea9befbea6159f4144a9af23c65103dfefcaad
MD5 2a17b90468761893c7ebaa513e0549c8
BLAKE2b-256 beb08a87e81ef621ea9a848e1f9671a2edf5623149907dc9af26ed4d7cea31b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a6cdeb0d0f8d2f326a052206f6b771cfebf7068e66ced5c1885c47016f59120
MD5 dd7659bac931077248f56bc43e7c5377
BLAKE2b-256 148d770fd52252c58a7f1145d9a9364e2baebd144625dae99a071460a3222a92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91e0b5a586130d0b5cc686d86d839fed3034fd19d1f39c3178f9f580d64ae536
MD5 dfaa76933d0fc9ade75fa166cc04fed4
BLAKE2b-256 94ce78bb50fec18e407a54e2e089e948794a628d990ab3c53077e6754e8bacc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bfbf62982299904c9a53d705cb63066207cc89e35d3e062dad8d2bb5911291dd
MD5 02d0b3f480cd1ac5c04c8fad2f77d19b
BLAKE2b-256 ec4c157053805cbd310381dd88aac6a27a0da7cd9de06b0453fb46c5b1d61560

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6ef3967032c824e28239283255c1ada797798ce2df543b9ac6b35e833a007d3
MD5 de48a1aa2fbdbfa9ed3f34e35e3914eb
BLAKE2b-256 41689b6c3b3e87e08e971d95f419c21386996c4a064118f6cb436419b15ef22e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 eaeb36f9b56b62c0a1d929cd8116d5938c3a496e49e4ced499a09ccfa75268c2
MD5 36718ea8ba6ff1687b69c9af7ef3b86c
BLAKE2b-256 573fa030b15f46d76485e15c3d06c4be9d61c0f56fb09c8aaa53b0c8f58fd075

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 37a1c68fb50eafeb41a220e83dfe29a91d322c59edd564a456ede3e860d043fb
MD5 b06ed44f15940c435e54ba751dfa00a7
BLAKE2b-256 58cd7628ebb2f6f1fa46cf397fe74c804fb466d7a892a37bdfa4e9be901beed3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9381e2d51a38bd56c88e969485cd3c09374b7bfe887f0ed041be69eae64b9c7f
MD5 edd8e25d6a031c87bbe0c0e2aa69ef6b
BLAKE2b-256 d0ffc43a3eba33797608d5b96b832aeec942149daa7109e76b4e767f61c9e77a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d28e02f77258c957dd514de751da9b1b0f26f056a510aa275b2964d328196f9
MD5 74497e79ffbe2f5dd0d01657aa986558
BLAKE2b-256 e72f8ac9e3dd180cd26cfac808b54d11ebe3ccbfd20c561bc4245f18734e2db6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02a31946d020fe9e6d08934237cd1d1fa506f413ccac2bc78a1a9406ab567500
MD5 d40504a1b90444da0d050b4ef429d0e1
BLAKE2b-256 8bcf5c6ff5f4196e43c8c8548d8957ebbaf7e5f3cb9516e8cc7731910981c390

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fff87bf6c0b23b720291a1bbc55b4b08923e99cd8b57a7ec30d508465e9977c2
MD5 23524ce12c5655700c7aae2bb9e6bb7f
BLAKE2b-256 9a8a5714636e5efb339f2960917bc61f6d105c128268211a1bb9e0024dd0a730

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c21f465f69fffea9346369190efbb1118e4611a240846626e8b2e0e686acfe7d
MD5 a43a3d5f2214298b86012ee44eeded98
BLAKE2b-256 8f4461f8ce461d6fed05df03a98c8a4e2a9d11a1c4a656624d3fe3864c8d71f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b3b677dfb287ec95a65010eeff1f4e47fa7fc8231a80ad28336eb284b0dad7f9
MD5 6ee8c0a00514184043d2c18da46d50b8
BLAKE2b-256 7f70e659d81f10afb677057050889cef2b71048eb91c2d81ab78a721f4c43d0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b8689db2445faae76697fd1cda6d97bfaef90fce2478ec7bd438ba3d35f74a1b
MD5 a58449040769a2b092eefb179e2b5e02
BLAKE2b-256 cc2a747c1b8b44edc48253992a938bc570a95e493562a15781b1c00b981c5d73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b20d2e8b531a34dfeb0c49fab630d027d9934b933dea10b2a0b9ed3edfdbc2e
MD5 40e16fe77d1a7be5e95c1e43815f9d2b
BLAKE2b-256 7ab2339b73c426cc4b5ca53da3a07c39a833f4c19c13fb58e981f5a5d0cc0676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6fa466b471e53f9a675711938a5edce79107c4b588bdee2d2d4e4760d8f5eb1
MD5 38245399de29b6baeff5c5fb29fff80c
BLAKE2b-256 d8ec5244a80ef51d7e431675eff355080c6f2ec05e0f8a58a848dfcacf167549

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26e779214c1140f6a651256887c0c7b059b5c070b24b85e8f647b1130fad8f0d
MD5 52e37376eb20878e64d8956be70459e7
BLAKE2b-256 19dce99adf2e44b95015afbf8b5771187ca4c38f6982afa8f45564ace09e548d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 430a99ae32f77d2eeae9f05b5e85bc0e48d0c93a15c0490a8a03c28edd4f63d3
MD5 953d16acd93138274e8fb3bed2781b2e
BLAKE2b-256 470b02f1ca2e40912f64e257b53636259a2a4a75449bf00b29ca89da62530b31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 72ce897a992119d8261883aeb2d32d1ad8147bce4992684f7549238354843bba
MD5 cc2473b2fbcfb6ac5e5fab67a05d2fce
BLAKE2b-256 636a4539e11b107067e4128bbcf76058f7735cab6b4d03034ec6d96dca4cb221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6098c8514aaa90ce9f825ec9c08a2baa2f830f23a85928451277259f54b873c7
MD5 fda263f80b0e3c3cb4ddb0d9ee42de7c
BLAKE2b-256 31114c01b9cd8a34d75c2bdb4dc420921d3e9bfb52a4d165227fb8b3d2f3807a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9322e32514cf5436496028dac043a217cf0351ec3ba5e5501c16c7ddfb586a9a
MD5 0fa509f1d36f44ed2c3aa2592d1e9756
BLAKE2b-256 caa9f692af3d56b5e5ee054991fa0edf7d108594d08f1f118d055a58524956c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1e134a1efe1645cf62b9d6ce463ce3a9f6b3fa49ae01dd891a3286d8baaa234c
MD5 b0f0c693d22c2c9fdeabc3a39f017572
BLAKE2b-256 f5b0f0fae78db12dd16ca316d1895bc182027d2e910ca22c200f9af0687ae38f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.15.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 085db5c00e0545e980a1d1ad1145ca8ae78004a9c883beb3137acb6994a61ad9
MD5 518241bb44364883f53c33164a6cff6b
BLAKE2b-256 47dc12b05a99b4582ead1f99c66733648b4c49ac084003b27e86de1a61de180e

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