Skip to main content

Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications.

Project description

License CI CII Best Practices latest packaged version(s)

Introduction

Mission statement: OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation via a format-agnostic API with a feature set, scalability, and robustness needed for feature film production.

The primary target audience for OIIO is VFX studios and developers of tools such as renderers, compositors, viewers, and other image-related software you'd find in a production pipeline.

OpenImageIO consists of:

  • Simple but powerful ImageInput and ImageOutput APIs that provide an abstraction for reading and writing image files of nearly any format, without the calling application needing to know any of the details of these file formats, and indeed without the calling application needing to be aware of which formats are available.

  • A library that manages subclasses of ImageInput and ImageOutput that implement I/O from specific file formats, with each file format's implementation stored as a plug-in. Therefore, an application using OpenImageIO's APIs can read and write any image file for which a plugin can be found at runtime.

  • Plugins implementing I/O for several popular image file formats, including TIFF, JPEG/JFIF, JPEG XL, OpenEXR, PNG, HDR/RGBE, ICO, BMP, Targa, JPEG-2000, RMan Zfile, FITS, DDS, Softimage PIC, PNM, DPX, Cineon, IFF, OpenVDB, Ptex, Photoshop PSD, Wavefront RLA, SGI, WebP, GIF, DICOM, HEIF/HEIC/AVIF, many "RAW" digital camera formats, and a variety of movie formats (readable as individual frames). More are being developed all the time.

  • Several command line image tools based on these classes, including oiiotool (command-line format conversion and image processing), iinfo (print detailed info about images), iconvert (convert among formats, data types, or modify metadata), idiff (compare images), igrep (search images for matching metadata), and iv (an image viewer). Because these tools are based on ImageInput/ImageOutput, they work with any image formats for which ImageIO plugins are available.

  • An ImageCache class that transparently manages a cache so that it can access truly vast amounts of image data (tens of thousands of image files totaling multiple TB) very efficiently using only a tiny amount (tens of megabytes at most) of runtime memory.

  • A TextureSystem class that provides filtered MIP-map texture lookups, atop the nice caching behavior of ImageCache. This is used in commercial renderers and has been used on many large VFX and animated films.

  • ImageBuf and ImageBufAlgo functions -- a simple class for storing and manipulating whole images in memory, and a collection of the most useful computations you might want to do involving those images, including many image processing operations.

  • Python bindings for all of the major APIs.

🏢 Project administration and Licensing

OpenImageIO is (c) Copyright Contributors to the OpenImageIO project.

For original code, we use the Apache-2.0 license, and for documentation, the Creative Commons Attribution 4.0 Unported License. In 2023 we asked historical users to relicense from the original BSD-3-clause license to Apache-2.0, and over 99.86% of lines of code have been relicensed to Apache-2.0. A small amount of code incorporated into this repository from other projects are covered by compatible third-party open source licenses.

The OpenImageIO project is part of the Academy Software Foundation, a part of the Linux Foundation formed in collaboration with the Academy of Motion Picture Arts and Sciences. The Technical Charter and Project Governance explain how the project is run, who makes decisions, etc. Please be aware of our Code of Conduct.

💁 User Documentation

OpenImageIO Documentation is the best place to start if you are interested in how to use OpenImageIO, its APIs, its component programs (once they are built). There is also a PDF version.

Additional resources:

  • User quick start is a quick example of using OpenImageIO in Python, C++, and the command line.

👷 Building and installing OpenImageIO

🚑 Contact & reporting problems

Simple "how do I...", "I'm having trouble", or "is this a bug" questions are best asked on the oiio-dev developer mail list. That's where the most people will see it and potentially be able to answer your question quickly (more so than a GH "issue"). For quick questions, you could also try the ASWF Slack #openimageio channel.

Bugs, build problems, and discovered vulnerabilities that you are relatively certain is a legit problem in the code, and for which you can give clear instructions for how to reproduce, should be reported as issues.

If confidentiality precludes a public question or issue, you may contact us privately at info@openimageio.org, or for security-related issues security@openimageio.org.

