Skip to main content

Image transformation, compression, and decompression codecs

Project description

Imagecodecs is a Python library that provides block-oriented, in-memory buffer transformation, compression, and decompression functions for use in the tifffile, czifile, and other scientific imaging modules.

Decode and/or encode functions are implemented for Zlib (DEFLATE), ZStandard (ZSTD), Blosc, Brotli, Snappy, LZMA, BZ2, LZ4, LZW, LZF, ZFP, AEC, NPY, PNG, WebP, JPEG 8-bit, JPEG 12-bit, JPEG SOF3, JPEG 2000, JPEG LS, JPEG XR, JPEG XL, PackBits, Packed Integers, Delta, XOR Delta, Floating Point Predictor, Bitorder reversal, and Bitshuffle.

Author:

Christoph Gohlke

Organization:

Laboratory for Fluorescence Dynamics. University of California, Irvine

License:

BSD 3-Clause

Version:

2019.12.31

Requirements

This release has been tested with the following requirements and dependencies (other versions may work):

Required Python packages for testing (other versions may work):

Notes

The API is not stable yet and might change between revisions.

Works on little-endian platforms only.

Python 2.7, 3.5, and 32-bit are deprecated.

The Microsoft Visual C++ Redistributable Packages are required on Windows.

Refer to the imagecodecs/licenses folder for 3rd party library licenses.

This software is based in part on the work of the Independent JPEG Group.

This software includes modified versions of dcm2niix’s jpg_0XC3.cpp and OpenJPEG’s color.c.

Build instructions and wheels for manylinux and macOS courtesy of Grzegorz Bokota.

To install the requirements for building imagecodecs from source code on latest Ubuntu Linux distributions, run:

sudo apt-get install build-essential python3-dev cython3 python3-setuptools python3-pip python3-wheel python3-numpy python3-pytest python3-blosc python3-brotli python3-snappy python3-lz4 libz-dev libblosc-dev liblzma-dev liblz4-dev libzstd-dev libpng-dev libwebp-dev libbz2-dev libopenjp2-7-dev libjpeg-turbo8-dev libjxr-dev liblcms2-dev libcharls-dev libaec-dev libbrotli-dev libsnappy-dev libzopfli-dev

The imagecodecs package can be challenging to build from source code. Consider using the imagecodecs-lite package instead, which does not depend on external third-party C libraries and provides a subset of image codecs for the tifffile library: LZW, PackBits, Delta, XOR Delta, Packed Integers, Floating Point Predictor, and Bitorder reversal.

Other Python packages providing imaging or compression codecs:

Revisions

2019.12.31

Pass 3288 tests. Fix decoding of indexed PNG with transparency. Last version to support Python 2.7 and 3.5.

2019.12.16

Add Zopfli codec. Add Snappy codec. Rename j2k codec to jpeg2k. Rename jxr codec to jpegxr. Use Debian’s jxrlib. Support pathlib and binary streams in imread and imwrite. Move external C declarations to pxd files. Move shared code to pxi file. Update copyright notices.

2019.12.10

Add version functions. Add Brotli codec (WIP). Add optional JPEG XL codec via Brunsli repacker (WIP).

2019.12.3

Sync with imagecodecs-lite.

2019.11.28

Add AEC codec via libaec (WIP). Do not require scikit-image for testing. Require CharLS 2.1.

2019.11.18

Add bitshuffle codec. Fix formatting of unknown error numbers. Fix test failures with official python-lzf.

2019.11.5

Rebuild with updated dependencies.

2019.5.22

Add optional YCbCr chroma subsampling to JPEG encoder. Add default reversible mode to ZFP encoder. Add imread and imwrite helper functions.

2019.4.20

Fix setup requirements.

2019.2.22

Move codecs without 3rd-party C library dependencies to imagecodecs_lite.

2019.2.20

Rebuild with updated dependencies.

2019.1.20

Add more pixel formats to JPEG XR codec. Add JPEG XR encoder.

2019.1.14

Add optional ZFP codec via zfp library (WIP). Add numpy NPY and NPZ codecs. Fix some static codechecker errors.

2019.1.1

Update copyright year. Do not install package if Cython extension fails to build. Fix compiler warnings.

2018.12.16

