Skip to main content

Python bindings for TinyEXR(OpenEXR loader/saver)

Project description

PyEXR

Loading OpenEXR (.exr) images using Python.

It is basically a Python binding for tinyexr. Use CMake to build the module (uses pybind11). Installation script is not there, you can simply copy the resulting python module files. Supports loading functionality, saving can be easily added (pull requests welcome!).

Usage

from PyEXR import PyEXRImage 

# Load an EXR image (tinyexr backend)
img = PyEXRImage('2by2.exr')

# Print basic details
print(img) 

# Pixel values access
r = img.getPixel(x,y,0)
g = img.getPixel(x,y,1)
b = img.getPixel(x,y,2)
a = img.getPixel(x,y,3)

# Numpy:
m = np.array(img, copy = False)
# or
rgb = np.reshape(np.array(rgb_img, copy = False), (rgb_img.height, rgb_img.width, 4)) 
# a matrix of (height x width x channels)

# Display
from PIL import Image
Image.fromarray(np.clip(np.uint8(rgb*255.0), 0, 255)).show()

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

pytinyexr-0.9.0.tar.gz (4.0 kB view details)

Uploaded Source

Built Distributions

pytinyexr-0.9.0-cp38-cp38-win_amd64.whl (107.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

pytinyexr-0.9.0-cp38-cp38-win32.whl (92.7 kB view details)

Uploaded CPython 3.8 Windows x86

pytinyexr-0.9.0-cp38-cp38-manylinux2010_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pytinyexr-0.9.0-cp38-cp38-manylinux2010_i686.whl (987.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pytinyexr-0.9.0-cp38-cp38-macosx_10_9_x86_64.whl (143.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pytinyexr-0.9.0-cp37-cp37m-win_amd64.whl (108.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

pytinyexr-0.9.0-cp37-cp37m-win32.whl (93.4 kB view details)

Uploaded CPython 3.7m Windows x86

pytinyexr-0.9.0-cp37-cp37m-manylinux2010_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

pytinyexr-0.9.0-cp37-cp37m-manylinux2010_i686.whl (983.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pytinyexr-0.9.0-cp37-cp37m-manylinux1_x86_64.whl (997.2 kB view details)

Uploaded CPython 3.7m

pytinyexr-0.9.0-cp37-cp37m-macosx_10_9_x86_64.whl (142.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pytinyexr-0.9.0-cp36-cp36m-win_amd64.whl (108.6 kB view details)

Uploaded CPython 3.6m Windows x86-64

pytinyexr-0.9.0-cp36-cp36m-win32.whl (93.4 kB view details)

Uploaded CPython 3.6m Windows x86

pytinyexr-0.9.0-cp36-cp36m-manylinux2010_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

pytinyexr-0.9.0-cp36-cp36m-manylinux2010_i686.whl (982.8 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pytinyexr-0.9.0-cp36-cp36m-macosx_10_9_x86_64.whl (142.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

pytinyexr-0.9.0-cp35-cp35m-win_amd64.whl (108.6 kB view details)

Uploaded CPython 3.5m Windows x86-64

pytinyexr-0.9.0-cp35-cp35m-win32.whl (93.4 kB view details)

Uploaded CPython 3.5m Windows x86

pytinyexr-0.9.0-cp35-cp35m-manylinux2010_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

pytinyexr-0.9.0-cp35-cp35m-manylinux2010_i686.whl (982.5 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pytinyexr-0.9.0-cp35-cp35m-macosx_10_9_x86_64.whl (137.3 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

Details for the file pytinyexr-0.9.0.tar.gz.

File metadata

  • Download URL: pytinyexr-0.9.0.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.0

File hashes

Hashes for pytinyexr-0.9.0.tar.gz
Algorithm Hash digest
SHA256 9a9f30de6b0a62d993f17d2c0b5dbc527c23d2c22577fed2e4d6aefb47a73bbb
MD5 1cf50c215803dbf979cbb52e4e563f35
BLAKE2b-256 36df1ff868c782ababd8dda99fc096ea7b6050d77c6b8c643f76ea2e7fee79f5

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 107.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0

File hashes

Hashes for pytinyexr-0.9.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e139c88b46469d0b8493447918c9fa6d4fdcd27ec0e1ae340c2db5b11f0d7bf6
MD5 07ba4454ecbfc0d00f826aee08f21b3f
BLAKE2b-256 265f7a3b888c87d9517d399996521111f4517bc743d8e334f727a11b5dffd3f4

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 92.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0

File hashes

Hashes for pytinyexr-0.9.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9decf6e67c78adeca9665da9d687d9b04b67200fb6301420601c2339d70bff58
MD5 d96e5c1b531260e7b16abdac43819d39
BLAKE2b-256 6f369d05d6821cce3f2330f071781131ac70029ee69f5ad102f789d6afca61fe

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for pytinyexr-0.9.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9f27e997297a681854be583defa195ac8ceb09a3979631ff02d559ac8e47c396
MD5 3cdb1ef1328ccd277607deea61ce1a3f
BLAKE2b-256 caabf57c4079a2a206af06dacc8e6ba65c0b718ad3dcd66a8cc2c246ea3f8e1e

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 987.9 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for pytinyexr-0.9.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 33661cb5332376a73fa5e22f0cdce87b359351ef3cb1a5dc736d9ed1b641e991
MD5 e10c863fd9e221938c6e601a8d739e3d
BLAKE2b-256 faf8db8b19773f637447a4e3d0ea12c548950f3d730e64d6a7913fa259c11e8b

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 143.1 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for pytinyexr-0.9.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b80b5fe6cbb5bd36731ad50fb27d6c47486901abf80ef22597f60a39a26a5400
MD5 48ed2228fa7e969c1127c3ecef535411
BLAKE2b-256 ca1b744458f4aba6b7faefd8e45434647a820fd2046af2b0103628d38b3423f5

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 108.6 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0

File hashes

Hashes for pytinyexr-0.9.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 898d857e848ff452c97edf71b7e81705d1cc8b4abfaf9a96fc57625e2962fbeb
MD5 a881e55ac6ea713b65ee4761ae42dea4
BLAKE2b-256 0b73528750348a1f56922c2304017986e055001979b2f6dc8f9fe2ca76a861a3

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 93.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0

File hashes

Hashes for pytinyexr-0.9.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8e5b4e3d6b9bdedf9f3772b9c7217e7a43f5439b5d2d162fe7c01d03c6705ace
MD5 4e5282105d1febdc867ae28294cc5482
BLAKE2b-256 fd51fa541c57be5d9d38627bb6b8ac2aed380a5cc277738880a29586a62fe9c5

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for pytinyexr-0.9.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5f4e3d5bc4437f2ed0df1c5af2d121634ecfdacd15be200f614ec63337d7a0c6
MD5 4235c978833b57f68f3fba70fbd7f0cc
BLAKE2b-256 3c52c757440709d478f19f3b0221061e697787dd4693192b8e93edc2ecb8efc4

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 983.1 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for pytinyexr-0.9.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 83f22d387cd2e73661ef86ff0ba83588cfc307cdee3ce38eac68a3fc478c43c8
MD5 7c5d6267aa886a1df98b41e4ae0ec310
BLAKE2b-256 5f86d80c8d5d10dfee0e1886e6cb7fb9e34ea988d68f1fde6e80c35d604ce813

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 997.2 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.0

File hashes

Hashes for pytinyexr-0.9.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7f55a423b21cbb784b6f42d4a99551d386d6f726b4c8fb2465f6dce23dba5173
MD5 d6f6f087714888b4fe49d774b6cecc05
BLAKE2b-256 528a4485b03b2f705d5100a9dbb707bd0977684e1233ae9402c163ad26401679

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 142.3 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for pytinyexr-0.9.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aa4f3477c68577e9eb0150486987df06de203e801a6db23224a7a4a79e2c165c
MD5 4eaec4ee1ab17f082de118798bcff3a2
BLAKE2b-256 6c9883f458178592091f413d61a548ae6aa4ca9661d17d50ddd61e9ddc8c125d

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 108.6 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0

File hashes

Hashes for pytinyexr-0.9.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3bad203e31dda7a39e49167e788d4a77b640c5265cb9f5736f0f43ae6e3d1059
MD5 7bf92ee997ceb08628da7bcc4e7dc173
BLAKE2b-256 6dfc72918b57b5a75360fdf76f54f320d34754a321b7ddf14d640f64c8e5ba19

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 93.4 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0

File hashes

Hashes for pytinyexr-0.9.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 03bcd12902ee7109356f10fd03ac4e9e20e7f994f01e42d15afd7bd93357edbf
MD5 e55ad3846a8a1c3cd121829de728d841
BLAKE2b-256 d2181f1f111c9724a241e48ed3f588d4379df11b443bf70fa794b1ed8d0b47f9

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for pytinyexr-0.9.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8b44ed41b226a656e60ff69469fced30011b6a050a1b5edf816feda9f988b8f9
MD5 7095b7235cba8649fb7ae6fe21922f91
BLAKE2b-256 cca942852643efba6044eeeb9c07f4e2182002d8cbeb6164bd7969246e531813

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 982.8 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for pytinyexr-0.9.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 703d782f12a0f942816baea77077795dabb60e0e728918103d9fe86137bce1f7
MD5 baccca29f7bfa29874f6c26d2674f16c
BLAKE2b-256 714c40da390a04a869b6a06c27dcf9117ed90729d7968b7fee65bd028b848e54

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 142.2 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for pytinyexr-0.9.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 694aa8e635c22c19be58710e584ab8851151722cebd8614dda0533b0d4a0c65d
MD5 7e41ceea181c019f6b3e5e86358a2bb6
BLAKE2b-256 93c70ce17d620120c1796282969499f1b32a812735bd7af905299f77e87755f4

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 108.6 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0

File hashes

Hashes for pytinyexr-0.9.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 24bc364da7f323a3a477b58bbaaa9772181916582335541f4912e7266defd5b1
MD5 1def2c88fc2d87d558e45c4f096e83bb
BLAKE2b-256 6a97a4d5c90010ff7558c6964be7747e4da0c9cd7dcb687e4292713b8021acd7

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 93.4 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0

File hashes

Hashes for pytinyexr-0.9.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 7b611ad928b33a60e566581b994d2b1882e14893f1ce33fba82aa7cdb5072f0b
MD5 48c60f38b07e464cc9ae0b4fadc0473e
BLAKE2b-256 8f38ae932787a56c60a6d959bdb86dbc7d45359f3329a14ebead973cd84e77f7

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for pytinyexr-0.9.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 30dd8c0b75b5e47489bab84e353467e4eac27513c9ace2ec0128689ea2bf1df3
MD5 0c650db85f73466d8d407f5fdbc0eacb
BLAKE2b-256 acface2ec4ace1d0be0326c177b1cbe33383bf75fd23db2800c0306a8c10b6e1

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 982.5 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for pytinyexr-0.9.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 adaba4708cb9ec16b109f5e5d194e3877201026c389c9cdabc6f58a9080100f6
MD5 0594083c643c476438140a2961a4846b
BLAKE2b-256 cb74cd64e983e012c4887d45d73aac714c683cd99fcd7c22bf11b90ba11da935

See more details on using hashes here.

Provenance

File details

Details for the file pytinyexr-0.9.0-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pytinyexr-0.9.0-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 137.3 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for pytinyexr-0.9.0-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c7596e4c61b36b76a279c4a44b6eaa3009463925b5f2a7e3bd9a37f2bbdc8dfc
MD5 949cf476d7f0f3eb2ed56fdc5aa01a8a
BLAKE2b-256 e39f9509aeeb69760b32ea8673fef945f1967bbf7d496d11faea39baf80a6cfe

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page