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

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.11.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.11.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.11.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.11.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.11.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.11.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.11.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.11.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.11.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.11.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.11.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.11.0-cp311-cp311-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.11.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.11.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.11.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.11.0-cp310-cp310-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.11.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.11.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.11.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.11.0-cp39-cp39-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.11.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.11.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.11.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.11.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.11.0.tar.gz.

File metadata

  • Download URL: openimageio-3.0.11.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.11

File hashes

Hashes for openimageio-3.0.11.0.tar.gz
Algorithm Hash digest
SHA256 c7b26b9503e2ed88a94b27d10b448c0ae530ccd1fd2cf9ffc3eaed0ad90f12ef
MD5 73dc24938e64095b26fb003aac49cebd
BLAKE2b-256 beb8b890c1beac597f44e4958613e8b66c541b5e75dcc10f60ee1223297c16dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 030c84e6eea54d2b4931b92afe2447a9a2bfda60b8929dfb33e1fa04758e9d14
MD5 1932dea5db4ca313d2c31402e3d04462
BLAKE2b-256 fd40ec65b436e79447ff5188c5e8f282c5ded15e160eda43cd678d76db3ac8aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 283e98d21a52a9b7715ce93d364e1739278719aa8b3c56dc5be4ff4b0485c874
MD5 a79056b9d1265b7dbb985ea177557dad
BLAKE2b-256 28297b5dc0f6bb852ec3a35bf46b29cb230a10881a378d1fe512b711456fa0a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b768362964474e3210724bd072fc9e1ca4f8250cf35a82bfaa3f287f855dbe49
MD5 156c83acf501f8b8f14cbfd2db4c0c29
BLAKE2b-256 41db5cec79038365c52410c6fdbe2917a05dc644bd8b93339a8b7342488a0e97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7fda7440bda90a19fa382d09b5a30d8687e3adf64285c4b6bd246069754a37bd
MD5 f3e253bbf7a5413e1e8933390d2b7740
BLAKE2b-256 46d97ceaab8819969e3102f367bb0829e5b9f05abb1def4720f5852f69eef6bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02e8f974f9efce8f5db6ce110eff95084b9ed2640b5f58fa4970a0e82551446f
MD5 c40c95f0de6c905f5bfd6465d93e8fba
BLAKE2b-256 1df98e539a612dc19565449550cb01860620be276599291fc8652d58e50b6d67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5a0d80cfc6d2e3f9868217f3f88f508d183180d2893bd9d782d92016c01198c5
MD5 bd72baf42240cf50679b89af38295526
BLAKE2b-256 5a5c3fa258818a39f0cb925d335b4ea03e2a0fdbc02a329c3b802464164188b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d979fe419403e001f5bbc00a4d8c42bb6324d070f441fa7bd7637284d83675a0
MD5 35f3f014273dbaaa9dbce295bcc14862
BLAKE2b-256 dcde4252e91576499f698cda6d0751d11f5b027e614631439153aad025aff7c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 78a7dd232b2e11f6aec7ed660fbce272723650256a909c19bbca538a80f2a7dc
MD5 608e266e65ba707c9097402cb89f9573
BLAKE2b-256 6cbe14897949aaa676b8c5cda73cdd0f5a01f330231a3787c267017761023ef8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a73ab35c04c505e50327136c6a4e4f0122bdff5869ca3cc023b65a343d940cd
MD5 2c5191566cb721c12961445d1cfba8fe
BLAKE2b-256 d0829845b4c8114262a59f6688955b6b44d2440d4ef238ca52228beea36b1160

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cfea24ea1211abe2168d94062299248eb069004aac5fc3896fd80a1132a9d0c5
MD5 1c9dcbf422feae94afcc617f3aa74e4a
BLAKE2b-256 a67f47cd7a33826b21740659a08ad660a3158eab4c6f0ab3debd239ba4d041af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6032bf79827c3e7ce12aa28e913520ea39833b009fc573777c5f1a2a8f6d8770
MD5 6b6a78fa3c747a1460fa74b86696f8c5
BLAKE2b-256 3e8dca6f5f29d59428a682e0d3be661e4dbbd4f199ca18e54b340ddca1b8a1fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 41713572c71a109155f48669ddaebb94b1c951cafa3068448e82148e6fdc8910
MD5 25124f8186f172f7a0d486ecbf1c62e3
BLAKE2b-256 56496f0eae32e782e592fe7033cd1680957639490a7eae61331d26810f20c761

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 841fe21a7a81045094eb6bb52a3040efbcf8cc3d6470aa680efe5db25b352575
MD5 55fabb2a6df2b3698fe2ca9dbbc4a5b1
BLAKE2b-256 3a5ee148174fd9b1d083040faa9c68a6281ddc2e5bf5a8edfa128ee08274355c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aaeefaad3be92186ba520ae0a0f425449b1cbc0175784fda1d519c5bcde581ab
MD5 c06ca550dd2315191083022590f2dc85
BLAKE2b-256 1fe2a9670017c898e7f13badc42f2e0253de95746c4a417dd53357a45129b729

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf3f926253e8015c3daedb147021995519e5537fc79866fda99796f35c3350f6
MD5 fa1e8c3fdbf91d20610944b53f491dba
BLAKE2b-256 62d410b4d86613b45c7712bcb7d29755ab55aed1bc96abf6e54890d042664f75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 60475af3199c52896ca23fce6802ef62764a70d9e7459fdad6429356db35bdcc
MD5 47f625ae2f5dd6e8042c7a5129fb66af
BLAKE2b-256 f8214abdfa816448244c02a99ba46d9faeb3f04d2557a564b4b6f09c2acb78a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 012579667120fcd772e175c3cfe5afec6e45e6b7ff818ef506448af7b40bf854
MD5 6d429162f10a3832aa69c3bf6f692790
BLAKE2b-256 ed7f5097ecb0059f7f16ed12ea616dc7cdc4744608b338917422d8dcc5ae1fe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6a6805d5e7b0186b0dd55f9eec4a2f5ca803700b0bf94452d3417bcce88360a6
MD5 5a1b369795b94554ac9bd2a07d68537d
BLAKE2b-256 ea6d1572daac7d65362201a42818c783baaaefbcf94c28153fca8c2d93e4e7b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9164e414f67112313427b2c3f9bfdc974a053561c233328945f6544c1db1d609
MD5 6292172434ac236a5d6e023281661714
BLAKE2b-256 4ba95a63ce942b55ec4bb0ecc7ab7e6383bb4b008acfa6722d90a7acadf750b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7315fa0091a36a7ab2fa284c4f76922b9fed41f6a5612a5c301c6483b12fd771
MD5 bb21f4c49d175f6476db028cbd645091
BLAKE2b-256 a4828d4be3cffbb0d40f98673171de2d33f474f7c71242b83e07c5dc0a0f30be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7560f3711ac0e9aacd9149e5894b8e7b7da073ce3f2621a410c386322227c04
MD5 c27b50345b4b46e0f487a33678f2ab8b
BLAKE2b-256 97953739908642f9bf9f81f400a2086c3b935d858444df88fc45978fca0307f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da4d26842451ce17118546de4a3f3bc4fcd483d7b2a4becfd214e545b37f9195
MD5 1a8bb21b4dc89abf25f2ca9e09edca89
BLAKE2b-256 6c25c7aaad10adde901edc01869d17ec6ce12ac01b7f61e9d47861c7d3536eb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b3652faf10f0c16d5e1859cdd079de793b2be13ea9504cfa2f462e22b2a99ad
MD5 c5888200a5edf4f66a48aadc44a97e8d
BLAKE2b-256 6ed8f071d3f638c6a901801b254c87c8e95569cb5775d6c3478f820abb24e0be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4a8ac1868e99dd1ec38de14952a083a90b1c9528394f985e32b6c0c9a914a80e
MD5 252d9eb03a1b95476e306965c06a3920
BLAKE2b-256 d382bc980e0d726c15d066bd3b9a61de1fca2e09f6a286e434d61d78eb25d8f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c2cfb05e77b9a5d54111b8400a61172c0e2a5b6bead416a7090831e9885388e7
MD5 1b19dce7bc9f683b96eba94ef23772e5
BLAKE2b-256 304d514c2cf7aff587fc9d2b248b7d8f40d151f8811455ef3dda52ac10462a4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce3bcb5f7e81f9813e2d4ee6c0d9e4e27fe8da1afdc49fa9864755a99ba10c2b
MD5 f4f7a95c1b5d551b5535c27eb7b6e5b6
BLAKE2b-256 91c9eec23e245677e42e0857e907196f1f0a449e3ac633994348b6d62ca289ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2837a20381d731fee00d9e21da104342c79c2745ac5dce334593bde81c75dcd0
MD5 db05d3939425ffb5eb93c50a93c9b22c
BLAKE2b-256 41f60cdbb774e96fa40ca673e7c78ac6aad5508fcaf050014e57a0a5280fa75f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 af812dc90d58bb9977113bba558b4868252bcb2aed3a12a4d9f443985a1795e2
MD5 c1b3575ba8360dff1c1020b825bf51ca
BLAKE2b-256 47288451b965d3ecd8c5dc36544db124de8ac8d4cc3273acf3d1899287ea5de7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9596647fc71312e1e5e49ba6af21e6c382bd9d2f01c56a7c16819745f44a1399
MD5 4e019f6bd8d1dc17ceacb948d0955642
BLAKE2b-256 ab2b4373f12def37e613f6a365c26c14c21ad1a310a45881c7249224246b5584

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3c303d06be4d8ca1285f0a4de99c95ad661e7183c3fcf3b85e2e015e1d668243
MD5 fb9e88f5bc93fec9d6d48ddbd89f6214
BLAKE2b-256 7e046af152b6bb3b3241ce0377855d2a56ca3a2bd19d7df37018fcea24fe8c38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0fec2ecc95c505371b211b591c36481f40b8d24e8226f2283d83effafbdaa7ee
MD5 f9824d7bfc70237ee6eafc7277e8a2cd
BLAKE2b-256 2b30d5c8a36a54170dde272aadb99c77c1d14e09bcfddae88ef3ebb9ed75b0d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b86e43c5af98f9592d04ca6b343207007d0fbbabf27d53e17e051d7e97408ac
MD5 7576235c2c93905f149693707f96d5b0
BLAKE2b-256 318e91df6c8338d6922f740a3b4e6ebbecce58b408c7746de698ebfc7f9edeca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce370aea6204b4acb89d443b776d737962d82ac8cb747d2a16990abbcd448fef
MD5 aa522636442570ee2c1a304615d38355
BLAKE2b-256 c898175285a98186a62a543a36408d132dc4fad96fcf9c20e072664d154dd3d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23d21b85cdd915bd6e8773e3b11ac9efd98dd7d518af0525b907cbeb5c3dcc4c
MD5 831f1a294b324b15d87c61fd57583593
BLAKE2b-256 7da930140475987c0d1cd4d91ed8f60d526631259f53f15d8b03041ec388646b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.11.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 198d0c2ef353a85c88f52dcd0b4e2189bab0697ec908018baa86c77db5fda917
MD5 5132c533a4d6abe60920bcc15e7027bb
BLAKE2b-256 6dff7e6b5046a5ec5af368f591f1ee8453abfc2fe3f5744961d317e3b3edb50c

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