Skip to main content

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

Project description

License CI CII Best Practices latest packaged version(s)

Introduction

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

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

OpenImageIO consists of:

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

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

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

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

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

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

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

  • Python bindings for all of the major APIs.

🏢 Project administration and Licensing

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

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

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

💁 User Documentation

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

Additional resources:

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

👷 Building and installing OpenImageIO

🚑 Contact & reporting problems

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

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

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

🔧 Contributing and developer documentation

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

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

☎️ Communications channels and additional resources

Project details


Download files

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

Source Distribution

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

Uploaded Source

Built Distributions

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

openimageio-3.1.11.0-cp314-cp314-win_amd64.whl (7.8 MB view details)

Uploaded CPython 3.14Windows x86-64

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

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

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

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

openimageio-3.1.11.0-cp313-cp313-win_amd64.whl (7.5 MB view details)

Uploaded CPython 3.13Windows x86-64

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

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

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

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.1.11.0-cp313-cp313-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

openimageio-3.1.11.0-cp312-cp312-win_amd64.whl (7.5 MB view details)

Uploaded CPython 3.12Windows x86-64

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

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

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

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.1.11.0-cp312-cp312-macosx_10_15_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

openimageio-3.1.11.0-cp311-cp311-win_amd64.whl (7.5 MB view details)

Uploaded CPython 3.11Windows x86-64

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

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

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

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.15+ x86-64

openimageio-3.1.11.0-cp310-cp310-win_amd64.whl (7.5 MB view details)

Uploaded CPython 3.10Windows x86-64

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

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

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

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.15+ x86-64

openimageio-3.1.11.0-cp39-cp39-win_amd64.whl (7.5 MB view details)

Uploaded CPython 3.9Windows x86-64

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

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

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

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

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

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

File metadata

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

File hashes