Reallocate LZW buffer on demand. Ignore integer type output arguments for codecs returning images.

2018.12.12

Enable decoding of subsampled J2K images via conversion to RGB. Enable decoding of large JPEG using patched libjpeg-turbo. Switch to Cython 0.29, language_level=3.

2018.12.1

Add J2K encoder (WIP). Use ZStd content size 1 MB if it cannot be determined. Use logging.warning instead of warnings.warn or print.

2018.11.8

Decode LSB style LZW. Fix last byte not written by LZW decoder (bug fix). Permit unknown colorspaces in JPEG codecs (e.g. CFA used in TIFF).

2018.10.30

Add JPEG 8-bit and 12-bit encoders. Improve color space handling in JPEG codecs.

2018.10.28

Rename jpeg0xc3 to jpegsof3. Add optional JPEG LS codec via CharLS. Fix missing alpha values in jxr_decode. Fix decoding JPEG SOF3 with multiple DHTs.

2018.10.22

Add Blosc codec via libblosc.

2018.10.21

Builds on Ubuntu 18.04 WSL. Include liblzf in srcdist. Do not require CreateDecoderFromBytes patch to jxrlib.

2018.10.18

Improve jpeg_decode wrapper.

2018.10.17

Add JPEG SOF3 decoder based on jpg_0XC3.cpp.

2018.10.10

Add PNG codec via libpng. Add option to specify output colorspace in JPEG decoder. Fix Delta codec for floating point numbers. Fix XOR Delta codec.

2018.9.30

Add LZF codec via liblzf.

2018.9.22

Add WebP codec via libwebp.

2018.8.29

Add PackBits encoder.

2018.8.22

Add link library version information. Add option to specify size of LZW buffer. Add JPEG 2000 decoder via OpenJPEG. Add XOR Delta codec.

2018.8.16

Link to libjpeg-turbo. Support Python 2.7 and Visual Studio 2008.

2018.8.10

Initial alpha release. Add LZW, PackBits, PackInts and FloatPred decoders from tifffile.c module. Add JPEG and JPEG XR decoders from czifile.pyx module.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

imagecodecs-2019.12.31.tar.gz (3.5 MB view details)

Uploaded Source

Built Distributions

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

imagecodecs-2019.12.31-cp38-cp38-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.8Windows x86-64

imagecodecs-2019.12.31-cp38-cp38-win32.whl (2.5 MB view details)

Uploaded CPython 3.8Windows x86

imagecodecs-2019.12.31-cp38-cp38-manylinux2014_x86_64.whl (12.3 MB view details)

Uploaded CPython 3.8

imagecodecs-2019.12.31-cp38-cp38-manylinux2010_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

