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.6.1.tar.gz (6.0 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.6.1-cp313-cp313-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.6.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

openimageio-3.0.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openimageio-3.0.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openimageio-3.0.6.1-cp313-cp313-macosx_11_0_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

openimageio-3.0.6.1-cp313-cp313-macosx_11_0_arm64.whl (7.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.0.6.1-cp312-cp312-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.6.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

openimageio-3.0.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

openimageio-3.0.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openimageio-3.0.6.1-cp312-cp312-macosx_11_0_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

openimageio-3.0.6.1-cp312-cp312-macosx_11_0_arm64.whl (7.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.0.6.1-cp311-cp311-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.6.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

openimageio-3.0.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openimageio-3.0.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openimageio-3.0.6.1-cp311-cp311-macosx_11_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

openimageio-3.0.6.1-cp311-cp311-macosx_11_0_arm64.whl (7.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.0.6.1-cp310-cp310-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

openimageio-3.0.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openimageio-3.0.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openimageio-3.0.6.1-cp310-cp310-macosx_11_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

openimageio-3.0.6.1-cp310-cp310-macosx_11_0_arm64.whl (7.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.0.6.1-cp39-cp39-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.6.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

openimageio-3.0.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openimageio-3.0.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openimageio-3.0.6.1-cp39-cp39-macosx_11_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

openimageio-3.0.6.1-cp39-cp39-macosx_11_0_arm64.whl (7.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.0.6.1-cp38-cp38-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.6.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

openimageio-3.0.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

openimageio-3.0.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

openimageio-3.0.6.1-cp38-cp38-macosx_11_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ x86-64

openimageio-3.0.6.1-cp38-cp38-macosx_11_0_arm64.whl (7.0 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for openimageio-3.0.6.1.tar.gz
Algorithm Hash digest
SHA256 17df52c649ffb2965cacd5d123d7e1546bfa0942c973c4746a41bc29b0412102
MD5 5ae8428ca4bb4cc204d2eaaf647a01eb
BLAKE2b-256 5a198145850e97330e08a50d0c6c6c2bd785ba26b12794adb9013c57930a85ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c06eeb7802b402af90de8a31e4e234a2c1d20478deacdba10869ecbf7dfca87f
MD5 3ca4093cf34110e24c131b48744128be
BLAKE2b-256 60876397612c8333f0b9916120566a63e896d88fda4146bc2a9a7ec4a6d81c29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c87b442846a182058384afe84575013c62dbc3a20392af3574901940d9fc3379
MD5 3ac4143af1ee1f502b98a193cb570658
BLAKE2b-256 534543a278e4ab05f833b8d890e770b0f6115248c2e0ba00b605595e639430a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aae8693d3d635fd97d09625a79515ccf3085c346f9d3f3e51c925f198d9031b2
MD5 31ea6555c2bcd75fc4a1c6127ac5eac1
BLAKE2b-256 d23eb0874c61be268e10ad948914ba896c375db6fa0bc0c681617fd19fcb1f9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 994279f9e88af575cbac1f40e6c4e78a5563dbcba1019b371d44cf1d3506a3bf
MD5 1217a4f2f44eceef80f08c3274318d1e
BLAKE2b-256 e7c6146844892069eb3601b8414a966df3aaa4e739248eadcfed8ba1a302100b

See more details on using hashes here.

File details

Details for the file openimageio-3.0.6.1-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 91ca9907b3d39660db01034f109e5f526adce68445d81343a8fa6945932fafba
MD5 69936493ae986b37ea93a0e968bec7d3
BLAKE2b-256 404eb6dafe9445c561495a744f703a09cd9664bc9c89217e9aedc45845a59f9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24718e46be539c97c67db203b5b9ba6a710a14ba45cd752465364abaa145cced
MD5 9f136e20910448ce335d1f88ee237bb7
BLAKE2b-256 6f45dbdb450da1c011e336a74e12c52ab4c62df7da09d804b77d4bb98e769c39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ae3d0039012b860e488b26aaa1e217ef97110cc8eec86bb379490e23ae29e407
MD5 01478c8858f0beb6e59f8f440d650e4f
BLAKE2b-256 9ac7cab671f4ef0d68df1bf0471f41986f78ac9c52758c6f092622ad16d66c9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e02f37a548ae42851d0131dbe9bf20fd2d58755a9dd613e04f0cec496bc9e4cf
MD5 669d8b4762db73ef7ef6d04baecc5b46
BLAKE2b-256 4d97853697f748f39a130588807ef277b59e22859c200657facf5e035e7ab5cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f031208161e6da59f5eecb64af666030b71de180bcdaa0bb161977281fa7f3f9
MD5 329fac454b025f0ec39f192cb76027de
BLAKE2b-256 349cee311b01bc6a2eeef647c8c159f21fdee714dfe878b3878d075bc8966588

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 029e01fd729cb1dec3a344d1d19b036df5b0395c871fb5502967397f3b21c214
MD5 752017843785773669fdc1cf6f9b9410
BLAKE2b-256 28b112b2c1d9d3c6ad982baba9d26e0ce1a421b374e7ed708f600ec77229b0c5

See more details on using hashes here.

File details

Details for the file openimageio-3.0.6.1-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 49dd4e47e9e50be8d6888c96ad906ebae84e72c46509dd8b6fc69b4887511d8a
MD5 cd3fc7dfa406662f0ab1dbc0926a6bc2
BLAKE2b-256 6b7893c670bfa31020798b844bcaf350774733c9340818a013b17f705dc11342

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f55a306f2c216f7e83fb6d6d5d1aaf3b8b7e67c2f7fc33b8404717809cb9413
MD5 14da846c2ab89e5bb4463ad36f74d361
BLAKE2b-256 bf18554be9447eeb900a7bea0951f6387bd85cf82238cd93a6dfabea38f6e76f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a7f2abf2963f43d65a15cae04411431b9ba38a7abfde1eeb1268a96c285e6594
MD5 0688f2363566f9144ee8e30e541a1099
BLAKE2b-256 f1d1f6c416b74b0a1aafc91a1e555903b3cf090a43d1e5e7c34e8177705b313b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1edaa629cac08b187da369b037349a2ca8b2e78ebfaf1c5f31e9daf687746814
MD5 822cccc4703b94cbe605518d45dd9db9
BLAKE2b-256 e3eaa86f225f60a3ec459772ccc654da7ed33a922652e599ca17747cfbb078c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e93768c2dd9cefe720ed5f689f5d7f86c3e883612ac23687d9336831b41042a2
MD5 5de60088b2c57c18f30897f79e3317eb
BLAKE2b-256 f2b91ed4711da491203f2b8f67571c02d0901c68f444b3f851388a1545fcda73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ecf9f435cb2acdf3c0e414315b5b84bac42a135a4281e9f772e2198cc433cd8
MD5 abbb7ee28ea7f3e4d378486a950d42c7
BLAKE2b-256 c9dfbeaa86add901e045c9d9955052fc4a7989460a49b15b144e6bcd219fb0ec

See more details on using hashes here.

File details

Details for the file openimageio-3.0.6.1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 861aeea27733fa5ddbd1c6d5389de42cb4068f204b8d5bb942f4d2b79a270bc1
MD5 f723f4f6e5ccca987b86d3a07e090e03
BLAKE2b-256 5e3767504f526bfab53cf4604bf26312b0df80d8c58f88c070625f5122012e83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d66e86aaabe498514c931046e6e6e1954d0df0d6db6867f9f721c1d5b01f03a
MD5 0507befaf731efd1c0a14148be897c03
BLAKE2b-256 dc8edf856207fd2db9bc02513a2a961ab0e3301a3dbea1c765a8a82fd7f52afa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 855996d76da2e4d82a2dccac81829e711ebcfa64118bab874b5da99920b447ce
MD5 af78c6a102996109146d7b99a18825c5
BLAKE2b-256 238e6a8a8c9be9936e9c1a11168fd483347902fd5f9bbf136daccded1465b48f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 285c8852a899e5dea448bf7b6a8d4519a8fbddef5eb7204b9427d67652283190
MD5 2d05c33f953a26c72fb6446c0d9b01b0
BLAKE2b-256 d1d0603f29a5129947b2ed001975a8fb9a59b62e8a01b4afb1e95efdffb6400f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7700f0ac94ad45045f89db717c3181c739c97c828387eaeccb80a61a6bbf3454
MD5 a2a5a6898e93e3ab94087dedbbeaad04
BLAKE2b-256 f631c00221ed3521f2ec6675b5c1cccb484c389fa6c373f6ffededf825955e22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 21a9fc720cceaa6b9ffc02eac896dfcf7051fe4d03eec69ee1a819ad9a60a7c7
MD5 e108ef3361e22846a9a60aef27f935ce
BLAKE2b-256 1086b863a842fc8f7c1cd34cc767b0ae31a35bfc459ae0a94ebe56372a60b715

See more details on using hashes here.

File details

Details for the file openimageio-3.0.6.1-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 df569aa1009faf4644215f75327484c8fac392e86d2202beacbf0c35094a9f10
MD5 b577dd2ccd99d9b1582c734cf58a2e07
BLAKE2b-256 e74856051e1e28bc38ca5f014bc26734baec03287748e848e8b79a9a2930a0f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c54a3c054498050fdd6c15656de8298f72fbae89239f21054e06edaacd4def8
MD5 da44cbdb86714a78b96dc95086555cbe
BLAKE2b-256 892dd1aa3864d8ff1aac04e203275b5a637e3c51ff5afde47671ab1e18fff8ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6f7648d7a4f666e167c9736ed9be551c76d0df2af3dd7b207ca66dfe7d110a31
MD5 cb812c4b4d46c5011ff5b49e51495179
BLAKE2b-256 dfe0ca6a23771d6a6067aa6d43ec961d4521e67c9623f4955a78692b5c3a6502

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d2c56b268a07dd871f5f84e35c172d79115a1a4de18c83afb89016a20eeed98
MD5 47a0f1ef301b26aaa3413cf53b86da93
BLAKE2b-256 93451319c9377a8862a96460d73020cc5ef81e9826a028f1386a3b7ddb7b8ca4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73c6f0349c9a0c7760a6af51174f4c82b1b00849cb07824705592dee4fdafbb9
MD5 171b2adec5097c4a0965a4feaeaacc2c
BLAKE2b-256 e3f95c19f8bff185f00e11e82155d1326c609ab621a345f94298dd75214a27fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e8af678b2f04f46f2edacbcada26e90287cf8a2d2d1439e755d43c55b992847a
MD5 42cddfcefac4dc6511d632c61fdd9594
BLAKE2b-256 3685dd6bc5beda313d8206fd6b599066d1546ef18d1af1e30175a27002dee263

See more details on using hashes here.

File details

Details for the file openimageio-3.0.6.1-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 edabe7e28129c95734b55cf1c5c5f9115d5622e15a3a847759f1b282c9e158cb
MD5 20d323eee85335cf9154c1981dea0750
BLAKE2b-256 079ec0e6b8c9d157f9c278df86867a0a61df7ffe3612ac1edaf082edf922c9b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e1e9787dee7571f375b1bb454b225aeffe16d0ac00b6d678a5ee5a4525562ef
MD5 262a3de161e78fd3c6f9601d4dc906fd
BLAKE2b-256 eb2b4e18810e11294f1bf7a441c9047ba8d977d30d966cbf4f37e351ca2d650b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8cb44cad39a6045bb80dec123005c687117cbf50fb4123c5a4408fb5b297af10
MD5 c1a3193a739a37e87b38bba684d10da0
BLAKE2b-256 00420ceb2039145b1f9a3d552c605401fd1fc7ac24425e6d8bf22ea7e06693a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1271034041aac782221e9f6f0eac905d95bdb2c8916da9fe609a19bdf9754b3d
MD5 90d9a2e533343d94223ed21af0ccd252
BLAKE2b-256 5dbb8ae1ee7681a3a14b9fa2bbd4b59ba7bc7381af494801656c6ff54ee61440

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48eaf555054f9e04c115f9ac7aace317cdd69499255b5853b23ca5e0cef9fa98
MD5 59e0b9dab80bdfb1bd7b35784217ade1
BLAKE2b-256 f6d8d404cf200c66969ecb54d5ddf8dd6913b002164111d9465895af908c51af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b41fb29cb238a5bbf9c832bd69dd3665ce835dca81d60e3afc172c623b5cda27
MD5 438ecdd3d0d125355975be04ddc9e81a
BLAKE2b-256 24ffce5ff1daa29e4b303631d870c8bf17f6e953e2b8eea821a09456cd5d8ad9

See more details on using hashes here.

File details

Details for the file openimageio-3.0.6.1-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 14918061fe18241c68edc9530c728cd0f4925474dca106c3572124579f2110e4
MD5 773a9e5253680dbdaa336edbb297d08b
BLAKE2b-256 aae496f3a9c21f942e8eed3de71183fe3ce8b8e49e9f7c4cea7f852450ff9346

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.6.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db4e6187a23cb4ff35e30d1665982cd6bb0920f7260fdce55fa2ae844a5fd13b
MD5 467a8b7758c1a287ba4ebbb4bacc9de9
BLAKE2b-256 fcf542ad5bdacf64e656a603f14df9e330ed0bef1f7b42a1d1f4025481dcdb95

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