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 image input/output modules.

Decode and/or encode functions are implemented for Zlib (DEFLATE), GZIP, ZStandard (ZSTD), Blosc, Brotli, Snappy, LZMA, BZ2, LZ4, LZ4F, LZ4HC, LZW, LZF, ZFP, AEC, LERC, NPY, PNG, GIF, TIFF, WebP, JPEG 8-bit, JPEG 12-bit, JPEG SOF3 (LJPEG), JPEG 2000, JPEG LS, JPEG XR, JPEG XL, AVIF, 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:

2020.12.24

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 32-bit versions are deprecated. Python <= 3.6 are no longer supported.

The latest Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 is 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 <https://github.com/rordenlab/dcm2niix/blob/master/console/jpg_0XC3.cpp>.

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

Update pip and setuptools to the latest version before installing imagecodecs:

python -m pip install --upgrade pip setuptools

Install imagecodecs using precompiled wheels:

python -m pip install --upgrade imagecodecs

Install the requirements for building imagecodecs from source code on latest Ubuntu Linux distributions:

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-dev libjxr-dev liblcms2-dev libcharls-dev libaec-dev libbrotli-dev libsnappy-dev libzopfli-dev libgif-dev libtiff-dev libdeflate-dev libavif-dev

Use the --lite build option to only build extensions without 3rd-party dependencies. Use the --skip-extension build options to skip building specific extensions, e.g.:

python -m pip install imagecodecs --global-option="build_ext" --global-option="--skip-bitshuffle"

The jpeg12, jpegls, jpegxl, zfp, avif, lz4f, and lerc extensions are disabled by default when building from source.

To modify other build settings such as library names and compiler arguments, provide a imagecodecs_distributor_setup.customize_build function, which will be imported and executed during setup. See setup.py for examples.

Other Python packages and C libraries providing imaging or compression codecs:

Revisions

2020.12.24

Pass 4758 tests. Update dependencies and build scripts.

2020.12.22

Add AVIF codec via libavif (WIP). Add DEFLATE/Zlib and GZIP codecs via libdeflate. Add LZ4F codec. Add high compression mode option to lz4_encode. Convert JPEG XR 16 and 32-bit fixed point pixel types to float32. Fix JPEG 2000 lossy encoding. Fix GIF disposal handling. Remove support for Python 3.6 (NEP 29).

2020.5.30

Add LERC codec via ESRI’s lerc library. Enable building JPEG extensions with libjpeg >= 8. Enable distributors to modify build settings.

2020.2.18

Fix segfault when decoding corrupted LZW segments. Work around Cython raises AttributeError when using incompatible numpy. Raise ValueError if in-place decoding is not possible (except floatpred).

2020.1.31

Add GIF codec via giflib. Add TIFF decoder via libtiff (WIP). Add codec_check functions (WIP). Fix formatting libjpeg error messages. Use xfail in tests. Load extensions on demand on Python >= 3.7. Add build options to skip building specific extensions. Split imagecodecs extension into individual extensions. Move shared code into shared extension. Rename imagecodecs_lite extension and imagecodecs C library to ‘imcd’. Remove support for Python 2.7 and 3.5.

2019.12.31

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

Refer to the CHANGES file for older revisions.

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-2020.12.24.tar.gz (9.3 MB view details)

Uploaded Source

Built Distributions

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

imagecodecs-2020.12.24-cp39-cp39-win_amd64.whl (9.7 MB view details)

Uploaded CPython 3.9Windows x86-64

imagecodecs-2020.12.24-cp39-cp39-win32.whl (8.7 MB view details)

Uploaded CPython 3.9Windows x86

imagecodecs-2020.12.24-cp39-cp39-manylinux2014_x86_64.whl (21.6 MB view details)

Uploaded CPython 3.9

