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.5.0.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.5.0-cp313-cp313-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.5.0-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.5.0-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.5.0-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.5.0-cp313-cp313-macosx_11_0_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.5.0-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.5.0-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.5.0-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.5.0-cp312-cp312-macosx_11_0_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.5.0-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.5.0-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.5.0-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.5.0-cp311-cp311-macosx_11_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.5.0-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.5.0-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.5.0-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.5.0-cp310-cp310-macosx_11_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.5.0-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.5.0-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.5.0-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.5.0-cp39-cp39-macosx_11_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.5.0-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.5.0-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.5.0-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.5.0-cp38-cp38-macosx_11_0_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ x86-64

openimageio-3.0.5.0-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.5.0.tar.gz.

File metadata

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

File hashes

Hashes for openimageio-3.0.5.0.tar.gz
Algorithm Hash digest
SHA256 02d77a346e8a27cebd3154585b3cd82be2caa24725e8e8790a4783ad973f7a27
MD5 105cea478273a99c520390565a97a217
BLAKE2b-256 95bf110bdb0a0f9f3fcc367ad068c744aa0d755e8071a1ccd57bdfc03ee3911d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b99211ed9a5483fc1c2dfd813f16604cef5eeb3ba99158f55b5dc21918f7eb74
MD5 d45cfdf7f34e310ce0f0f1a811eece22
BLAKE2b-256 7ddefca2ce79918f889656c7a46004965ee006f0c8e2f1b1df71c4773441c3fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 89cc2b646b7de61bb985fbea1e085fd9e552b22ba43edddbd9a99658e73967f5
MD5 3fcb20d269e6a0ae54ba0232ae1670ce
BLAKE2b-256 e3e9a6b381fbb764ab39b6b26be16d6a14bb4acbd0ff417c03e200bbc0c56d4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 054da764ad312a0aebd2d1a72a8f445487f4fcfd581827c64cb6018d38a8b390
MD5 3d73e70f616401c87612638f6427cbf7
BLAKE2b-256 da558ceb01accceb8492f2bed13fe278efe4fda47dd2079a9af1a6a91f1d5189

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6efb8254e91675c0e1cb390e4bf0e633271447409af1cb6ac506ae4903316b58
MD5 84a9a80915d5d463be087cb530a73e9a
BLAKE2b-256 a2b1a3b8b69f5efc87a372bf29e0c326147f4ce95f814d6ac69210ed37c2027e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6588215ceda1dc3a4c7495c182acbd44e4aa51e8c1e969091b38c36020048674
MD5 571d98cfa6b602908659aa4a59fd3543
BLAKE2b-256 aec59ab229d35c4d30217f153197a41f67664b6933f531c9315a618cc557c482

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a4eb3d641ffdaee685660b15f2bb12b8afd98aab5dc63fc26ac89e64c5fe748
MD5 3769607ca47b7f7436deb28a514058f5
BLAKE2b-256 82a5866c507480faca814cce3f40c54aa7af14e5bfee2d94e1e8b9377181731e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 407d87c96c21156a002f46f3412f881ecc0b52dc99d9d37fd3d7d92dfed48e50
MD5 52aaf333fc7728517a582c3015e73426
BLAKE2b-256 3340c71cb4b51b837c74a5bfc47b57337514f9c6a5ce49083998115ff3880e98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7cd23c1d2eb9849a93f0b7a321c71a4c394d76d91b8000b25ddf2521aa6f590b
MD5 277121d80643b7f0dec5c0e3212ef5eb
BLAKE2b-256 dd6f4a8fc1eadabef4f2bd5ad7c366cf02554ac4e9cc7103364a44e774f0b572

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3361d3abe24147d4c4f22358a2ade962dcb398cd31018c88cb6ab974843301a9
MD5 2fd33eb4779bd1a254f56d991de32d45
BLAKE2b-256 0289087c79f8668cc0700c00d712eabf58b08f39375c568bea2b9c7830865887

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13160ea4e447181143af47d747e06af55708ef82adc99d34dae2a076a6bc2ed2
MD5 b213c4ad0f6fe7e7e5f6d568c96e637c
BLAKE2b-256 a4d1b4a1ab0d0dc6ac0a9a37e4e257524f7ea7f36ebe820940e1d6b2eba0d38a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0200a07b5c78888e24cb614e5c5ebee52de2a1574a84c188681449f3d3c243fb
MD5 f0f27e6ae0a37db190ecb3c6f1bc3b49
BLAKE2b-256 86b939c2df45394ad06aab582e770deb8d1de1f79315c2a47fd0b7b4ed68e37a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e686ad3906aa2cc0efebefc064e8b4f15b3a339343a7934cf8ebeba5828cae3
MD5 fde30f901c1da369efefa28bb6753545
BLAKE2b-256 ea5b8f4830cda590c24466b9604ebdc6cd557b445114695838ea805488c3215c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 701aa200a8f38de8135991d4d098cc83cea550e136370cc6c004249a6116b528
MD5 6bf660d844ab3b83538e30cc93ce0429
BLAKE2b-256 0459a937bea7d8c74ff04b0c49dfb04330f12f3b54a298abd9503b4867b981f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 25b805b20557d6cf11bb0905d2175cd68156ffcbfd77de9d4571e516fb27135d
MD5 774d55b27eea24e6f3d993a9db937e37
BLAKE2b-256 e57785f4b4bc384aa97dbc9fba5b7b3d1525de588370a3677d45358f392dc95c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d12c3f656212de121e834e6473cda33df5e10fca448bc8c0c864bfe9661af8c
MD5 fcca5d9fed1cc6b116dc1beb592caf41
BLAKE2b-256 ee0f414110204394f58533d1729093cf806ac0cbf2559773099d4cee5508ef0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b29d8559ce4e8cf001728ca8350dd0694f23e6167cf9e7aafa8e290a061142b
MD5 1870fd747f12d211ca78058cfb8705cf
BLAKE2b-256 be47848978388c4c248eeece49c08c00270db2ebc1207485cf22c19871c94514

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 611b9a7851a9b46dd89ea2c14b622b9b0178725023318a78fc685a7242731c2a
MD5 d76d0074a35e3f387224b15f58659688
BLAKE2b-256 03943d2871b5b6c0a0b004e05a53b636c6816c65da2663d92cd9633e99df42b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f76245ee798fff9dd0163c1d17b6f6e7a9b820335e5e946d9661e1ae97f582a2
MD5 6e24984eb7d4a12ffca6c5bd99e4a146
BLAKE2b-256 d57f1f4d0679d75cc0360b8b2ab11cec108eea1d0cbb9264dc3af299b1dc22f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7d505351d60c7765b73d0e1460b48f2d12df4df81228414af86c700b011c87f3
MD5 b63cafb83053b2736a2a588f540e79f2
BLAKE2b-256 6b89175beea76e09cc227a2d94cc449e779b379b10751fa1fb2087f8e8a2b657

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b1d459c9a772dd2deee7407e723e59db2299432a74263da9e40ff1c6085aa046
MD5 4ffefdd097da17aace36b5ecedb4efd9
BLAKE2b-256 3d5930315cf56e49dcb18317d2b6dce6bcfc66082fef85d0cc371f2c36d99475

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6e45005af4e26d28609b994d4b64441c4593c6da115983899523c5abe6407e8
MD5 66eeea1edcdff8199ae5cabb518fa0b3
BLAKE2b-256 c992a570330ba89f340bb36c4b9e291a6da6f4cab7f4689d802bfb7f0475bb54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc5522daa7082826c4464ff0dd4d659f42e445794696c74c5ecc7b0713b9e2f5
MD5 10ab2cb6c97c5623b18737f4ca370e6b
BLAKE2b-256 3e87aab81c153efc313d2bc76fbd6e538ce19dc4a33238a715499c9215901f00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ab9229efa3e590ed52cdcda296179a8114c456a8ed1ecc764c73a29c3d8afe63
MD5 8919f8884e5fbd36fd9a47f39def95bf
BLAKE2b-256 558ff2b8a4892086bae3ec0ce1fba2a4050125d4c52b867c5acaea2f037a8798

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a99ba7b219899df432822e595cb1f812dfc464ea58bcccaa7fad50c36bad8d1e
MD5 648f6c3ef3d4a3e1d53a97c922c7abb9
BLAKE2b-256 b71250205a6597acf75b2512de9a0a94c1389a83cebc36d8038c7fd2972c6520

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f3bcb8d251d8f39c97d9f40e44eb8afabfd165981b6dc2f9f6afbe54be290046
MD5 35a3c70cb8a78073e6d1105f415a688c
BLAKE2b-256 ec55e1cf62dcadd7693ac118f8415862b74e56e136ffbd56a2872eeca48ec85d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61f3d5ea5f1abdc9e2bcff918e902f428785bc1134d10cc3d45b096ec1f55ccd
MD5 61dfcca2be411962fe30b7f2ee322f4d
BLAKE2b-256 3d37d58c1f801cca10502348ed2c011bd0560c647527e43cc4b1b82d0f7ddb34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab670ff0a95ccff71243a7a213d7240cf3aa6d2ffe2ce145483b8ba7d0d64471
MD5 6e9b520dabe51466b8158c3a39c01f1e
BLAKE2b-256 133037cb8d25d102d5df4bd41044d901c0b72b72f55d1ff16b472777ac05b822

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6804e1ad53495f798d36e89019f6c0689e598ab45b003c1832a49d4a18c7829
MD5 266c4e0caf7601e75ea319de1101da37
BLAKE2b-256 0f88642a5f2b106d35d9ec4faebaface53e2c2f13cb5c0f66ab0d1a4ee5d7e44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0318e001690a29cff63e6d6cb9e5d46f313dfc7f5e497d66d108633f9a97efbd
MD5 deee046f1b579f6da9ba03974cdf7d97
BLAKE2b-256 14c49f4cd5aa19367deee9faacfefc8fdb7da5d5501e0fb4a57339e42745c40c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9418845d1f75ca69d7ab5fa8d4ff8719ee09fc9d7c4b423bdeb5d8ce063d6a59
MD5 8aff7e500ec0e03539ccf1be93d3bca1
BLAKE2b-256 a7a84414b718e2963233e847c05187853465d3d74f28a2665a0db6629df2f97d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2c76939e45050e720e4ff3a652f198e4ecbfc8cfa7b5c062c9a218643092b2a0
MD5 3c816017156ee779c5cccedf6d28ba16
BLAKE2b-256 238e53f9d972472344abcb86bc1c9cf9b5b6e3b851466341a7dafb6f84120ac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67df8dbb871372555f79843137db8a32e40f179a2253c7dfd61a6764a6df8787
MD5 dee51838adeb47576191f56406dbf18b
BLAKE2b-256 7d3717f441c396e83c7927c95af02a762df65ba023de8b51f165b7cf0708991a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee7fe9aaa7c69634dd8554f846d59ee2b8c0c74a6fefaaa1f4621dcb2cd13ede
MD5 4c6a4a301c60fcd49b72d297ec4915d5
BLAKE2b-256 6f41e594b9ef75e35f94cfa42d53d91ceaf930406c37b7f051f50d1e9ae32c18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad10d6f2f5bb4e11867ca23e9e5aebe36696f5979268e0288b06036253586a70
MD5 d8fe850482ec8257b614540f98b034b9
BLAKE2b-256 80dde45828bc2fc8ca33bc70d5d2cea97781b402d5452aa4fd96cb4ea155e736

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 07b7e1e7beefa467340250c841970e4f0ff7f215c69c4c79e2e21241282c3e0f
MD5 5e78a30d3f7f085af9321d4e9fbfba95
BLAKE2b-256 6b34c9c9de90140c3fd2bbc0833113885ea6790ffedeb673ff86ab0cf66167e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.5.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e302210ea1c830def3fabeeaede8c5f37097fd20c6f944658ee5eaa812e7ee07
MD5 1915c8a900ee840871a6b2b0df04e3cf
BLAKE2b-256 5f9f9156d9d5b916c956bb60c1245c266fa961e75dd2c8a555d1172735e9c2d5

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