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

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.16.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.16.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.16.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.16.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.0.16.0-cp313-cp313-macosx_10_15_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

openimageio-3.0.16.0-cp312-cp312-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.16.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.16.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.16.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.16.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.0.16.0-cp312-cp312-macosx_10_15_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

openimageio-3.0.16.0-cp311-cp311-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.16.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.16.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.16.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.16.0-cp311-cp311-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.16.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.16.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.16.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.16.0-cp310-cp310-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.16.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.16.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.16.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.16.0-cp39-cp39-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.16.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.16.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.16.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.16.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.16.0.tar.gz.

File metadata

  • Download URL: openimageio-3.0.16.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.16.0.tar.gz
Algorithm Hash digest
SHA256 5308f04f30c98841012c61eba4972b4e0e94446be6ab4c2b7414904ed0c711c7
MD5 17a4ab8b2885d64716e77813181b91a3
BLAKE2b-256 ab45f4fbc1f32b75493383ad6dc1820ecb789c552f2d231a7880c17a8ea7b276

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c439c4eb80037aadd34436947eebf3fc06ac61512b0263724bafef6d0878fd76
MD5 654b0a4d8ff40cbf734753e0fcd6bc4e
BLAKE2b-256 e6970bbee7fd1d2e028c4be6292e5f968556a11670bec358d57ba0ff0b0d77de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b64ca87f11057bd60ee15f5280a6e83c719c01ed31fb6b220aa1df7e3966ad3b
MD5 12ca67beb267bb5f57d295ed79fffb69
BLAKE2b-256 0d8204d1b969c56c4737783949ccd3446d63b4a0db0003684371b96877a54f53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2df45d95e50dcdf4fc07df09b3cfdfb0b6dbfab1dad86a4b744b698058bce62e
MD5 6aea978b511c64bfe1608f03261b6de6
BLAKE2b-256 299b3c05dc022ae1ae9761e2a6d297b10cefaa9cbbcf2feb6a355710d1f4f045

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5a2a0d97d7091e33b542ae0fb66d7e250ad48a4417dbffa308c48eefd96dc3c6
MD5 c0575fe44f6147c0448841507bd8aa2d
BLAKE2b-256 deae8c7069774dc198ffd7b193b49c8e3cf897a98bb8c5eb9de754be10957932

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4259743111db8ea8daf76d44724fcf20f0e2ce641906d36202983ec6092c24d2
MD5 f7b5c20480b57e64c7a92656150123af
BLAKE2b-256 65fe5a743e939c3ce8d822f3a826dc93a6a5914265d613bd81cfddc3c6f91c9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b160601825a8362eb586a760afabe1ebfd5d3b6869f012ccbe5cd637a621efd2
MD5 6dd230ff46f3e0814e48651e70b9ba8f
BLAKE2b-256 67610da72a9ed22127a563c12db20025255010661f7162f494741c74242d195d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dddcd78cb35946907eb2be607ba9d620c05f502652937c9ea250078725b1745e
MD5 c7b7c91b46526b5d9e016821f7958258
BLAKE2b-256 949fe3da32d705a704ed7f1324345dc0a0ac108667bb16a8ba50da7f4c298c0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 331d103b35d1d402ff8c7a9ece77b7c2191f5d6e4b6d8299be08374c4c4b91f8
MD5 deff746735809d2c453cf955411e09d2
BLAKE2b-256 cd364792c357fa2b19d5ed4f5bc2b634dcb5f658c541ff33263e09002b680cd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 096e0a4940395f73903a295ec423a338594ce07d405206e9d775ba7168861fd8
MD5 fb704f6c6526790c26d616898f971475
BLAKE2b-256 40a0554e03a80c8650be3985b4aa427a80491a8cc462c3cde5890357b5976597

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c825270d342cd071b369e69e36869271a7c811155744ebd4c9b8a6dbde24ac7
MD5 37f44436ee8357526a2c193d17ce48a3
BLAKE2b-256 b068a9e1d45f347ae2ca08d5a6166af615871c323501a4a92c8825a4e604d32d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 732c7e76840b2df62975ccb91ab176e430a7dbf410acd993a30f6fd7a485e698
MD5 8458b9e94351cf0b00f44a7ffab1d9b4
BLAKE2b-256 7ac54aca1892f48a1bfed8b6434a02ad2762a927c0725cfd0196f3a8f46becbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c2cf2919ef287135b0cc2113dbdc85b64dc0e2fa4bd5c3887fe09c0fd1926924
MD5 5f37e315d2021a21c805c98a69cfd346
BLAKE2b-256 9b2aa58a9ee65f9d60fe8be646bc1c0fdbbbaafe4c77ad36587523535e9e4c63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6af821d1371271e2072755702a7c5d073ec67cc27d1909f4e646c5a62a82879c
MD5 8230d7cd68ca5801ce72610f47149006
BLAKE2b-256 0aa7a6aa117ed3fd28ed67e08a54f74c3ab10c45f1e2702dbd8f12c248b382ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa87d72410f59d969d64112c9dd2b51999f6553f392f757844bdc85060092de5
MD5 cb10bb65c4bf09a2d31b8eb6904aa618
BLAKE2b-256 07b51be18ba1f2ae52598917da774820b4d0020a7ab50e1c54c33ab1820f06d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7f97ff4ed54d63c6241d1634d2f55004b5f83cf28cdf609302523e2eaec1a09
MD5 62d6ef302fb600afdac4052cc9cbee69
BLAKE2b-256 ca32590315956ec40443d6992a5e0ddb11be5615d6aaf38f6d9edf970ce28685

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55ce42888c85262c3be66133be0bc4236a0f445a3568783e57a467324bcbe03c
MD5 9f35d53548330b846a1633d377694fe5
BLAKE2b-256 e69225397936a4f881cd5c9731e260009240544d6a959bfd16e14174983a4cea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 442ac9f06c7592cdc01fc7c9ac827c3be5d2c885c2e71b55ee40e249554a878d
MD5 6d70bd619adb8c9c62c18678b105f986
BLAKE2b-256 28495ff1c6580ac55073ec7153d9f14b9b9fc5a0cffa3bc9188b21ed11ef6952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f657f4541dd469e2c9d6cda8b266b33327742142616645ecf971433955ea5eb2
MD5 d7221a235a67a0e4359a5324c9781740
BLAKE2b-256 1a18a6711865161c82e056ce4001b859a49b1c28830ced8c14dec99bffedb50f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 58bd1f20d6e37759a3d6337f7d2a2929e47e1833ed1f439a1dc3ff841a335d7e
MD5 66e4aaf32ae188e566611b1f29492808
BLAKE2b-256 6bb815a357fee630b0016b57bbcbc7e67565dca4d379b0a9916cc10ddf774ae2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fe0df5af0f255f8abaa9aeb728c4cbdea4bc144a19f510fb0323959b88ddade5
MD5 09c374ffe5d905514f681dd80a07f758
BLAKE2b-256 0595694fb96fd499c3765fb5239193bef4496e69b98a39eda7c0f1c2e3ebe056

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b68b7406314b45eb813da12426b3d60046813b0c32c2fadc0ce54264554cfa23
MD5 5ce7f8b2736f3607204e4a41a86e1682
BLAKE2b-256 0c2291cd80c88ec41d773e33790895a8b4732884bb5b571d760f0730ea9e184a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 84e7c8619c1a583730c73c8c8a247584f5fca980e51d9ec5ad1fd3a34a58aa4e
MD5 e9caa19ee48a734111c0e4dd59ded4e6
BLAKE2b-256 7155660e086ee3acbbbab2b19f8cad93c0b0cc1044a660d0189ea9bf0ed20e93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d4e65c80d3dca5e5daa1663efe620c6c94476be8c86181118f54aaae141cf79
MD5 65f79cc56c8eb78e1e03bd3536259f15
BLAKE2b-256 2f26cf15bcbce65ed45f64fa0806889592c18b598795b7f2461429250a066d00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 aa96e4100248ecc9bbf0b7fb06b1f6ce781592481de1ebfe2a665679c4219381
MD5 d54111b04098c1c7de36ae92b278e1a0
BLAKE2b-256 25179160d6b4332b430a8b24bb5d0db39af2b2c3b483d36d11c5fa8bc9c9468b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9ae2ff0fd28fbb899568029ff590081acc64b9c8133c660d0cff5645fb517091
MD5 c64795aa18a02de66a1fc9d158e2055f
BLAKE2b-256 4e98b1668fff2ec5038a66927abefee7e419c00cfca9a210ddc277742fb6f5f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 670efe787797766f42f360e2df689d9f34664194d5d0002c6333ae682accf2d5
MD5 fcbb9a8ab05e11442b33bb95810bdee9
BLAKE2b-256 22185037dc2b30f11fce10430a609f8b52305391b6ae487b2815513f19c59b44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 808236f53ac496346f50da3c600699ba22e9eb2e687740c7351b22448dd4e75b
MD5 1ec23902a0f8419c704f66f946d97362
BLAKE2b-256 b90bdf33997e040968e53a6b3280d01a21a9a0995001e0af1ada92061f598ea0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 165e053d44b405b60ac3d51854e5ee93349efc95d874f4cd23b7c2313bd9e94a
MD5 2f6c355ab780dc772a4ea80b0ca11d66
BLAKE2b-256 f610f446e804430f889a4ab68af78190126c892169c7063b38607b9f6b82ae67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d0b0326c0afcb2284c27440d39f42a54e1d31a3ba15b4d9bab889bde8501d0b
MD5 0c9efe563b694015b20502a68f996ce5
BLAKE2b-256 d7f0153ef5b25e382a71a7ff3f6d207f3583158a1d283e9dee95f302fdcf41c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 96d51f7eed4f989e0ebd2ac220248151fa332f9206ebbea67628fb964f474826
MD5 bfe96820b1d34e30a6a6e7f02c535210
BLAKE2b-256 1ab1a1ec0ce6ccd4839aef2e59ceb6fb7eb4b41124d036ee030279bfb8d901ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 45fe8cc64b08ced8325d53c8c2123a8e1d275391c18ff5361eb49ec6c7a29c97
MD5 1b6b7bc04f634cd368fc9e66694dfe3e
BLAKE2b-256 63a9ccc8278b138f6f631e6aad32cfdf322b2b365f2c8f41a4e7e878b2c98ada

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a9b1e9758bba73dabb778d3e4c7f52eaa5f339c1a837eee14eccc32c565822e9
MD5 4c6ca76ef4e16ac56bdedb30fcd8e87d
BLAKE2b-256 f11a33dd290c9ebb5f3f503c984eb54a668dcfe2a073ed23ec4b1b4b054e21be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 692e8786b535f69c4a55789ba9568f38f0988f6adbcccbc07c1f0c1620836fc6
MD5 2abfaff7150a42fc3a759efdf5f3ec41
BLAKE2b-256 9b6bbc9b2d9d548ff20133aa844bcfdb5a500ccf9958cf9edac824890cc802eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d26f3e060403b65638f57f43652e45f9df4920176a0d39f17c92106feb070978
MD5 12e462e245072600bdd9591cb351eee4
BLAKE2b-256 8f8d0ca6d3b2528fec5b2c4be9ad869ecac882fbee4f56c6901e3f36d7a2d90f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.16.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c293afed51e749cccc136c30a70a3e606a5cb64ce9e13cb5ba2cb8b93ced687
MD5 e3a3da931cf0c5b9c899772eceb59a32
BLAKE2b-256 006d8e1c875617e304ac403a0c9215d1c64649a2558714b1e215711896d78145

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