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

Uploaded CPython 3.13Windows x86-64

openimageio-3.0.10.1-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.10.1-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.10.1-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.10.1-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openimageio-3.0.10.1-cp313-cp313-macosx_10_15_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

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

Uploaded CPython 3.12Windows x86-64

openimageio-3.0.10.1-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.10.1-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.10.1-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.10.1-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openimageio-3.0.10.1-cp312-cp312-macosx_10_15_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

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

Uploaded CPython 3.11Windows x86-64

openimageio-3.0.10.1-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.10.1-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.10.1-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.10.1-cp311-cp311-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openimageio-3.0.10.1-cp311-cp311-macosx_10_15_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

openimageio-3.0.10.1-cp310-cp310-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.10Windows x86-64

openimageio-3.0.10.1-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.10.1-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.10.1-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.10.1-cp310-cp310-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

openimageio-3.0.10.1-cp310-cp310-macosx_10_15_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

openimageio-3.0.10.1-cp39-cp39-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.9Windows x86-64

openimageio-3.0.10.1-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.10.1-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.10.1-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.10.1-cp39-cp39-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openimageio-3.0.10.1-cp39-cp39-macosx_10_15_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

openimageio-3.0.10.1-cp38-cp38-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.8Windows x86-64

openimageio-3.0.10.1-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.10.1-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.10.1-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.10.1-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.10.1.tar.gz.

File metadata

  • Download URL: openimageio-3.0.10.1.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.10.1.tar.gz