🔧 Contributing and developer documentation

OpenImageIO welcomes code contributions, and nearly 250 people have done so over the years. We take code contributions via the usual GitHub pull request (PR) mechanism.

  • Architecture overview is a high-level description of the major classes and their relationships.
  • CONTRIBUTING has detailed instructions about the development process.
  • ROADMAP is a high-level overview of the current development priorities for the next annual release, expected in September, 2024.
  • RELEASING explains our policies and procedures for making releases. We have a major, possibly-compatibility-breaking, release annually in September/October, and minor bug fix and safe feature addition release at the beginning of every month.
  • Building the docs has instructions for building the documentation locally, which may be helpful if you are editing the documentation in nontrivial ways and want to preview the appearance.
  • Other developer documentation is in the docs/dev directory.
  • You may also have luck learning a bit about the organization and architecture of the project by reading the DeepWiki Analysis of OpenImageIO. But take it with a grain of salt -- like any LLM-generated summary, there may be inaccuracies lurking.

☎️ Communications channels and additional resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openimageio-3.1.10.0.tar.gz (6.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

openimageio-3.1.10.0-cp314-cp314-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.14Windows x86-64

openimageio-3.1.10.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

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

openimageio-3.1.10.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.10.0-cp314-cp314-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openimageio-3.1.10.0-cp314-cp314-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

openimageio-3.1.10.0-cp313-cp313-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.1.10.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

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

openimageio-3.1.10.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.10.0-cp313-cp313-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.1.10.0-cp313-cp313-macosx_10_15_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

openimageio-3.1.10.0-cp312-cp312-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.12Windows x86-64

openimageio-3.1.10.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

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

openimageio-3.1.10.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.10.0-cp312-cp312-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.1.10.0-cp312-cp312-macosx_10_15_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

openimageio-3.1.10.0-cp311-cp311-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.1.10.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

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

openimageio-3.1.10.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.10.0-cp311-cp311-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.1.10.0-cp311-cp311-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

openimageio-3.1.10.0-cp310-cp310-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.1.10.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

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

openimageio-3.1.10.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.10.0-cp310-cp310-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.1.10.0-cp310-cp310-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

openimageio-3.1.10.0-cp39-cp39-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.1.10.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

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

openimageio-3.1.10.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

openimageio-3.1.10.0-cp39-cp39-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.1.10.0-cp39-cp39-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

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

File metadata

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

File hashes

Hashes for openimageio-3.1.10.0.tar.gz
Algorithm Hash digest
SHA256 5d80394b962dc0f83c14efcebfc481c3d1ed3abe66001b2f602261cdb1c9058a
MD5 ba4f607adb89f361f89076aff74d9192
BLAKE2b-256 3c4a2146ec9c4a344886265957223a4f6c6807092179987997ebfbb2765cf9f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6b22b1f1041673f31bc729fa6c531dd022db31ddd5924af57325d22bc346a449
MD5 5889639bcae3492b6349a726e46eb62a
BLAKE2b-256 afe8abade0de66dbce5a0578fa81cb09d6f584ce8d6103ed57c9c1bf4fa80f8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ba600fe7a354137a5f3dfd1e737a468843ce04716ea832e006c767a4c6939c1
MD5 c10b9717a1df8855719092cdf45ae00f
BLAKE2b-256 03d10fd4048e50fb4bb661094224f074e8c040af27e12f16a84e39a2f3915af9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a39645b5f32842b832ee7d7f2bf8f9c0be38cca0bfbc38fa80d5ab2377d84291
MD5 8d8f0510f4e185d1f31ef442fa19072e
BLAKE2b-256 1b366fe7f036f839c72d6eeed859630f0a7cc426847f6738b0d741e2dd817ac0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d70270af7e3976f456cda653e866f39f1f030c75a5c669f70108294c857f3f59
MD5 93aed795c91d59caf06777e2a4445e5b
BLAKE2b-256 bc53f9b97f36a650ae2f285c42441a4eadcc9a7c9799655472814c2192aa8e2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a3c85bce01a4efe950cfac1e386e19ac7d4acc100e31b2acf5cb71f09f4a5485
MD5 8b3fca94f093b4fb74b3487c1a245c83
BLAKE2b-256 ec8fb2c3edae9860fc48431ed12dd8485b1c2cf5d6a6951b0cb15927c11ee60b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e98c6c69d46577ecfda8cde9b824de0e791002c764b63ec8a85c0da77eff7a18
MD5 cb1f885680bfc880e0d8262cd3c0bdb7
BLAKE2b-256 33c5035651cf4e0a1ab49a8de00c163cee51f8da25ca50724587d0515b48b04a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d26fd7a01ca53105f6391ce9ab7c34c9e32b8ad4b2ef03f69915ea7dc9821002
MD5 9fae4d43a513e5eb5cc74101c23b2c45
BLAKE2b-256 eee692c34a5917586917cbf26520378509f9ecb84f31b644d0f6d7367f5cfba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5f6ff3623f7934fb1d903d37e6e20537938dc659e130cb7c73a9ef5212bfd84c
MD5 c897a561dfd76b50730f9d5a22115ced
BLAKE2b-256 54e4e68c10c9f393effe964f1ecee0dbec9b81ec0bae5746bb3ac5676d7b3644

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f30ca99b0f7f2fbcc780d58862c05ece7f98c9c81059ca3839661bf8ad4debb
MD5 4213ec48d1c2eba21099f21c6f51e1ff
BLAKE2b-256 a3f331a28d0878472f74b340bf8d9814a8b400d6183405fad2786b09d33fb523

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e87d5797d9061b6cd92d16bfa289e0a072e569459939e47d356b6d16275ce9e9
MD5 b7332cfbfc5e5c018d7c9538cdd9f38d
BLAKE2b-256 0996f32b4c77e3de93a23b9b828529e53730d35e88922b4adc82470768789996

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3dfb7aeb653cb0b6b411373d82250e0db0db167a5484ceb16ecc782dcaa2e007
MD5 9705517fb7d1628d4dd50cb7a4f28a2b
BLAKE2b-256 988f736ecc2f196ff280b13680001de8f22a11a937539418a2cd73c073d96a51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b3f6f32e53b9d765c13e332b2430e3d6081ebde70e2b45c8a79e92e2fdb4e2ec
MD5 459a149362d6f4b99deb2d7698c215ab
BLAKE2b-256 f93bec1e7b2255a000dd8aadf7ccba4db6758f0148d07a37b2a0bef2e92cd39e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 582627331f0734581556eb16ce788f71bbf7c74295c3669c2dd713c40c1943e1
MD5 23abb5eb634cd0adcebb07f084c02226
BLAKE2b-256 8a65f042ceefb2130d669b4022945c608f48c255e4b988c4a40419d14971b34b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae370627f31757125dcca034ec82026ecfd8b7838c05315f91d1dc50bc239ab0
MD5 dae20670fda75b5832fb28c470fc1a2f
BLAKE2b-256 a76e1589307dfd02b1a0f03681bf5f12b241a5b54c734d5490110f4e54d28f84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 849cceded90386769dd87b601ba3c2a004fb4a3c36f1bb42d15eb200bbe42a93
MD5 0bbc49ab60b3e3edef1d1624092974c8
BLAKE2b-256 04e1537d4e9c94893da4870d59358c15ce5583a43b68a69d5c534568cc88eb59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f18705980d279ccd1688ab1e4a1a14f6782e5657730236a4839a719b9c2af45f
MD5 acb95282b448e5272fa5e95ed21508e3
BLAKE2b-256 3bbc52611b13a014e579fde9baa414677de405096b0725d565fd84a2dcfeabd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ab461dc52dc37638342d6162cc6d620ad596dc7657fa050ac876f856d086ea7
MD5 5b4e75eb0284b78a36a46e0ac230ed50
BLAKE2b-256 fb7792bb9793ba35adee645bdab66de588806b5c41da6f5a1e26fefcdf20422f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6b11cec12468515ba7fbc6e34aa295b9bb924858d27be327a88ce8ed489c2875
MD5 c6b54afeb85ba60c20d593cab904a62f
BLAKE2b-256 aa26d0b833d004c31dad73dda3b1a719ef12740d4ab2c2db6a7c87a8415d7c0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9e272967086ea6b76a00ef29e9d465e02e56f5a350518bf002429cdfb305cf6
MD5 014c8a78b6f37757b2180d18324adcc8
BLAKE2b-256 8aa19bef5539b9ee0d92d0a0c10b113166bcd22c56d8db53ff62849e315bbc2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 40405276182646f41f2f06cd858fe9a6e7587f728b14076312aa9231c2320fa2
MD5 a88f9912e0598ff0f0b82088d9c65fc4
BLAKE2b-256 c67fbc8cea6fce36f91222a0d3e9136f3538349721d9fc1be346c8bee0d3fb5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 95e663376fc96b406f619297e7f2f4dc43877fd1b3855feeebbed2e83547aacb
MD5 dd9b3706f065c69976511a09cfd3d0ed
BLAKE2b-256 5e6e204f73c21bbf0d0248ec35669696b8a20df46d9bfec230a048663cc9c7b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6acc6dbb6e167d1d6b02b8d1f35998343a5a8fd15ce5936c34715526ff2969be
MD5 dff0b691e670d8e9f3673fd34b8c5d5f
BLAKE2b-256 1cd6be882dec6b38b5db861cb4006f8c9af72ebf1dc0f8a5ca76b269f41b26ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d9d78ce5bb165397a08b8f241eaaba9230307c5357640b2f8c106467947645c
MD5 1d8e1e00785fc0d777ccbb6f7ebc4121
BLAKE2b-256 ec9c663957713dd31cde4df1b9eecc814904967c89882c899d59ce021f983081

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b30e3b639278103af8c15fd2cedbeed90009caca9b3c37fdb7f28a11ded0dfb1
MD5 b1a50d980be4a49708eca7752a890af8
BLAKE2b-256 9b57bc14769d8c2a3d6182502ca2fc299b91897fa2226bf6c4fc2cf3fa3499b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b4aacf0bf301cf0abeccab338aa8db96aec65e438d4cb09e626be0fed8477cc7
MD5 dbd4ae77dbb63695415da43fd3a4c410
BLAKE2b-256 52a3382af9322378976ae2ccccd27d6b8eb38a633bae504f452ab8044b7e7e0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bea917babfd9f351fa70c3f13f291da476fa9a2072849f282208eb5c83210fa6
MD5 47e0f20b1e55d26196526d7cac13ad7b
BLAKE2b-256 2081fa3f0b74c934f9b82c121294959cca6a6bf43f133c941552a3ff3aec78ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d2197cf8040ea3d5007f65f4adfe350d7f7f3e170d8594656ec5844d0a2c7758
MD5 465ffaa51f6d3db9cb584b0842328a17
BLAKE2b-256 ed6377d209e6c7e9286250e36891cb4a7473a546c00b60a5c01188f5def99cf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5853edca9b14eeeb2f11cd331e5ffaacc653a1ad756298d08a65a99e64277a53
MD5 1213385672a4133c0a7e85363bb72416
BLAKE2b-256 f2022c28631e1dd36eab39f045e95e9a76f5524e3c70143d93dbe8e77f5ad35c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3404c91c0957de5a23bde49418ff6c31d10b48ea5643e40b3ced2a88d8f04aa
MD5 7edd2eeec41635d581598619fe399b48
BLAKE2b-256 b2db5f605c28204162cda9baaf0d136d2cda0d32313fee8bcf23e9c836abad4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.10.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3da2fa07ab9ce792a0e9d7a96f43c94c919967f4a8a635134dbbac46e163d822
MD5 205e883f07c21cf3659eee2f27962490
BLAKE2b-256 87c52c6d7735fc02af3be675c87c2e26af628bf5ba08979e565d68cf9455a3de

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