imagecodecs-2020.12.24-cp39-cp39-manylinux2010_x86_64.whl (20.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

imagecodecs-2020.12.24-cp39-cp39-manylinux2010_i686.whl (19.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

imagecodecs-2020.12.24-cp39-cp39-macosx_10_14_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.9macOS 10.14+ x86-64

imagecodecs-2020.12.24-cp39-cp39-macosx_10_9_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

imagecodecs-2020.12.24-cp38-cp38-win_amd64.whl (9.7 MB view details)

Uploaded CPython 3.8Windows x86-64

imagecodecs-2020.12.24-cp38-cp38-win32.whl (8.7 MB view details)

Uploaded CPython 3.8Windows x86

imagecodecs-2020.12.24-cp38-cp38-manylinux2014_x86_64.whl (22.1 MB view details)

Uploaded CPython 3.8

imagecodecs-2020.12.24-cp38-cp38-manylinux2010_x86_64.whl (20.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

imagecodecs-2020.12.24-cp38-cp38-manylinux2010_i686.whl (19.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

imagecodecs-2020.12.24-cp38-cp38-macosx_10_14_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

imagecodecs-2020.12.24-cp38-cp38-macosx_10_9_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

imagecodecs-2020.12.24-cp37-cp37m-win_amd64.whl (9.7 MB view details)

Uploaded CPython 3.7mWindows x86-64

imagecodecs-2020.12.24-cp37-cp37m-win32.whl (8.7 MB view details)

Uploaded CPython 3.7mWindows x86

imagecodecs-2020.12.24-cp37-cp37m-manylinux2014_x86_64.whl (20.5 MB view details)

Uploaded CPython 3.7m

imagecodecs-2020.12.24-cp37-cp37m-manylinux2010_x86_64.whl (19.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

imagecodecs-2020.12.24-cp37-cp37m-manylinux2010_i686.whl (18.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

imagecodecs-2020.12.24-cp37-cp37m-macosx_10_14_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.7mmacOS 10.14+ x86-64

imagecodecs-2020.12.24-cp37-cp37m-macosx_10_9_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: imagecodecs-2020.12.24.tar.gz
  • Upload date:
  • Size: 9.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24.tar.gz
Algorithm Hash digest
SHA256 bcfb909c38fc0460f24ab75f58c643f2c50a10d0fa49ac07d5ea7b780765e7bd
MD5 ce994dcf60eb0d3472934e68edc2a30c
BLAKE2b-256 8242b434ba052ebdb2cd417001fe598a2aac6b0e2172a504285504bee65fd007

See more details on using hashes here.

File details

Details for the file imagecodecs-2020.12.24-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: imagecodecs-2020.12.24-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 9.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b5fdfa68c4b46e1ef4c80747e3caec57c4cc434704019dcf5ddc265e957dcd86
MD5 afdc884af04f53c1bd3c79dd2c15773f
BLAKE2b-256 c4d3b8ff2305fd9c48de43056fe03ce6680356edfa42e97539cc54577288e03d

See more details on using hashes here.

File details

Details for the file imagecodecs-2020.12.24-cp39-cp39-win32.whl.

File metadata

  • Download URL: imagecodecs-2020.12.24-cp39-cp39-win32.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5e35b7648ec4ddda40c58db42138edd113a9d7d1914483e295d51e0a948b8035
MD5 2a77f2e8c43bc5174da39397df9e843c
BLAKE2b-256 cb52e32fe55bf87839586bd8bb4260a9ceaaa29072f2a2e1df4e65b2cd4802a6

See more details on using hashes here.

File details

Details for the file imagecodecs-2020.12.24-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2020.12.24-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 21.6 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d23f3c1f776ff377bf26f1a11ed6968b895ca6ab856088900bd6cc5dd5b60135
MD5 faa957097db2d43c4c61fc5798175987
BLAKE2b-256 e37f5c939bf89b012d2395831ee52b239cea087a297a5838a46336f23f29e2bf

See more details on using hashes here.

File details

Details for the file imagecodecs-2020.12.24-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2020.12.24-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 20.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 df131cee7a490513b6c64853c382615b70ce7c8522da16af00cd3275a96967f4
MD5 60f7aaa45b20468d16ca434c9a261baa
BLAKE2b-256 59fa6191707043a2ccaefdde2bb690609936d0125c4d7433c13a51b5afee0427

See more details on using hashes here.

File details

Details for the file imagecodecs-2020.12.24-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: imagecodecs-2020.12.24-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 19.4 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1df5db330ab8be64a1faee702df8bef68bd3fa4cddd400c03cca4b5af52431c7
MD5 0482ffb9c335765530b00c550c21691a
BLAKE2b-256 ace9e7a0364c6d031c09827ebcae18aa7e166e666d39c8a5a5e6042515a163d2

See more details on using hashes here.

File details

Details for the file imagecodecs-2020.12.24-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2020.12.24-cp39-cp39-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.9, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6e8eaa870834ccc0a77eda22a1c9e800ea91aa174184052f3e56876c6ba2bb3f
MD5 9382e5efab1977b70ecdd2fe52382ce4
BLAKE2b-256 93ffef63987e795833f3169b78c5fbf12efec70531474bde5c4272cdd35f22c0

See more details on using hashes here.

File details

Details for the file imagecodecs-2020.12.24-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2020.12.24-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5ac2276f3ee170a94508c4d68e60dbda414ab8957f5152b6fd083abaef44186
MD5 0ce38957c6bbd1befd4b7af0be3a118d
BLAKE2b-256 6cd34fc4e80846810f9059a79f7fc8d4014297df1f8985161d9bcd087b2e4939

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imagecodecs-2020.12.24-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 9.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 63f66fda54530706ecdd268e3bb1916aca7ec9d4695209167a677ed75f61640f
MD5 925744111461a094c4a4ad72b7813281
BLAKE2b-256 1d732b724af3baae1ec53a5b08e50e23677fedb483d550453b64ed0dfac9aa26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imagecodecs-2020.12.24-cp38-cp38-win32.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4c392a308a3cc50f4461f377f511c4d244397510356d38c30e7587e85b2a4eec
MD5 b64efa6a2f3476973fc60ca3842a8182
BLAKE2b-256 2e739e54a0f25a420d515e2c4263a647f0802e51e7794d8745027267085475fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imagecodecs-2020.12.24-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 22.1 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cabd3bd74549c079a38d9842ff110ddcb29cba2613ee2a664c0ac31d9f5f79f5
MD5 d605198084f8e32b2baa660eb47ff1c9
BLAKE2b-256 b747c8cb40bd49393429de4d865af536113e556e82852103a9134134aa8b5d7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imagecodecs-2020.12.24-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 20.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a5cba1ca4ad1c008839514980770d841616f965f90ebe123a6805aca95b5c257
MD5 72e75d3e4ec5b3b8eb20cbaafa9699fa
BLAKE2b-256 9e0c56818251edae15f6efd9f604fecb2368e2fbb0e4567e1a0664e5b91060ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imagecodecs-2020.12.24-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 19.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c233b7191675474122da096fd7a60b0301b23181873ea2cef5b8d880473d0fbb
MD5 0df20fb16e3240101c5aa4c57767d68b
BLAKE2b-256 879911efbbda849ef8c2487d6f5afab262e56a41fd032ed30c95c25155aa7346

See more details on using hashes here.

File details

Details for the file imagecodecs-2020.12.24-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2020.12.24-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 955e0350d38d6f34260608b8cc95a6dcd954f7b1ac88332e1f61ec90444bbcc2
MD5 7db7f7e13e16af9bcea22b2f1cf895ec
BLAKE2b-256 5e0bbfc4ecc68acb4fcefd72fdb05e49af7d2d170b264871213b4ccb4cb9bda3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imagecodecs-2020.12.24-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5227e5fe30813099f8f87fe20efc065d08d6a073921566f8a5828e6475111aca
MD5 fa74045f918c91b317c467f6d72ca6b7
BLAKE2b-256 96d5fd8bc3f6421be7b92dfec1de649bbaf16cf9c35f3926623d7e30643ab024

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imagecodecs-2020.12.24-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 9.7 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b2b90c00eaf81e7772e56c359c7eab4067ac3728d4b7d44953464df227a032c1
MD5 759f1d12197036869103c4205034b54b
BLAKE2b-256 95c983f135f5e20631c0f3e889c0764c0744f5e8a71f3dec989009f05842dd65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imagecodecs-2020.12.24-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 145900dd5db4b13400d5742c1b63da2c6553edf42a0487d1c1d1e63702b5440a
MD5 c60d185b937d79cc4b9be02bb9b69f12
BLAKE2b-256 8e672e936098504714bff1b953fd185c2a59be3b7ac396212d0288eea99afc15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imagecodecs-2020.12.24-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 20.5 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f3b9332cda9b7e0e72b2b36ac1456b99541277c77cb041b7d7327712b5b67ba
MD5 acc70e1b29a1e5762b8a0b91c7c5709f
BLAKE2b-256 84caac4c85877f24f730f52bf01e56d02f46c6259a391fac461c3bc161700f05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imagecodecs-2020.12.24-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 19.2 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 40e94929fcb1d7e16484d508f67bb523e703fe25960decfe61d639de88971e19
MD5 ae3b5e5f8c49dbc7912a62a2207fd5db
BLAKE2b-256 4ba42e574e2252a48c603e5462704d959ba7e9e7fc279f9cfb758810f537c96a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imagecodecs-2020.12.24-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 18.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 947824b6e12e2305378394b370b99222f444f05d70d4764f13108c6e53c674dc
MD5 9f28f190a783b23c672c5106467544f8
BLAKE2b-256 bce915c4d29a1ff9d6bd9e2df666610b99490944c78bbe26f8f33778d7652ab5

See more details on using hashes here.

File details

Details for the file imagecodecs-2020.12.24-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2020.12.24-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 cbab499b936fba7ea6785d5e29302f65f6e6775eb85ff3789d43a4f32e05ddef
MD5 c1dc82409d7f61cdad0b1e83bd542089
BLAKE2b-256 6a497e21af59cd8a33588c1eb7a2c409d8eafab476af5bc4638b3e88b62431fc

See more details on using hashes here.

File details

Details for the file imagecodecs-2020.12.24-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: imagecodecs-2020.12.24-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.7

File hashes

Hashes for imagecodecs-2020.12.24-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fb66f56c4d806d60271dae38b65e640f81acae14c0bdc3394661f7df65655854
MD5 bb2a1829393e81e8210ba09a2ea28af7
BLAKE2b-256 a04b42cdf1cfebe98c55a2bd71acf0743d9a2f46473ea28fb5b0aff2306f12b7

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