Hashes for openimageio-3.1.11.0.tar.gz
Algorithm Hash digest
SHA256 7c096607569b0d01266da739bbf7496f1c0a8fb4449092f8f66fde2bf3a20494
MD5 94b95b4d95729f2d3b2e58519248c726
BLAKE2b-256 f6bdd49fe9f78b244251301da7b4caff7053b151df55ce0e04829004ac9f65ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1945317959ac1905e97c8d9479efc716bb765dec82a647365d37e046e154a46c
MD5 72eaf1859c8c90848a520b09d36a9b46
BLAKE2b-256 20fb159531b67af2ddca76dc1bbfcc31e4b94a8d91215ae0fa168e0243327b3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee25034ceff73b8f08ae4b562a5a62cfcdaa0e873ce913c5df72d9dc2a0d56c7
MD5 e9296878c633d62a61aba9db1ca365b3
BLAKE2b-256 0d5bde755dfb3a8837592263511fc14966901d1b8d880eeb3cde9d65b8f02e81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c2affc140802fdc42b2f01aeebedfdd64ff29891fdc2e2c708d4653852eff2b
MD5 58d6f9c7ccd447e877ea8c1d37fb81ce
BLAKE2b-256 4b6f4709da066a4dafef14b5bb0e7e221fa9d65e196806ce22721862627ab37c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f5e106054c01c5a768c6442b712493bfe21526dd4e202e3c18245a0224e6d53
MD5 ed11be24ceefdcb168e43b0f9fc75fb2
BLAKE2b-256 13d8f10343f5ddf6bc9003f8e9c1eae3b2d4b5cfed01fccde6fffe5a7cafce33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f7c9b14c3981cd992b33f8a47735ce099687cddc9d05ffdd03b87490c0bcdd47
MD5 80f6a14b60fe1062c8075fe006e541cf
BLAKE2b-256 2eb96b09045f1a92cd38a59fd3c03dd59374f27c03270943ebd5844247633c70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cb331042a297bd3de87b4eed5efed4c337e1446aaed3807ac4899c129e33d61a
MD5 a4680372e5487d420fbeb9927c14665a
BLAKE2b-256 60c243c1eeb5dcc7620a212c1705dc03547d20c917f3761fd6a2bde3fa3b9fb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 020e7b5a0d2898dca1c66c7c6f800aa2c307a509ffd3dbed2898562445b5f6bd
MD5 bb304274b1d733010354f46787418a25
BLAKE2b-256 e1496593704b762dfe1296229323219e216fda029c6153622a57f1e865f82160

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 78cffd41f1d0e575c56aa5e601a0f3c98347cb9a20d3ca6210b4ef881cef256c
MD5 7bd2d8c9d30ecf67f085cca052fa8d23
BLAKE2b-256 c25a79ceb6c7cf57fdce947e9b341c5de1fbf6e219a0db5ce990e69431c54f90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d294f1d631baea51cf9d940ee770f789946dcfae187cf78a5b440a3cc88c4c7
MD5 1c963197859139e8ffafad8f7cd50d51
BLAKE2b-256 6ba1b1a861bc03462bc5ac6e6a9eac3e4f9e28302f0cc14748e0cd3f1f1efadd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 35ac810ccf3aa8a4cdc1fb19289dab57e20a9d915a78041a6fa2052d3b7a8c3c
MD5 04e7b28755c92f4e2a79a3496d90bb57
BLAKE2b-256 008176375647018dce289e13f8a75c42cddbd9c688baa50d1dc99f73457508f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 30284fb3367e480eaa345b122ccf38df61bd3885c78b237942a585cefaf0538a
MD5 864793887d9e342097f5a5e388a9d900
BLAKE2b-256 9bbac64923d962dd6c2dd0421feaa6000b081bcf1e26e07a125da94488f9cd39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f845304bb17a1fd48f19c972572eb03ee3f96336f2d5599d043cb7ac1c348035
MD5 38df6a3bc00b0e4ed2d368cfa0bd6624
BLAKE2b-256 819c5ea545f62790bc4f8b9c04d433963f9fe5f08548c8663e89a54f1db7002d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 212dd58364f8e11c0fbd90f82bbaf617afc68b4f3910538d0ac2324ef60a4c28
MD5 840feede94b4ab320b3848567cf45189
BLAKE2b-256 6cf8ca6f4ca3d5dc2b2cc1411a1083b926d5fc9eb22e57d352333027b3eb4659

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d50f1d8159177561c6d5efcc0f2d7f9fd5393cc147a39b546849da8762bb4f8
MD5 5a9a4178a6cc7f46c118119f1942f86d
BLAKE2b-256 69cad84f062cbceb35a8006a9a3393da1893e23ffd8147c53d5f461fa99898cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 53337dd2e11f7f0a07fbe664d21c0d578a0674695da1e5f327764a3f421aff83
MD5 920b67cab73830af9df2fcc5020cd034
BLAKE2b-256 cf2c24036c501b24f0d4136d9c4605a8861f5affc87df23fa78c279e0a9216c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 58eacdc68992c49257be43a30ac424fd6cf617b9de1e516debc14c0bd93af075
MD5 3bb4e2e328a55be1ed178703ffb86748
BLAKE2b-256 3b1ef85f0393237dbbcec0559c357795462e43eb2fead40d2954a99ebf24c310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11655436841f11d268049f5494c6621dfd6370c104b4aa8c20f0724271850796
MD5 14d7f231affa9634c5ceed970799c550
BLAKE2b-256 9c6f70f75c4fbc958e9f4f829aeb8d88558591cdcdb6dd36e97d8ee6f50c4011

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f457ca10c45d4e03dd4d3af13456962bee2ee6abee91bf40a8d21ffa7da1f74
MD5 8e1b26dd3e68399fac446d565088450a
BLAKE2b-256 752016e4d4a310628d0960588f919a7fc85dd94be4eb37a043f5cacfb9e024fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 daa4396f8094ed94c9b963711b2a680dc8f34c5361be5bc06804b0fc94cb4f4b
MD5 a31e6ab4a44c379f6c9c220866edcf1e
BLAKE2b-256 ecc21412eb64ea7a7156ebe335a03118e8d2dc116e63e354d44fceb475b520cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d02021c7a4baf0418cde43ebddd0103886cc809c8e85c9c8cd4a1cbe69879c5a
MD5 53a05d59bb3453578e27b8ad41246828
BLAKE2b-256 0e9d6d67fb8358faeb7f6b195ea35483ffa58d9fd45806dbedea471c79ae8050

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4b57b599294afac5f21885949014ca1469866c3b648375b834d19723c67dc52c
MD5 aa4e52295ae612e971148f281df5afd5
BLAKE2b-256 340acbde5147af9db425a5c692147da45f849d1203304f195bcae71875b43afb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0f01e9e115b1832bd27bb6a62e29bf435cb27f3f41b589ac7d2838bdda530f15
MD5 24a32f7d0b35c8eb93e363f61b1b1f05
BLAKE2b-256 e14dfa9d641d424d7e16a44a502c440165687adad13ca005507dbf29d8b7febf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1cfc57d9e790e76e76498b0e5c5a0bed83ae1be6104c635eca114265eefff34c
MD5 b2cd0b0a124467b963b795979a405790
BLAKE2b-256 7f7ce2f32ee394db041af8477d984aef2c04067713e916830fb113ade2dd3426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c497762ec7993c9af51079edd723ca0a37faa085c6115b8e69f151460a60927
MD5 65d1879d3334be44fdb5289e65c8da46
BLAKE2b-256 2a54ffc2d3b70dee7690dae808cfa8787cfa1f109fc7b4cd68632cade9fab5f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ef9377cdd84d67c415e6fc67f75553cacad36976cfd3f5ae1f0b2b5a6c46a7ef
MD5 d0961a3f3c208d942797f834ac2d83c3
BLAKE2b-256 b9cceb7725c3ca6c76fd5defe92b2d558773b1a7a89a69c483bb33d791b0a723

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0ac6b4c368fee7a609edc428a81945790166cf94fbb156c527d8da47ecc4e01e
MD5 c4bb8aa34958ea7c5d772dc4c2b064b7
BLAKE2b-256 381b32d559c8a1f1b48dc246a7b8d09fe69f5f6675a5969b34259ec5f7098654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0798a86a8c0055051429f597e766dda4cee57244e4a2650beb4baac7ff19c914
MD5 78cfc56234bd907f884d528bffee3005
BLAKE2b-256 1a99e9ec4b9281cab3f69e2a204d0d11417bc019659d08cf161982a6c9371ae4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 62acbd66fd724708f4d434057ef7bb8c1c3580261ec0b8e6934bb52ecb78c780
MD5 0e9017c993f06727185717d5d8ab8c69
BLAKE2b-256 088763ed7acb515a94986bd02efc21f847379f3e731c2c2579ccc49eeae87242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df1c1dbe91479e116a415deee712e5dbc3f9ca0a048918752748619f4bc87dfb
MD5 5bcca6a6892e4865eac3dcae8311df14
BLAKE2b-256 3888c90e748faed10c8a7a8681b0acb3a609eccd453d60233c9e476a6da1347c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.1.11.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a0c4091bac57a67f7b048fbda98bda09c5a514d316dd08ddafa6643e05be9113
MD5 36500f207ed4c23acf040d2a38bb1440
BLAKE2b-256 db82d86d9a1d71572a8952edfd5a3b450e3467ce6d500b225652c023b433507f

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