Algorithm Hash digest
SHA256 cf219eb499f564515d7722a2e83a7eb4776ecb5264860e6763ebfb93427aa561
MD5 0969052a02f6e6ccdf431d27e1a005be
BLAKE2b-256 b5a2760c80ba27dc2c153c924f516b3d54fc0686dedcf6d69ad786c9c47c7090

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 86d1599d053b65a120a14e9ba564741385730a5352f76d0d0d413f3571e99e2b
MD5 ead6b029dcc49311267956c85f707ccb
BLAKE2b-256 03f30cba9de5abc96cbd6ef07345a8f2a9651de781f55402b98571c2e5af41f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ed744ce2e7fe87837bfccaacc4a6cf8f8286e43023b16e28d33cde3a1954ee68
MD5 38d37fe00c06fad85bb772ce26f5c3a7
BLAKE2b-256 bd56b702aa961315866f3ac0373b8a14620ef5011488d73fdab75885b6a95dae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c125872b3757f8ac587977df3b8cfa457c78b9e6d57665a9344c8db89986d82
MD5 b1db119ca2a83b855fcd45a71d3ce105
BLAKE2b-256 d560c8d0cec3961e9344830ea0a37cb7299b3bf04b60f7996200d3d2c177e145

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6111e98ba19d31ea139e4a126f354dc783558135ba906e8ac2cbbf8888e06f17
MD5 a5eaed0b4ded2405f7bda749c06a76db
BLAKE2b-256 5e7456b3a814784dcb2deec9f3557ec04d7e076b9c558d4501b45660b1f15093

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04ae5a0a1418e69b52d75874ea957f17849d3ee9a5c75e2cc5368d66112de29e
MD5 d0d68e5023ae3a5602de60d820ab3043
BLAKE2b-256 2e1381e30e099fba873bf104196582a39e00de81f33277f51d0d8a387a619342

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 dd9d477835b7e429dffda91619b272baf4b2c02741ba730d5e1e3267fc93917d
MD5 ef5c11fe7571241ab00f3207e64535d1
BLAKE2b-256 79b12d64f91c961e8414d720286573786bcc9d3b3388cdb81651010aff9d72fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f106da7a68c6b3d9a7772b1ed65f446ba6733e452b1b64cf50978fc3a625fda5
MD5 834f6ea39c0b9c77fe46456afd8325e6
BLAKE2b-256 b2ecd96aaa7a628ed4c1e276e2df806440cd0dbd3b684d2b60e87830a306a8bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c78fe929e9f771c5afec58944cef3fde327069ba44efa0b05306145a139d7e6d
MD5 3b3a27296777a098e8747d266c57eaa4
BLAKE2b-256 1b0781943c01ecde0a09d59253fa38b04fa8eb6bc8bd9714999dbf5786366dbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9cb70defc0d89ef91fdbeecd37b82b48d44488ca474f10436fc85c4bcdb9b8dd
MD5 b939b44ef2ed97a79a7367225ca7a9da
BLAKE2b-256 aa722f65d8982a4bfde569f97a8398803dd8b9cb07259c5e78da284e6efd7b2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d5f256ccb3d0a199fb976434877e50829e2f546f593ccf86f44c47353727e4c7
MD5 fbf716ca50743746e29f8dda4ed344d3
BLAKE2b-256 e62977895019115f6cf643df1bddd34df10c934f4b143f33604bdfd62c5766ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8fc2cbf52403eaf46808944b189b2ea461efd9a15a117b8b896fe194845c3246
MD5 de4d912fd13bbfc1862fda6724939e92
BLAKE2b-256 a2058d260c55560731924058a44b8022af3e01d940e33dd4326b9a313764fc7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 868583841c2f6d26f27a5c37a99fb3d0f7525eeb74e811c44a0c828881e58830
MD5 bc4ddc8fa8459d2aa789947e93fee351
BLAKE2b-256 e4772c73570a5f35b58d760a7e8db6420cb729735811a4acbf1c4c2e26497ebf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 72f4696238b04a3f9d0182b5725848684ce169b6884801a7a654b4d760c4d9c3
MD5 87933c2001ca4a860d7a044cdc2691be
BLAKE2b-256 829cdbb9ccde413b97e39efd2cc93fe003a7b3f077e86f6dc9e32fcbee331d84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77a5549e18f15963a9565d16746be5f54bc3a279d4b8017633ea6a20cbe92b82
MD5 ad63aeaeee59637612a50f6a52b8586f
BLAKE2b-256 9bf8fba92e054b7b0b3402f147ab41e23a227ee28ff04f793c77287669d41b64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 59eca72eb86e75ab12ed2e877b8129eb49cc485fac3bb60217f7d5ccca5320b9
MD5 3f3f242be3665f0c0a9802db62f2f2cd
BLAKE2b-256 84fd2ef72cce0ac1cab4d220bc48334fdb1b521ff7231399538276bb9386a313

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be636831aae3b43b0e323dbbaa5d2bad65db8097309e4ee5238c39f89cfc800a
MD5 6c6cf44179bf1deac9209c820663ff45
BLAKE2b-256 2d4d3315c49e2f4826200ff3c502043730969c93bc68ccca055dc28b0cbecd78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23a9ee307a48f9c278cc20d7d0d2a1183d93a056e8cd51c866d6b8daff730f73
MD5 b217aec352d7cc8655241c257044cbc0
BLAKE2b-256 54043952323785c84898df6fa3e21a2ddcfd951575b94d297861518696fb57a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 75c5a9659c4fb5adcf4359635b7568c5a64210310dbaa5e98f200f49742612cc
MD5 328df462d59a3a3639e2d8315aea7e95
BLAKE2b-256 5663e8a5a272d69570afca2feeb8bfa01e3a3d54551afae94c31b49f87ea8e89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d59cc03a2f1aeddad9317bd0c91361c77af8e283b473717094928f019de1aa8a
MD5 f7d1d28b68349a33d4ef93b61cbd01a0
BLAKE2b-256 4cfebfebaf035932a5855cfd522a1a555170c9fbb26d1b3ac9f92d7cfee0bb5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 95a89dca1b84808db93529d20b9ae348b91b40e85b2d0e12c248e1ccb3d8f129
MD5 3272b7344e3d954485d7fa1a57e600bd
BLAKE2b-256 01505fd3e2f02497059526e27c7f11083e7d664e08af12543a5ecd281162e688

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3340a7cda3acde5c27fb5477f47fdbd00be0a9d8c84b23dfc204c0bd7a702afb
MD5 0dfa9d94e52ebe37d3657af2ea907a45
BLAKE2b-256 b040219612f4510f2addcc257d5e158977c2204a0c483eaf69aa2af8224ed5fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b59fb632bf95dc9cb4c72337811bc80c4bf1f07eacf578c5ce5c3aefb5da833
MD5 6df7f48e9ed61b3f410b3bee3a6c182d
BLAKE2b-256 ded966295877863da31aa58204f1a2c05645f6c24efda8dd0fee5d7d52b40dd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 969a843dd0668ffaf40b9d3cca80d2ef09a7a040c832dad87df6582d427397bf
MD5 8b86c7009c82eb8d86780439d84271a5
BLAKE2b-256 898fe684185d6091d3a89fef40b665e3747d450715b8f73ab8191ef1efabebb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 78c53b972291ae5de5d7205f6c2c26bc6051ba70c0a27293ad94411985e90678
MD5 3dff632031edf20cc1e0eaea4594aae6
BLAKE2b-256 c660fdd0e334ffd0a470ed856ea1a29539edaa8809bae089c8aa853952b32344

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2763e5999c06aab2bad2a6d22c0e391d789db61ecc94e5069801ba4420f4f427
MD5 fa9330dbee435491fe5c44ec0d11746d
BLAKE2b-256 9d9e9aa1600c6c9782f150240b1beeebd9596ffc3f17b85d3ba91946339eea35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7717a7a97d30164d321119f4bd9ed0ff825a8a0498526200da4d63e9816b3007
MD5 fc2615bff134d259b361e36801926870
BLAKE2b-256 c9989c31b6477ad6d28154e2c70ae95194e0577063934ece0e3266d0bcb7209b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 831af8052724ebb3dac8b63be0dfacb2a4e6dc7c217c0f0961763c205d779221
MD5 f33e21b39503072c869f34f96502b556
BLAKE2b-256 986d57b34816a5b9a2ba85838858689afb0901e7043895ef015a377c5c3dde74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a80bafbe259e4aca69e31a2e1ba969cc2195cf55429f671c113f050061d95957
MD5 77785887e23d0c94bb9bdc92c25812fe
BLAKE2b-256 d4cab98e2fbceba87ee2d7ccdfe03d7b18beecb24df6ce7f08d1f530a7ac4d6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 740eebcac587235528b9c177543ef987f7b05f4abadf1b844282bd72af34eeba
MD5 80bdc4b74484e28ab18e297d39797ef6
BLAKE2b-256 7fea2c9fdfa9fb883b755aae553085019ec131cb32e3053e9b936c8490ec33c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3e14c0ce5294065490599b4c20a184ef0de91b63ca0c6a2b63356b71de67d09a
MD5 0158a57f3b72ff86a6ac49dbeb3d6c1d
BLAKE2b-256 f06f2f9fe6e68e298e8df1e814845a6fafa0ab030802e57d5d8b598d8c343e37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bd52412cc67a57155f1af1625db95fbcfb10b919e9e4eca66df18f1867a2165e
MD5 761561f518ee43dbb5e52407edff2f71
BLAKE2b-256 da8fa766d7b28dc7be89e1b07becd9d992a45f4134b1a575e3482a8e0f16cbb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dcb361dc6bddede47fce3400ae5700f5ab5af259b37b56c80bbdfea2d9db9567
MD5 9864892db2c3ff9734a62f63036bffc1
BLAKE2b-256 7e34e1fb31c98abe950b79db79b60f5fc71230aa719bdc3090766c4c3611452a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78672e5d3df47bf375094de9270b405aa0c91ae2cba311fa22d92c689d422fb0
MD5 78a7c3ab768ec74ee8d8d066f25ca835
BLAKE2b-256 8cb598ff65c49e662bf8d73bf8e32d45cffbbd9d7d2e692bc8f003e3b54800d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 18fbef85d179686d746b163d43e1e34f1ede3251e459227cae39b19a0d1f686d
MD5 62c1b7dd3348922b94966f984c796917
BLAKE2b-256 5bdab0b63dc736952f901a9fe5faf89d642910085a9c8c85ba2108212e242096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openimageio-3.0.10.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a0257ae97b6696e3933cbd1c8b597e6f70b0c903e160706df3ab1fcea638eb7
MD5 ef99e5f2e86659bf169f727780058f29
BLAKE2b-256 d1f983ce73b23c8c3b4a6d7015c654ca181b97d907fd87dae8a37d1cb3841846

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