imagecodecs-2019.12.31-cp38-cp38-manylinux2010_i686.whl (11.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

imagecodecs-2019.12.31-cp38-cp38-macosx_10_13_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.8macOS 10.13+ x86-64

imagecodecs-2019.12.31-cp38-cp38-macosx_10_9_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

imagecodecs-2019.12.31-cp37-cp37m-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.7mWindows x86-64

imagecodecs-2019.12.31-cp37-cp37m-win32.whl (2.5 MB view details)

Uploaded CPython 3.7mWindows x86

imagecodecs-2019.12.31-cp37-cp37m-manylinux2014_x86_64.whl (11.6 MB view details)

Uploaded CPython 3.7m

imagecodecs-2019.12.31-cp37-cp37m-manylinux2010_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

imagecodecs-2019.12.31-cp37-cp37m-manylinux2010_i686.whl (10.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

imagecodecs-2019.12.31-cp37-cp37m-macosx_10_13_intel.whl (8.5 MB view details)

Uploaded CPython 3.7mmacOS 10.13+ Intel (x86-64, i386)

imagecodecs-2019.12.31-cp37-cp37m-macosx_10_9_intel.whl (5.5 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ Intel (x86-64, i386)

imagecodecs-2019.12.31-cp36-cp36m-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.6mWindows x86-64

imagecodecs-2019.12.31-cp36-cp36m-win32.whl (2.4 MB view details)

Uploaded CPython 3.6mWindows x86

imagecodecs-2019.12.31-cp36-cp36m-manylinux2014_x86_64.whl (11.6 MB view details)

Uploaded CPython 3.6m

imagecodecs-2019.12.31-cp36-cp36m-manylinux2010_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

imagecodecs-2019.12.31-cp36-cp36m-manylinux2010_i686.whl (10.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

imagecodecs-2019.12.31-cp36-cp36m-macosx_10_13_intel.whl (8.5 MB view details)

Uploaded CPython 3.6mmacOS 10.13+ Intel (x86-64, i386)

imagecodecs-2019.12.31-cp36-cp36m-macosx_10_9_intel.whl (5.5 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ Intel (x86-64, i386)

imagecodecs-2019.12.31-cp35-cp35m-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.5mWindows x86-64

imagecodecs-2019.12.31-cp35-cp35m-win32.whl (2.4 MB view details)

Uploaded CPython 3.5mWindows x86

imagecodecs-2019.12.31-cp35-cp35m-manylinux2014_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.5m

imagecodecs-2019.12.31-cp35-cp35m-manylinux2010_x86_64.whl (12.3 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

imagecodecs-2019.12.31-cp35-cp35m-manylinux2010_i686.whl (10.7 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

imagecodecs-2019.12.31-cp35-cp35m-macosx_10_13_intel.whl (8.4 MB view details)

Uploaded CPython 3.5mmacOS 10.13+ Intel (x86-64, i386)

imagecodecs-2019.12.31-cp35-cp35m-macosx_10_9_intel.whl (5.4 MB view details)

Uploaded CPython 3.5mmacOS 10.9+ Intel (x86-64, i386)

imagecodecs-2019.12.31-cp27-cp27mu-manylinux2010_x86_64.whl (12.0 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

imagecodecs-2019.12.31-cp27-cp27mu-manylinux2010_i686.whl (10.5 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

imagecodecs-2019.12.31-cp27-cp27m-win_amd64.whl (3.5 MB view details)

Uploaded CPython 2.7mWindows x86-64

imagecodecs-2019.12.31-cp27-cp27m-win32.whl (3.2 MB view details)

Uploaded CPython 2.7mWindows x86

imagecodecs-2019.12.31-cp27-cp27m-manylinux2010_x86_64.whl (12.0 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

imagecodecs-2019.12.31-cp27-cp27m-manylinux2010_i686.whl (10.5 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

imagecodecs-2019.12.31-cp27-cp27m-macosx_10_13_intel.whl (8.5 MB view details)

Uploaded CPython 2.7mmacOS 10.13+ Intel (x86-64, i386)

imagecodecs-2019.12.31-cp27-cp27m-macosx_10_9_intel.whl (5.5 MB view details)

Uploaded CPython 2.7mmacOS 10.9+ Intel (x86-64, i386)

File details

Details for the file imagecodecs-2019.12.31.tar.gz.

File metadata

  • Download URL: imagecodecs-2019.12.31.tar.gz
  • Upload date:
  • Size: 3.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31.tar.gz
Algorithm Hash digest
SHA256 e286041d6fd3ebb9158322fb2c0df12c1c6a4e6d1e0e7a25c585f91428fe6d22
MD5 2ae0662e997a347a48c49117591c59cc
BLAKE2b-256 f0a93667634dd47639ddb274df4e07a84d97f78d7616b32dc71d370ce74aa00b

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.9 MB
  • 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.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1d0a81f5b2b23ae65dbaf1c30fc10e1b946f7e34c6c68d3ee9780b6f3809f17b
MD5 c3857ceae3a07abf30803c570c7656aa
BLAKE2b-256 26812ef2be85820979e076ad7a7c0d8ac50fdc0f8aefcbd2cb4f42d105b63a30

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp38-cp38-win32.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 34a6ca03fcfe59abdc343aabad963b3217a09ccf59cde1454d226379dc2bce4d
MD5 a847435a2ccd0fb2a76476a7663a49cc
BLAKE2b-256 6c3591acc2ed2b5c8aea61e13f90b657b6c1f878801097ecac5299defa34d57c

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 12.3 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 842e3a079dc70a845e08fd31adb37f20a5bd669bbb0241cfd4ce0f5aec882cdd
MD5 024439c9343448d5186617ff35f1ef8f
BLAKE2b-256 de622f952b7e4de72cafaa270c8929b8c31651b059bfaae2430c7d7993ea2932

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 13.1 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.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1d56e01f512dea65e0b951b31128a65ccd19b39c0ce15c29d59e2bf839168cb6
MD5 f65b5f7e2adc51b650e173ee6362e868
BLAKE2b-256 dab65ffe1c9b1f6b5ad1f64f195f0f58ef41ed5c2f70392918b8e2bf8000e0b2

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 11.3 MB
  • 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.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2c55aa04fe4a572c191400e4b1d4d40126ec79195d8bb9c8b7fe8e43233cc77c
MD5 074d7e286e5aa32ade2efce6862b1cc4
BLAKE2b-256 90ccd43647cdb671a829c5eca8f2471660a91373f708a48ad9761ac2e865dc2e

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp38-cp38-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.8, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9762fadc05f05553799616d2cb95dbaaa362e6d54a32e168f6795159e15a330a
MD5 d59e342e4fa8edb56c590f8b597d3470
BLAKE2b-256 c10ab7e4837e7eedf3293a9c5c491ecd789e871f0722100d19330c0be357eeed

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • 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.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 de4a5d52caecf1f51719925b1b248c88db95bcc43499428359bb13892c45a5e7
MD5 d10d3429992213e87e5420b84ce345c2
BLAKE2b-256 2758f39720e9e202c146c74d8161fd9feefe7da958a6d1bfc5f79d0fb18fc847

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • 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.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b28369ee71697652e3d720446116c76ff8eae097836794392295ceb39ac5a809
MD5 78a98ed9227d992f8e749f5bdfd23a6e
BLAKE2b-256 e7e9f9a6b4e076a3509c816c3d6d15249d3ae8ae225aec0863c39e724cf13e76

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp37-cp37m-win32.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 9f255ebc83f7915aa5d42a0905029c782e4e9e2e88089599ac83b87dfcd94bab
MD5 960e49c022b3e99d8d90f638918db1f8
BLAKE2b-256 7ae3a6dc0d152b61b7b6b2108e3804d0fd508050bdb52ff77acf0a08c037c296

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 11.6 MB
  • 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/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a74c7ff10b493f1367a68f9bf7d59860fe42e56d136dbe79d52d76728c66ce03
MD5 e697a1784558dedf2549206562fd43bb
BLAKE2b-256 bb25375cd36e5bd47b0f7e7efa1ab798ee2c2226995a07ad8eef8fab002f6bec

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 12.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.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 26b0e9ae2c92ca85f1852eb808d59f7da3be8d13fc93f899562268daff20534d
MD5 b71478d1fe540348f1effae965489db4
BLAKE2b-256 79a14a9c412bb3e54efe5c6442991af5d9a287cd33e2c9ef4334096ed568feb9

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 10.8 MB
  • 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.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6a93ebb4eb3586f5aee822a6e1d7f5f4548c9bbc32bc82fa0557eece843e0fae
MD5 dd8f4d0e19c4aba04653bad51b1e65c8
BLAKE2b-256 8cd2d0e4bd705b8b89009e1778d0d1f666339f47a763b664db89025090aac4c4

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp37-cp37m-macosx_10_13_intel.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp37-cp37m-macosx_10_13_intel.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.7m, macOS 10.13+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp37-cp37m-macosx_10_13_intel.whl
Algorithm Hash digest
SHA256 fa8a1402b08645f3385e475a4b369921a2f5a4c98c70eb157aef4d2e8b403b7b
MD5 8e8953f7fefc7866d080f7199ecd3e1a
BLAKE2b-256 a4ac62e4210d9768042e9000916ca73b32e842e9b58d653a15bb043f798c684e

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp37-cp37m-macosx_10_9_intel.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp37-cp37m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.7m, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp37-cp37m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 5ae7991974cd3b594cf5ec43ba74280f74c34b758e0133ab364626731d8dde75
MD5 893757985324490971f2a0e4689ce959
BLAKE2b-256 a4b8ffdbc8f2fbf7f26b4b7b71a1810c4b4527d435e7b628a97ff35de63ba830

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • 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.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4304bb4d364da7e92d434b6a726bf6b33b35322be40e9cd4be4d29bdef94d76c
MD5 7d80ea7281694edf64ed82da4b11a98c
BLAKE2b-256 d19b8d18fb942fcb91c97007b5e0cd15bd8f97bb9ef101b58ff1d8534330c21d

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp36-cp36m-win32.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 0ad8c074011a1e064596e00ae1ae453732b68378481c83e3addd86abdc40e28c
MD5 c143d325754ae6295b2c16f0da93d532
BLAKE2b-256 4bc59b8c257749496ebe5490696f60ed787dc28f2171be7a65cbe43f0ac5c16f

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 11.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1260c64bf8a320b8853927a8586ba38690ccb28dd51f772c6a096439c39e4787
MD5 9e923976bdea86594317d8e14d3048f1
BLAKE2b-256 064b6e6a0e6c9512fc2353464a54cd98cd635347c3bd14dcb592c24bbcd1d62c

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 12.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.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f8c6604feecaf71029fd07507e819629806255978164d9ad4b915647d1ea44ca
MD5 ed0575525438e4eefadc796556c4d4b4
BLAKE2b-256 1c808c5414eeab35a604fe55f2277ba0f9d48f12eccd0f07cbb8ac5358eb61bf

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 10.8 MB
  • 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.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b24685e818598b0e6a9665650173655d6cafc966779c9998d22f7d8ad2c55be7
MD5 750a8af249437f79fb80c62bb64b7a0c
BLAKE2b-256 1bda4c95c6df36806e3e262b26d9eb74e5100def03bf595a0052d9371137ac62

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp36-cp36m-macosx_10_13_intel.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp36-cp36m-macosx_10_13_intel.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.6m, macOS 10.13+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp36-cp36m-macosx_10_13_intel.whl
Algorithm Hash digest
SHA256 59de0e5255146bf23cc9409b0ec134a111b1bf083df3047c76b8c43a6ebd5f49
MD5 d85f0b0fc22ca8a38a33749dd12cbbed
BLAKE2b-256 c6b7708b2fd76d0461518f72e4eae7be559b90fe610c77f52cdb6a029f821df8

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp36-cp36m-macosx_10_9_intel.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp36-cp36m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.6m, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp36-cp36m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 0dc9855d25fd1b21b0fa91752ff01f7ef707bef45af74633bc0375841b526782
MD5 5203c6c286c1ca1759ea613b38a145eb
BLAKE2b-256 76a463aefb2177afda42fab364f699efc20572ac7a086d08a0e863a65f794f46

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • 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.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 d335a5aa56fff709b8744610795084d6292e76bbb9bd5170b94cc309e0fdea44
MD5 f0493a0f6ab2a0b61d2f98e14379ee21
BLAKE2b-256 8f9e59a3069b854df3ad0b48e50102902ea1b6e306d7524bb074e45eed305ce3

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp35-cp35m-win32.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 b306cab2de9f4074c24d68c341fe2bf3c1d5281112a57b03eaff25e8fe038697
MD5 15a3fe132fcf1f6a8cac565837271315
BLAKE2b-256 669fa4269ab3f95c68a37c1e3525cdbc0a04fde64cf58a7cc8f38aa8712508e4

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp35-cp35m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp35-cp35m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 11.5 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp35-cp35m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ae92a96a46da2c30d6c475790fedb2d8b3fbd090429e631cb8c88796db7820f
MD5 612025ad5750cb05fc6afa032948945b
BLAKE2b-256 10ada525880dfb3568a696110670f522fac5b3a45e621904ea72d0406d62cfd0

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 12.3 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.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 972d079b54d6a53f2a582ef9edc7111879a7149a31770885c986774d0e3b3bf0
MD5 f4f90a0bf90d53e13b014adaad14e254
BLAKE2b-256 32500f7c6a2a6497a182526d605e74c9cf9ae00fa18d935dba1532eb4244ecc0

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 10.7 MB
  • 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.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1f41ff2a3a79d46887d52d4bba379d82abb3ed2dcf60c4bccc01b1dbad77f8c6
MD5 3405d592a8c080ffc597f7f44eb99104
BLAKE2b-256 dcbc60dad8b4f07ec11b0982e5ba8c9d2a24bc928d10507e51a797960c15984f

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp35-cp35m-macosx_10_13_intel.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp35-cp35m-macosx_10_13_intel.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.5m, macOS 10.13+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp35-cp35m-macosx_10_13_intel.whl
Algorithm Hash digest
SHA256 30534c20562bd8accec927fcf6071885913bf2c3a19eec4df019d5b5ffda7b5f
MD5 e5322440eb2fb6565fdc312d0c3c5435
BLAKE2b-256 24085958b832371cebf5f6ccd5b211919d107a4eb120fc10de58187650dac7e4

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp35-cp35m-macosx_10_9_intel.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp35-cp35m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.5m, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp35-cp35m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 d0c963fb0881ed94865c8193bf77dce961398575552475de766fced1c8b92bf8
MD5 82af5cda1a8feb45b3a55ad2d10199dd
BLAKE2b-256 93341e4ee7d0d6ab6cdc7e7571901b08d1b33738b76bbf40b232998d29eed129

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 12.0 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 85f6f4ac236484f7536733cc93b6f207114efe3f2824cffdec15203e1becd022
MD5 7298fdad9544a5356369eb6d393420de
BLAKE2b-256 05f97a25cc0e78c7f80ccd45e7e8b6e7012fe8f7a1d268d445c5bf84b1ab56d4

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 10.5 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 91f1705dd04f924d9d072076c6a3781b918d967c34110ac9d4472718f0dd82f9
MD5 c82fbe6f8a9ab8dc06c84f5e03e40eeb
BLAKE2b-256 499a86a07138932fc99c6801d8a30ac7d96d0c119855d693c0b4d70f463089d3

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 2bf7e4b2a97e3df272f31cf1eb0e46b0dd82d0528580a60903e39cd057a3db46
MD5 d08123e38b7a8aef6f7895f61f3affa6
BLAKE2b-256 f9e26f35a701ade37fbc87e4c13b2870fce0820a73f307ff15c6106c3c9d39ea

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp27-cp27m-win32.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 52e4618bf7d40d94d797b5e24e8eb1882efcc6eb3cb5d51709baa517cab46463
MD5 e0b97cdcf67a53df11cb729519f3b459
BLAKE2b-256 e37026fbaed79d05c145fe6ae4782b1bf5fc1186a64c6892af2ac7478bfee0ce

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 12.0 MB
  • Tags: CPython 2.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.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6ac854a403a8b3a57267d52cac839a6ba675dacefdecd8e0e70b4c4e7f1ca016
MD5 3c6bbb5cc054da72ef87db127a322333
BLAKE2b-256 adcf47e123b9ddfd2b3cbb42a381bbb82d3ad37400e3a6f8e825fe27e9783973

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 10.5 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 137feadb16ec280e9eb90712ca145f1b9c15a8bf804f124cd08dd62575306bef
MD5 9f74cd70b6c0822f4e660a4c49b436e0
BLAKE2b-256 d1d0bf8497e2595ca2c67c82553bc0a5616293d8972a8a331dfd24a783ca7177

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp27-cp27m-macosx_10_13_intel.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp27-cp27m-macosx_10_13_intel.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 2.7m, macOS 10.13+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp27-cp27m-macosx_10_13_intel.whl
Algorithm Hash digest
SHA256 488d08476ad4d94386f9595df32a7f333700d1e0963840275d411eed4f7b0cac
MD5 19e24bbb52e14451fbc9ef5a3b6b767f
BLAKE2b-256 4c66e1447087b7ebc9db6c655fef53c7465ba0e34fc3d2b606a9bf6c6e997ecb

See more details on using hashes here.

File details

Details for the file imagecodecs-2019.12.31-cp27-cp27m-macosx_10_9_intel.whl.

File metadata

  • Download URL: imagecodecs-2019.12.31-cp27-cp27m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 2.7m, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for imagecodecs-2019.12.31-cp27-cp27m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 25f737c6992cd8466ac8f44cf1fe148eac101590108e5298e26670151f1e887b
MD5 e72246bcb77e272468191a6a88d58f4e
BLAKE2b-256 2bc06b9375647eb98361726e84dcc7a2f935f2e3a40d3709af86135fc0b6ff76

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