imagecodecs


Nameimagecodecs JSON
Version 2024.1.1 PyPI version JSON
download
home_pagehttps://www.cgohlke.com
SummaryImage transformation, compression, and decompression codecs
upload_time2023-12-31 04:59:06
maintainer
docs_urlNone
authorChristoph Gohlke
requires_python>=3.9
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Image transformation, compression, and decompression codecs
===========================================================

Imagecodecs is a Python library that provides block-oriented, in-memory buffer
transformation, compression, and decompression functions for use in Tifffile,
Czifile, Zarr, kerchunk, and other scientific image input/output packages.

Decode and/or encode functions are implemented for Zlib (DEFLATE), GZIP,
ZStandard (ZSTD), Blosc, Brotli, Snappy, LZMA, BZ2, LZ4, LZ4F, LZ4HC, LZ4H5,
LZW, LZO, LZF, LZFSE, LZHAM, PGLZ (PostgreSQL LZ), RCOMP (Rice), ZFP, SPERR,
AEC, SZIP, LERC, EER, NPY, BCn, DDS, BMP, PNG, APNG, GIF, TIFF, WebP, QOI,
JPEG 8 and 12-bit, Lossless JPEG (LJPEG, LJ92, JPEGLL), JPEG 2000 (JP2, J2K),
JPEG LS, JPEG XL, JPEG XR (WDP, HD Photo), MOZJPEG, AVIF, HEIF, RGBE (HDR),
Jetraw, DICOMRLE, PackBits, Packed Integers, Delta, XOR Delta,
Floating Point Predictor, Bitorder reversal, Byteshuffle, Bitshuffle,
Float24 (24-bit floating point),
Quantize (Scale, BitGroom, BitRound, GranularBR), and
CMS (color space transformations).
Checksum functions are implemented for crc32, adler32, fletcher32, and
Jenkins lookup3.

:Author: `Christoph Gohlke <https://www.cgohlke.com>`_
:License: BSD 3-Clause
:Version: 2024.1.1
:DOI: `10.5281/zenodo.6915978 <https://doi.org/10.5281/zenodo.6915978>`_

Quickstart
----------

Install the imagecodecs package and all dependencies from the
`Python Package Index <https://pypi.org/project/imagecodecs/>`_::

    python -m pip install -U imagecodecs[all]

Imagecodecs is also available in other package repositories such as
`Anaconda <https://anaconda.org/conda-forge/imagecodecs>`_,
`MSYS2 <https://packages.msys2.org/base/mingw-w64-python-imagecodecs>`_, and
`MacPorts <https://ports.macports.org/port/py-imagecodecs/summary>`_.

See `Requirements`_ and `Notes`_ for building from source.

See `Examples`_ for using the programming interface.

Source code and support are available on
`GitHub <https://github.com/cgohlke/imagecodecs>`_.

Requirements
------------

This revision was tested with the following requirements and dependencies
(other versions may work):

- `CPython <https://www.python.org>`_ 3.9.13, 3.10.11, 3.11.7, 3.12.1, 64-bit
- `Numpy <https://pypi.org/project/numpy>`_ 1.26.2
- `numcodecs <https://pypi.org/project/numcodecs/>`_ 0.12.1
  (optional, for Zarr compatible codecs)

Build requirements:

- `Cython <https://github.com/cython/cython>`_ 3.0.7
- `brotli <https://github.com/google/brotli>`_ 1.1.0
- `brunsli <https://github.com/google/brunsli>`_ 0.1
- `bzip2 <https://gitlab.com/bzip2/bzip2>`_ 1.0.8
- `c-blosc <https://github.com/Blosc/c-blosc>`_ 1.21.5
- `c-blosc2 <https://github.com/Blosc/c-blosc2>`_ 2.12.0
- `charls <https://github.com/team-charls/charls>`_ 2.4.2
- `giflib <https://sourceforge.net/projects/giflib/>`_ 5.2.1
- `jetraw <https://github.com/Jetraw/Jetraw>`_ 23.03.16.4
- `jxrlib <https://github.com/cgohlke/jxrlib>`_ 1.2
- `lcms2 <https://github.com/mm2/Little-CMS>`_ 2.16.0
- `lerc <https://github.com/Esri/lerc>`_ 4.0.0
- `libaec <https://gitlab.dkrz.de/k202009/libaec>`_ 1.1.2
- `libavif <https://github.com/AOMediaCodec/libavif>`_ 1.0.3
  (`aom <https://aomedia.googlesource.com/aom>`_ 3.8.0,
  `dav1d <https://github.com/videolan/dav1d>`_ 1.3.0,
  `rav1e <https://github.com/xiph/rav1e>`_ 0.6.6,
  `svt-av1 <https://gitlab.com/AOMediaCodec/SVT-AV1>`_ 1.8.0)
- `libdeflate <https://github.com/ebiggers/libdeflate>`_ 1.19
- `libheif <https://github.com/strukturag/libheif>`_ 1.17.6
  (`libde265 <https://github.com/strukturag/libde265>`_ 1.0.15,
  `x265 <https://bitbucket.org/multicoreware/x265_git/src/master/>`_ 3.5)
- `libjpeg-turbo <https://github.com/libjpeg-turbo/libjpeg-turbo>`_ 3.0.1
- `libjxl <https://github.com/libjxl/libjxl>`_ 0.9.0
- `liblzma <https://git.tukaani.org/?p=xz.git>`_ 5.4.5
- `libpng <https://github.com/glennrp/libpng>`_ 1.6.40
- `libpng-apng <https://sourceforge.net/projects/libpng-apng/>`_ 1.6.40
- `libtiff <https://gitlab.com/libtiff/libtiff>`_ 4.6.0
- `libwebp <https://github.com/webmproject/libwebp>`_ 1.3.2
- `lz4 <https://github.com/lz4/lz4>`_ 1.9.4
- `lzfse <https://github.com/lzfse/lzfse/>`_ 1.0
- `lzham_codec <https://github.com/richgel999/lzham_codec/>`_ 1.0
- `lzokay <https://github.com/AxioDL/lzokay>`_ db2df1f
- `mozjpeg <https://github.com/mozilla/mozjpeg>`_ 4.1.5
- `openjpeg <https://github.com/uclouvain/openjpeg>`_ 2.5.0
- `snappy <https://github.com/google/snappy>`_ 1.1.10
- `sperr <https://github.com/NCAR/SPERR>`_ 0.8.0
- `zfp <https://github.com/LLNL/zfp>`_ 1.0.1
- `zlib <https://github.com/madler/zlib>`_ 1.3
- `zlib-ng <https://github.com/zlib-ng/zlib-ng>`_ 2.1.5
- `zopfli <https://github.com/google/zopfli>`_ 1.0.3
- `zstd <https://github.com/facebook/zstd>`_ 1.5.5

Vendored requirements:

- `bcdec.h <https://github.com/iOrange/bcdec>`_ 026acf9
- `bitshuffle <https://github.com/kiyo-masui/bitshuffle>`_ 0.5.1
- `cfitsio ricecomp.c <https://heasarc.gsfc.nasa.gov/fitsio/>`_ modified
- `h5checksum.c <https://github.com/HDFGroup/hdf5/>`_ modified
- `jpg_0XC3.cpp
  <https://github.com/rordenlab/dcm2niix/blob/master/console/jpg_0XC3.cpp>`_
  modified
- `liblj92
  <https://bitbucket.org/baldand/mlrawviewer/src/master/liblj92/>`_ modified
- `liblzf <http://oldhome.schmorp.de/marc/liblzf.html>`_ 3.6
- `libspng <https://github.com/randy408/libspng>`_ 0.7.4
- `nc4var.c <https://github.com/Unidata/netcdf-c/blob/main/libsrc4/nc4var.c>`_
  modified
- `pg_lzcompress.c <https://github.com/postgres/postgres>`_ modified
- `qoi.h <https://github.com/phoboslab/qoi/>`_ 36190eb
- `rgbe.c <https://www.graphics.cornell.edu/~bjw/rgbe/rgbe.c>`_ modified

Test requirements:

- `tifffile <https://pypi.org/project/tifffile>`_ 2023.12.9
- `czifile <https://pypi.org/project/czifile>`_ 2019.7.2
- `zarr <https://github.com/zarr-developers/zarr-python>`_ 2.16.1
- `python-blosc <https://github.com/Blosc/python-blosc>`_ 1.11.1
- `python-blosc2 <https://github.com/Blosc/python-blosc2>`_ 2.4.0
- `python-brotli <https://github.com/google/brotli/tree/master/python>`_ 1.0.9
- `python-lz4 <https://github.com/python-lz4/python-lz4>`_ 4.3.2
- `python-lzf <https://github.com/teepark/python-lzf>`_ 0.2.4
- `python-snappy <https://github.com/andrix/python-snappy>`_ 0.6.1
- `python-zstd <https://github.com/sergey-dryabzhinsky/python-zstd>`_ 1.5.5.1
- `pyliblzfse <https://github.com/ydkhatri/pyliblzfse>`_ 0.4.1
- `zopflipy <https://github.com/hattya/zopflipy>`_ 1.9

Revisions
---------

2024.1.1

- Pass 7420 tests.
- Add 8/24-bit BMP codec.
- Add SPERR codec based on SPERR library.
- Add LZO decoder based on lzokay library.
- Add DICOMRLE decoder.
- Enable float16 in CMS codec.
- Enable MCT for lossless JPEG2K encoder (#88).
- Ignore pad-byte in PackBits decoder (#86).
- Fix heif_write_callback error message not set.
- Require lcms2 2.16 with issue-420 fixes.
- Require libjxl 0.9, libaec 1.1, Cython 3.

2023.9.18

- Rebuild with updated dependencies fixes CVE-2024-4863.

2023.9.4

- Map avif_encode level parameter to quality (breaking).
- Support monochrome images in avif_encode.
- Add numthreads parameter to avif_decode (fix imread of AVIF).
- Add quantize filter (BitGroom, BitRound, GBR) via nc4var.c.
- Add LZ4H5 codec.
- Support more BCn compressed DDS fourcc types.
- Require libavif 1.0.

2023.8.12

- Add EER (Electron Event Representation) decoder.
- Add option to pass initial value to crc32 and adler32 checksum functions.
- Add fletcher32 and lookup3 checksum functions via HDF5's h5checksum.c.
- Add Checksum codec for numcodecs.

2023.7.10

- Rebuild with optimized compile flags.

2023.7.4

- Add BCn and DDS decoder via bcdec library.
- Add functions to transcode JPEG XL to/from JPEG (#78).
- Add option to decode select frames from animated WebP.
- Use legacy JPEG8 codec when building without libjpeg-turbo 3 (#65).
- Change blosc2_encode defaults to match blosc2-python (breaking).
- Fix segfault writing JPEG2K with more than 4 samples.
- Fix some codecs returning bytearray by default.
- Fully vendor cfitsio's ricecomp.c.
- Drop support for Python 3.8 and numpy < 1.21 (NEP29).

2023.3.16

- Require libjpeg-turbo 2.1.91 (3.0 beta) and c-blosc2 2.7.1.
- Add experimental type hints.
- Add SZIP codec via libaec library.
- Use Zstd streaming API to decode blocks with unknown decompressed size.
- Remove unused level, index, and numthreads parameters (breaking).
- Make AEC and BLOSC constants enums (breaking).
- Capitalize numcodecs class names (breaking).
- Remove JPEG12 codec (breaking; use JPEG8 instead).
- Encode and decode lossless and 12-bit JPEG with JPEG8 codec by default.
- Remove JPEGSOF3 fallback in JPEG codec.
- Fix slow IFD seeking with libtiff 4.5.
- Fixes for Cython 3.0.

2023.1.23

- Require libjxl 0.8.
- Change mapping of level to distance parameter in jpegxl_encode.
- Add option to specify bitspersample in jpegxl_encode.
- Add option to pass de/linearize tables to LJPEG codec.
- Fix lj92 decoder for SSSS=16 (#59).
- Prefer ljpeg over jpegsof3 codec.
- Add option to specify AVIF encoder codec.
- Support LERC with Zstd or Deflate compression.
- Squeeze chunk arrays by default in numcodecs image compression codecs.

2022.12.24

- …

Refer to the CHANGES file for older revisions.

Objectives
----------

Many scientific image storage formats like TIFF, CZI, DICOM, HDF, and Zarr
are containers that hold large numbers of small data segments (chunks, tiles,
stripes), which are encoded using a variety of compression and pre-filtering
methods. Metadata common to all data segments are typically stored separate
from the segments.

The purpose of the Imagecodecs library is to support Python modules in
encoding and decoding such data segments. The specific aims are:

- Provide functions for encoding and decoding small image data segments
  in-memory (not in-file) from and to bytes or numpy arrays for many
  compression and filtering methods.
- Support image formats and compression methods not available elsewhere in
  the Python ecosystem.
- Reduce the runtime dependency on numerous, large, inapt, or unmaintained
  Python packages. The imagecodecs package only depends on numpy.
- Implement codecs as Cython wrappers of 3rd party libraries with a C API
  and permissive license if exists, else use own C library.
  Provide Cython definition files for the wrapped C libraries.
- Release the Python global interpreter lock (GIL) during extended native/C
  function calls for multi-threaded use.

Accessing parts of large data segments and reading metadata from segments
are out of the scope of this library.

Notes
-----

This library is largely a work in progress.

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

Python <= 3.8 is no longer supported. 32-bit versions are deprecated.

Works on little-endian platforms only.

Supported platforms are ``win_amd64``, ``win_arm64``, ``win32``,
``macosx_x86_64``, ``macosx_arm64``, and ``manylinux_x86_64``.

Wheels may not be available for all platforms and all releases.

Only the ``win_amd64`` wheels include all features.

The ``tiff``, ``bcn``, ``dds``, ``dicomrle``, ``eer``, ``lzo``, ``packints``,
and ``jpegsof3`` codecs are currently decode-only.

The ``heif`` and ``jetraw`` codecs are distributed as source code only due to
license and possible patent usage issues.

The latest `Microsoft Visual C++ Redistributable for Visual Studio 2015-2022
<https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist>`_
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.

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

    python -m pip install -U pip setuptools wheel Cython

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-zarr
    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
    libheif-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, for example:

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

The ``apng``, ``avif``, ``jetraw``, ``jpegls``, ``jpegxl``, ``lerc``,
``lz4f``, ``lzfse``, ``lzham``, ``lzo``, ``mozjpeg``, ``sperr``, ``zfp``,
and ``zlibng`` 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
is imported and executed during setup. See ``setup.py`` for examples.

Other Python packages and C libraries providing imaging or compression codecs:
`Python zlib <https://docs.python.org/3/library/zlib.html>`_,
`Python bz2 <https://docs.python.org/3/library/bz2.html>`_,
`Python lzma <https://docs.python.org/3/library/lzma.html>`_,
`backports.lzma <https://github.com/peterjc/backports.lzma>`_,
`python-lzo <https://bitbucket.org/james_taylor/python-lzo-static>`_,
`python-lzw <https://github.com/joeatwork/python-lzw>`_,
`python-lerc <https://pypi.org/project/lerc/>`_,
`wavpack-numcodecs
<https://github.com/AllenNeuralDynamics/wavpack-numcodecs>`_,
`packbits <https://github.com/psd-tools/packbits>`_,
`isa-l.igzip <https://github.com/intel/isa-l>`_,
`fpzip <https://github.com/seung-lab/fpzip>`_,
`libmng <https://sourceforge.net/projects/libmng/>`_,
`OpenEXR <https://github.com/AcademySoftwareFoundation/openexr>`_
(EXR, PIZ, PXR24, B44, DWA),
`pyJetraw <https://github.com/Jetraw/pyJetraw>`_,
`tinyexr <https://github.com/syoyo/tinyexr>`_,
`pytinyexr <https://github.com/syoyo/pytinyexr>`_,
`pyroexr <https://github.com/dragly/pyroexr>`_,
`JasPer <https://github.com/jasper-software/jasper>`_,
`libjpeg <https://github.com/thorfdbg/libjpeg>`_ (GPL),
`pylibjpeg <https://github.com/pydicom/pylibjpeg>`_,
`pylibjpeg-libjpeg <https://github.com/pydicom/pylibjpeg-libjpeg>`_ (GPL),
`pylibjpeg-openjpeg <https://github.com/pydicom/pylibjpeg-openjpeg>`_,
`pylibjpeg-rle <https://github.com/pydicom/pylibjpeg-rle>`_,
`glymur <https://github.com/quintusdias/glymur>`_,
`pyheif <https://github.com/carsales/pyheif>`_,
`pyrus-cramjam <https://github.com/milesgranger/pyrus-cramjam>`_,
`PyLZHAM <https://github.com/Galaxy1036/pylzham>`_,
`BriefLZ <https://github.com/jibsen/brieflz>`_,
`QuickLZ <http://www.quicklz.com/>`_ (GPL),
`LZO <http://www.oberhumer.com/opensource/lzo/>`_ (GPL),
`nvJPEG <https://developer.nvidia.com/nvjpeg>`_,
`nvJPEG2K <https://developer.nvidia.com/nvjpeg>`_,
`PyTurboJPEG <https://github.com/lilohuang/PyTurboJPEG>`_,
`CCSDS123 <https://github.com/drowzie/CCSDS123-Issue-2>`_,
`LPC-Rice <https://sourceforge.net/projects/lpcrice/>`_,
`CompressionAlgorithms <https://github.com/glampert/compression-algorithms>`_,
`Compressonator <https://github.com/GPUOpen-Tools/Compressonator>`_,
`Wuffs <https://github.com/google/wuffs>`_,
`TinyDNG <https://github.com/syoyo/tinydng>`_,
`OpenJPH <https://github.com/aous72/OpenJPH>`_,
`Grok <https://github.com/GrokImageCompression/grok>`_ (AGPL),
`MAFISC
<https://wr.informatik.uni-hamburg.de/research/projects/icomex/mafisc>`_,
`B3D <https://github.com/balintbalazs/B3D>`_.

Examples
--------

Import the JPEG2K codec:

>>> from imagecodecs import (
...     jpeg2k_encode, jpeg2k_decode, jpeg2k_check, jpeg2k_version, JPEG2K
... )

Check that the JPEG2K codec is available in the imagecodecs build:

>>> JPEG2K.available
True

Print the version of the JPEG2K codec's underlying OpenJPEG library:

>>> jpeg2k_version()
'openjpeg 2.5.0'

Encode a numpy array in lossless JP2 format:

>>> array = numpy.random.randint(100, 200, (256, 256, 3), numpy.uint8)
>>> encoded = jpeg2k_encode(array, level=0)
>>> bytes(encoded[:12])
b'\x00\x00\x00\x0cjP  \r\n\x87\n'

Check that the encoded bytes likely contain a JPEG 2000 stream:

>>> jpeg2k_check(encoded)
True

Decode the JP2 encoded bytes to a numpy array:

>>> decoded = jpeg2k_decode(encoded)
>>> numpy.array_equal(decoded, array)
True

Decode the JP2 encoded bytes to an existing numpy array:

>>> out = numpy.empty_like(array)
>>> _ = jpeg2k_decode(encoded, out=out)
>>> numpy.array_equal(out, array)
True

Not all codecs are fully implemented, raising exceptions at runtime:

>>> from imagecodecs import tiff_encode
>>> tiff_encode(array)
Traceback (most recent call last):
 ...
NotImplementedError: tiff_encode

Write the numpy array to a JP2 file:

>>> from imagecodecs import imwrite, imread
>>> imwrite('_test.jp2', array)

Read the image from the JP2 file as numpy array:

>>> image = imread('_test.jp2')
>>> numpy.array_equal(image, array)
True

Create a JPEG 2000 compressed Zarr array:

>>> import zarr
>>> import numcodecs
>>> from imagecodecs.numcodecs import Jpeg2k
>>> numcodecs.register_codec(Jpeg2k)
>>> zarr.zeros(
...     (4, 5, 512, 512, 3),
...     chunks=(1, 1, 256, 256, 3),
...     dtype='u1',
...     compressor=Jpeg2k()
... )
<zarr.core.Array (4, 5, 512, 512, 3) uint8>

Access image data in a sequence of JP2 files via tifffile.FileSequence and
dask.array:

>>> import tifffile
>>> import dask.array
>>> def jp2_read(filename):
...     with open(filename, 'rb') as fh:
...         data = fh.read()
...     return jpeg2k_decode(data)
>>> with tifffile.FileSequence(jp2_read, '*.jp2') as ims:
...     with ims.aszarr() as store:
...         dask.array.from_zarr(store)
dask.array<from-zarr, shape=(1, 256, 256, 3)...chunksize=(1, 256, 256, 3)...

Write the Zarr store to a fsspec ReferenceFileSystem in JSON format
and open it as a Zarr array:

>>> store.write_fsspec(
...     'temp.json', url='file://', codec_id='imagecodecs_jpeg2k'
... )
>>> import fsspec
>>> mapper = fsspec.get_mapper(
...     'reference://', fo='temp.json', target_protocol='file'
... )
>>> zarr.open(mapper, mode='r')
<zarr.core.Array (1, 256, 256, 3) uint8 read-only>

View the image in the JP2 file from the command line::

    $ python -m imagecodecs _test.jp2

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.cgohlke.com",
    "name": "imagecodecs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Christoph Gohlke",
    "author_email": "cgohlke@cgohlke.com",
    "download_url": "https://files.pythonhosted.org/packages/92/e3/e17c8b9703dc467041ac76d41fe18f67d877ea0ab35d8fac2046e3873945/imagecodecs-2024.1.1.tar.gz",
    "platform": "any",
    "description": "Image transformation, compression, and decompression codecs\n===========================================================\n\nImagecodecs is a Python library that provides block-oriented, in-memory buffer\ntransformation, compression, and decompression functions for use in Tifffile,\nCzifile, Zarr, kerchunk, and other scientific image input/output packages.\n\nDecode and/or encode functions are implemented for Zlib (DEFLATE), GZIP,\nZStandard (ZSTD), Blosc, Brotli, Snappy, LZMA, BZ2, LZ4, LZ4F, LZ4HC, LZ4H5,\nLZW, LZO, LZF, LZFSE, LZHAM, PGLZ (PostgreSQL LZ), RCOMP (Rice), ZFP, SPERR,\nAEC, SZIP, LERC, EER, NPY, BCn, DDS, BMP, PNG, APNG, GIF, TIFF, WebP, QOI,\nJPEG 8 and 12-bit, Lossless JPEG (LJPEG, LJ92, JPEGLL), JPEG 2000 (JP2, J2K),\nJPEG LS, JPEG XL, JPEG XR (WDP, HD Photo), MOZJPEG, AVIF, HEIF, RGBE (HDR),\nJetraw, DICOMRLE, PackBits, Packed Integers, Delta, XOR Delta,\nFloating Point Predictor, Bitorder reversal, Byteshuffle, Bitshuffle,\nFloat24 (24-bit floating point),\nQuantize (Scale, BitGroom, BitRound, GranularBR), and\nCMS (color space transformations).\nChecksum functions are implemented for crc32, adler32, fletcher32, and\nJenkins lookup3.\n\n:Author: `Christoph Gohlke <https://www.cgohlke.com>`_\n:License: BSD 3-Clause\n:Version: 2024.1.1\n:DOI: `10.5281/zenodo.6915978 <https://doi.org/10.5281/zenodo.6915978>`_\n\nQuickstart\n----------\n\nInstall the imagecodecs package and all dependencies from the\n`Python Package Index <https://pypi.org/project/imagecodecs/>`_::\n\n    python -m pip install -U imagecodecs[all]\n\nImagecodecs is also available in other package repositories such as\n`Anaconda <https://anaconda.org/conda-forge/imagecodecs>`_,\n`MSYS2 <https://packages.msys2.org/base/mingw-w64-python-imagecodecs>`_, and\n`MacPorts <https://ports.macports.org/port/py-imagecodecs/summary>`_.\n\nSee `Requirements`_ and `Notes`_ for building from source.\n\nSee `Examples`_ for using the programming interface.\n\nSource code and support are available on\n`GitHub <https://github.com/cgohlke/imagecodecs>`_.\n\nRequirements\n------------\n\nThis revision was tested with the following requirements and dependencies\n(other versions may work):\n\n- `CPython <https://www.python.org>`_ 3.9.13, 3.10.11, 3.11.7, 3.12.1, 64-bit\n- `Numpy <https://pypi.org/project/numpy>`_ 1.26.2\n- `numcodecs <https://pypi.org/project/numcodecs/>`_ 0.12.1\n  (optional, for Zarr compatible codecs)\n\nBuild requirements:\n\n- `Cython <https://github.com/cython/cython>`_ 3.0.7\n- `brotli <https://github.com/google/brotli>`_ 1.1.0\n- `brunsli <https://github.com/google/brunsli>`_ 0.1\n- `bzip2 <https://gitlab.com/bzip2/bzip2>`_ 1.0.8\n- `c-blosc <https://github.com/Blosc/c-blosc>`_ 1.21.5\n- `c-blosc2 <https://github.com/Blosc/c-blosc2>`_ 2.12.0\n- `charls <https://github.com/team-charls/charls>`_ 2.4.2\n- `giflib <https://sourceforge.net/projects/giflib/>`_ 5.2.1\n- `jetraw <https://github.com/Jetraw/Jetraw>`_ 23.03.16.4\n- `jxrlib <https://github.com/cgohlke/jxrlib>`_ 1.2\n- `lcms2 <https://github.com/mm2/Little-CMS>`_ 2.16.0\n- `lerc <https://github.com/Esri/lerc>`_ 4.0.0\n- `libaec <https://gitlab.dkrz.de/k202009/libaec>`_ 1.1.2\n- `libavif <https://github.com/AOMediaCodec/libavif>`_ 1.0.3\n  (`aom <https://aomedia.googlesource.com/aom>`_ 3.8.0,\n  `dav1d <https://github.com/videolan/dav1d>`_ 1.3.0,\n  `rav1e <https://github.com/xiph/rav1e>`_ 0.6.6,\n  `svt-av1 <https://gitlab.com/AOMediaCodec/SVT-AV1>`_ 1.8.0)\n- `libdeflate <https://github.com/ebiggers/libdeflate>`_ 1.19\n- `libheif <https://github.com/strukturag/libheif>`_ 1.17.6\n  (`libde265 <https://github.com/strukturag/libde265>`_ 1.0.15,\n  `x265 <https://bitbucket.org/multicoreware/x265_git/src/master/>`_ 3.5)\n- `libjpeg-turbo <https://github.com/libjpeg-turbo/libjpeg-turbo>`_ 3.0.1\n- `libjxl <https://github.com/libjxl/libjxl>`_ 0.9.0\n- `liblzma <https://git.tukaani.org/?p=xz.git>`_ 5.4.5\n- `libpng <https://github.com/glennrp/libpng>`_ 1.6.40\n- `libpng-apng <https://sourceforge.net/projects/libpng-apng/>`_ 1.6.40\n- `libtiff <https://gitlab.com/libtiff/libtiff>`_ 4.6.0\n- `libwebp <https://github.com/webmproject/libwebp>`_ 1.3.2\n- `lz4 <https://github.com/lz4/lz4>`_ 1.9.4\n- `lzfse <https://github.com/lzfse/lzfse/>`_ 1.0\n- `lzham_codec <https://github.com/richgel999/lzham_codec/>`_ 1.0\n- `lzokay <https://github.com/AxioDL/lzokay>`_ db2df1f\n- `mozjpeg <https://github.com/mozilla/mozjpeg>`_ 4.1.5\n- `openjpeg <https://github.com/uclouvain/openjpeg>`_ 2.5.0\n- `snappy <https://github.com/google/snappy>`_ 1.1.10\n- `sperr <https://github.com/NCAR/SPERR>`_ 0.8.0\n- `zfp <https://github.com/LLNL/zfp>`_ 1.0.1\n- `zlib <https://github.com/madler/zlib>`_ 1.3\n- `zlib-ng <https://github.com/zlib-ng/zlib-ng>`_ 2.1.5\n- `zopfli <https://github.com/google/zopfli>`_ 1.0.3\n- `zstd <https://github.com/facebook/zstd>`_ 1.5.5\n\nVendored requirements:\n\n- `bcdec.h <https://github.com/iOrange/bcdec>`_ 026acf9\n- `bitshuffle <https://github.com/kiyo-masui/bitshuffle>`_ 0.5.1\n- `cfitsio ricecomp.c <https://heasarc.gsfc.nasa.gov/fitsio/>`_ modified\n- `h5checksum.c <https://github.com/HDFGroup/hdf5/>`_ modified\n- `jpg_0XC3.cpp\n  <https://github.com/rordenlab/dcm2niix/blob/master/console/jpg_0XC3.cpp>`_\n  modified\n- `liblj92\n  <https://bitbucket.org/baldand/mlrawviewer/src/master/liblj92/>`_ modified\n- `liblzf <http://oldhome.schmorp.de/marc/liblzf.html>`_ 3.6\n- `libspng <https://github.com/randy408/libspng>`_ 0.7.4\n- `nc4var.c <https://github.com/Unidata/netcdf-c/blob/main/libsrc4/nc4var.c>`_\n  modified\n- `pg_lzcompress.c <https://github.com/postgres/postgres>`_ modified\n- `qoi.h <https://github.com/phoboslab/qoi/>`_ 36190eb\n- `rgbe.c <https://www.graphics.cornell.edu/~bjw/rgbe/rgbe.c>`_ modified\n\nTest requirements:\n\n- `tifffile <https://pypi.org/project/tifffile>`_ 2023.12.9\n- `czifile <https://pypi.org/project/czifile>`_ 2019.7.2\n- `zarr <https://github.com/zarr-developers/zarr-python>`_ 2.16.1\n- `python-blosc <https://github.com/Blosc/python-blosc>`_ 1.11.1\n- `python-blosc2 <https://github.com/Blosc/python-blosc2>`_ 2.4.0\n- `python-brotli <https://github.com/google/brotli/tree/master/python>`_ 1.0.9\n- `python-lz4 <https://github.com/python-lz4/python-lz4>`_ 4.3.2\n- `python-lzf <https://github.com/teepark/python-lzf>`_ 0.2.4\n- `python-snappy <https://github.com/andrix/python-snappy>`_ 0.6.1\n- `python-zstd <https://github.com/sergey-dryabzhinsky/python-zstd>`_ 1.5.5.1\n- `pyliblzfse <https://github.com/ydkhatri/pyliblzfse>`_ 0.4.1\n- `zopflipy <https://github.com/hattya/zopflipy>`_ 1.9\n\nRevisions\n---------\n\n2024.1.1\n\n- Pass 7420 tests.\n- Add 8/24-bit BMP codec.\n- Add SPERR codec based on SPERR library.\n- Add LZO decoder based on lzokay library.\n- Add DICOMRLE decoder.\n- Enable float16 in CMS codec.\n- Enable MCT for lossless JPEG2K encoder (#88).\n- Ignore pad-byte in PackBits decoder (#86).\n- Fix heif_write_callback error message not set.\n- Require lcms2 2.16 with issue-420 fixes.\n- Require libjxl 0.9, libaec 1.1, Cython 3.\n\n2023.9.18\n\n- Rebuild with updated dependencies fixes CVE-2024-4863.\n\n2023.9.4\n\n- Map avif_encode level parameter to quality (breaking).\n- Support monochrome images in avif_encode.\n- Add numthreads parameter to avif_decode (fix imread of AVIF).\n- Add quantize filter (BitGroom, BitRound, GBR) via nc4var.c.\n- Add LZ4H5 codec.\n- Support more BCn compressed DDS fourcc types.\n- Require libavif 1.0.\n\n2023.8.12\n\n- Add EER (Electron Event Representation) decoder.\n- Add option to pass initial value to crc32 and adler32 checksum functions.\n- Add fletcher32 and lookup3 checksum functions via HDF5's h5checksum.c.\n- Add Checksum codec for numcodecs.\n\n2023.7.10\n\n- Rebuild with optimized compile flags.\n\n2023.7.4\n\n- Add BCn and DDS decoder via bcdec library.\n- Add functions to transcode JPEG XL to/from JPEG (#78).\n- Add option to decode select frames from animated WebP.\n- Use legacy JPEG8 codec when building without libjpeg-turbo 3 (#65).\n- Change blosc2_encode defaults to match blosc2-python (breaking).\n- Fix segfault writing JPEG2K with more than 4 samples.\n- Fix some codecs returning bytearray by default.\n- Fully vendor cfitsio's ricecomp.c.\n- Drop support for Python 3.8 and numpy < 1.21 (NEP29).\n\n2023.3.16\n\n- Require libjpeg-turbo 2.1.91 (3.0 beta) and c-blosc2 2.7.1.\n- Add experimental type hints.\n- Add SZIP codec via libaec library.\n- Use Zstd streaming API to decode blocks with unknown decompressed size.\n- Remove unused level, index, and numthreads parameters (breaking).\n- Make AEC and BLOSC constants enums (breaking).\n- Capitalize numcodecs class names (breaking).\n- Remove JPEG12 codec (breaking; use JPEG8 instead).\n- Encode and decode lossless and 12-bit JPEG with JPEG8 codec by default.\n- Remove JPEGSOF3 fallback in JPEG codec.\n- Fix slow IFD seeking with libtiff 4.5.\n- Fixes for Cython 3.0.\n\n2023.1.23\n\n- Require libjxl 0.8.\n- Change mapping of level to distance parameter in jpegxl_encode.\n- Add option to specify bitspersample in jpegxl_encode.\n- Add option to pass de/linearize tables to LJPEG codec.\n- Fix lj92 decoder for SSSS=16 (#59).\n- Prefer ljpeg over jpegsof3 codec.\n- Add option to specify AVIF encoder codec.\n- Support LERC with Zstd or Deflate compression.\n- Squeeze chunk arrays by default in numcodecs image compression codecs.\n\n2022.12.24\n\n- \u2026\n\nRefer to the CHANGES file for older revisions.\n\nObjectives\n----------\n\nMany scientific image storage formats like TIFF, CZI, DICOM, HDF, and Zarr\nare containers that hold large numbers of small data segments (chunks, tiles,\nstripes), which are encoded using a variety of compression and pre-filtering\nmethods. Metadata common to all data segments are typically stored separate\nfrom the segments.\n\nThe purpose of the Imagecodecs library is to support Python modules in\nencoding and decoding such data segments. The specific aims are:\n\n- Provide functions for encoding and decoding small image data segments\n  in-memory (not in-file) from and to bytes or numpy arrays for many\n  compression and filtering methods.\n- Support image formats and compression methods not available elsewhere in\n  the Python ecosystem.\n- Reduce the runtime dependency on numerous, large, inapt, or unmaintained\n  Python packages. The imagecodecs package only depends on numpy.\n- Implement codecs as Cython wrappers of 3rd party libraries with a C API\n  and permissive license if exists, else use own C library.\n  Provide Cython definition files for the wrapped C libraries.\n- Release the Python global interpreter lock (GIL) during extended native/C\n  function calls for multi-threaded use.\n\nAccessing parts of large data segments and reading metadata from segments\nare out of the scope of this library.\n\nNotes\n-----\n\nThis library is largely a work in progress.\n\nThe API is not stable yet and might change between revisions.\n\nPython <= 3.8 is no longer supported. 32-bit versions are deprecated.\n\nWorks on little-endian platforms only.\n\nSupported platforms are ``win_amd64``, ``win_arm64``, ``win32``,\n``macosx_x86_64``, ``macosx_arm64``, and ``manylinux_x86_64``.\n\nWheels may not be available for all platforms and all releases.\n\nOnly the ``win_amd64`` wheels include all features.\n\nThe ``tiff``, ``bcn``, ``dds``, ``dicomrle``, ``eer``, ``lzo``, ``packints``,\nand ``jpegsof3`` codecs are currently decode-only.\n\nThe ``heif`` and ``jetraw`` codecs are distributed as source code only due to\nlicense and possible patent usage issues.\n\nThe latest `Microsoft Visual C++ Redistributable for Visual Studio 2015-2022\n<https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist>`_\nis required on Windows.\n\nRefer to the imagecodecs/licenses folder for 3rd-party library licenses.\n\nThis software is based in part on the work of the Independent JPEG Group.\n\nUpdate pip and setuptools to the latest version before installing imagecodecs::\n\n    python -m pip install -U pip setuptools wheel Cython\n\nInstall the requirements for building imagecodecs from source code on\nlatest Ubuntu Linux distributions:\n\n    ``sudo apt-get install build-essential python3-dev cython3\n    python3-setuptools python3-pip python3-wheel python3-numpy python3-zarr\n    python3-pytest python3-blosc python3-brotli python3-snappy python3-lz4\n    libz-dev libblosc-dev liblzma-dev liblz4-dev libzstd-dev libpng-dev\n    libwebp-dev libbz2-dev libopenjp2-7-dev libjpeg-dev libjxr-dev\n    liblcms2-dev libcharls-dev libaec-dev libbrotli-dev libsnappy-dev\n    libzopfli-dev libgif-dev libtiff-dev libdeflate-dev libavif-dev\n    libheif-dev``\n\nUse the ``--lite`` build option to only build extensions without 3rd-party\ndependencies. Use the ``--skip-extension`` build options to skip building\nspecific extensions, for example:\n\n    ``python -m pip install imagecodecs --global-option=\"build_ext\"\n    --global-option=\"--skip-bitshuffle\"``\n\nThe ``apng``, ``avif``, ``jetraw``, ``jpegls``, ``jpegxl``, ``lerc``,\n``lz4f``, ``lzfse``, ``lzham``, ``lzo``, ``mozjpeg``, ``sperr``, ``zfp``,\nand ``zlibng`` extensions are disabled by default when building from source.\n\nTo modify other build settings such as library names and compiler arguments,\nprovide a ``imagecodecs_distributor_setup.customize_build`` function, which\nis imported and executed during setup. See ``setup.py`` for examples.\n\nOther Python packages and C libraries providing imaging or compression codecs:\n`Python zlib <https://docs.python.org/3/library/zlib.html>`_,\n`Python bz2 <https://docs.python.org/3/library/bz2.html>`_,\n`Python lzma <https://docs.python.org/3/library/lzma.html>`_,\n`backports.lzma <https://github.com/peterjc/backports.lzma>`_,\n`python-lzo <https://bitbucket.org/james_taylor/python-lzo-static>`_,\n`python-lzw <https://github.com/joeatwork/python-lzw>`_,\n`python-lerc <https://pypi.org/project/lerc/>`_,\n`wavpack-numcodecs\n<https://github.com/AllenNeuralDynamics/wavpack-numcodecs>`_,\n`packbits <https://github.com/psd-tools/packbits>`_,\n`isa-l.igzip <https://github.com/intel/isa-l>`_,\n`fpzip <https://github.com/seung-lab/fpzip>`_,\n`libmng <https://sourceforge.net/projects/libmng/>`_,\n`OpenEXR <https://github.com/AcademySoftwareFoundation/openexr>`_\n(EXR, PIZ, PXR24, B44, DWA),\n`pyJetraw <https://github.com/Jetraw/pyJetraw>`_,\n`tinyexr <https://github.com/syoyo/tinyexr>`_,\n`pytinyexr <https://github.com/syoyo/pytinyexr>`_,\n`pyroexr <https://github.com/dragly/pyroexr>`_,\n`JasPer <https://github.com/jasper-software/jasper>`_,\n`libjpeg <https://github.com/thorfdbg/libjpeg>`_ (GPL),\n`pylibjpeg <https://github.com/pydicom/pylibjpeg>`_,\n`pylibjpeg-libjpeg <https://github.com/pydicom/pylibjpeg-libjpeg>`_ (GPL),\n`pylibjpeg-openjpeg <https://github.com/pydicom/pylibjpeg-openjpeg>`_,\n`pylibjpeg-rle <https://github.com/pydicom/pylibjpeg-rle>`_,\n`glymur <https://github.com/quintusdias/glymur>`_,\n`pyheif <https://github.com/carsales/pyheif>`_,\n`pyrus-cramjam <https://github.com/milesgranger/pyrus-cramjam>`_,\n`PyLZHAM <https://github.com/Galaxy1036/pylzham>`_,\n`BriefLZ <https://github.com/jibsen/brieflz>`_,\n`QuickLZ <http://www.quicklz.com/>`_ (GPL),\n`LZO <http://www.oberhumer.com/opensource/lzo/>`_ (GPL),\n`nvJPEG <https://developer.nvidia.com/nvjpeg>`_,\n`nvJPEG2K <https://developer.nvidia.com/nvjpeg>`_,\n`PyTurboJPEG <https://github.com/lilohuang/PyTurboJPEG>`_,\n`CCSDS123 <https://github.com/drowzie/CCSDS123-Issue-2>`_,\n`LPC-Rice <https://sourceforge.net/projects/lpcrice/>`_,\n`CompressionAlgorithms <https://github.com/glampert/compression-algorithms>`_,\n`Compressonator <https://github.com/GPUOpen-Tools/Compressonator>`_,\n`Wuffs <https://github.com/google/wuffs>`_,\n`TinyDNG <https://github.com/syoyo/tinydng>`_,\n`OpenJPH <https://github.com/aous72/OpenJPH>`_,\n`Grok <https://github.com/GrokImageCompression/grok>`_ (AGPL),\n`MAFISC\n<https://wr.informatik.uni-hamburg.de/research/projects/icomex/mafisc>`_,\n`B3D <https://github.com/balintbalazs/B3D>`_.\n\nExamples\n--------\n\nImport the JPEG2K codec:\n\n>>> from imagecodecs import (\n...     jpeg2k_encode, jpeg2k_decode, jpeg2k_check, jpeg2k_version, JPEG2K\n... )\n\nCheck that the JPEG2K codec is available in the imagecodecs build:\n\n>>> JPEG2K.available\nTrue\n\nPrint the version of the JPEG2K codec's underlying OpenJPEG library:\n\n>>> jpeg2k_version()\n'openjpeg 2.5.0'\n\nEncode a numpy array in lossless JP2 format:\n\n>>> array = numpy.random.randint(100, 200, (256, 256, 3), numpy.uint8)\n>>> encoded = jpeg2k_encode(array, level=0)\n>>> bytes(encoded[:12])\nb'\\x00\\x00\\x00\\x0cjP  \\r\\n\\x87\\n'\n\nCheck that the encoded bytes likely contain a JPEG 2000 stream:\n\n>>> jpeg2k_check(encoded)\nTrue\n\nDecode the JP2 encoded bytes to a numpy array:\n\n>>> decoded = jpeg2k_decode(encoded)\n>>> numpy.array_equal(decoded, array)\nTrue\n\nDecode the JP2 encoded bytes to an existing numpy array:\n\n>>> out = numpy.empty_like(array)\n>>> _ = jpeg2k_decode(encoded, out=out)\n>>> numpy.array_equal(out, array)\nTrue\n\nNot all codecs are fully implemented, raising exceptions at runtime:\n\n>>> from imagecodecs import tiff_encode\n>>> tiff_encode(array)\nTraceback (most recent call last):\n ...\nNotImplementedError: tiff_encode\n\nWrite the numpy array to a JP2 file:\n\n>>> from imagecodecs import imwrite, imread\n>>> imwrite('_test.jp2', array)\n\nRead the image from the JP2 file as numpy array:\n\n>>> image = imread('_test.jp2')\n>>> numpy.array_equal(image, array)\nTrue\n\nCreate a JPEG 2000 compressed Zarr array:\n\n>>> import zarr\n>>> import numcodecs\n>>> from imagecodecs.numcodecs import Jpeg2k\n>>> numcodecs.register_codec(Jpeg2k)\n>>> zarr.zeros(\n...     (4, 5, 512, 512, 3),\n...     chunks=(1, 1, 256, 256, 3),\n...     dtype='u1',\n...     compressor=Jpeg2k()\n... )\n<zarr.core.Array (4, 5, 512, 512, 3) uint8>\n\nAccess image data in a sequence of JP2 files via tifffile.FileSequence and\ndask.array:\n\n>>> import tifffile\n>>> import dask.array\n>>> def jp2_read(filename):\n...     with open(filename, 'rb') as fh:\n...         data = fh.read()\n...     return jpeg2k_decode(data)\n>>> with tifffile.FileSequence(jp2_read, '*.jp2') as ims:\n...     with ims.aszarr() as store:\n...         dask.array.from_zarr(store)\ndask.array<from-zarr, shape=(1, 256, 256, 3)...chunksize=(1, 256, 256, 3)...\n\nWrite the Zarr store to a fsspec ReferenceFileSystem in JSON format\nand open it as a Zarr array:\n\n>>> store.write_fsspec(\n...     'temp.json', url='file://', codec_id='imagecodecs_jpeg2k'\n... )\n>>> import fsspec\n>>> mapper = fsspec.get_mapper(\n...     'reference://', fo='temp.json', target_protocol='file'\n... )\n>>> zarr.open(mapper, mode='r')\n<zarr.core.Array (1, 256, 256, 3) uint8 read-only>\n\nView the image in the JP2 file from the command line::\n\n    $ python -m imagecodecs _test.jp2\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Image transformation, compression, and decompression codecs",
    "version": "2024.1.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/cgohlke/imagecodecs/issues",
        "Homepage": "https://www.cgohlke.com",
        "Source Code": "https://github.com/cgohlke/imagecodecs"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "182bdf33acc0ab86969c5a4350398f878c7d07beaba33fcecb8aa4acdd1acf5c",
                "md5": "4fd7e6d628ea9eaac5f7b977c0946b8e",
                "sha256": "4b787ffbe62e98e492ace10229f07ee309f42b93dd0fc602ba7595d06e326cef"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp310-cp310-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4fd7e6d628ea9eaac5f7b977c0946b8e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 15183457,
            "upload_time": "2023-12-31T04:56:04",
            "upload_time_iso_8601": "2023-12-31T04:56:04.537524Z",
            "url": "https://files.pythonhosted.org/packages/18/2b/df33acc0ab86969c5a4350398f878c7d07beaba33fcecb8aa4acdd1acf5c/imagecodecs-2024.1.1-cp310-cp310-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0695ec0ea4595bcce0a4995b794dcc3a501f9de36389d6420b21b052ad0d6bb",
                "md5": "f18fb67c79f455e66ff346c8db73ab32",
                "sha256": "a3b87b648b081fb938073b42729d3c2c56344242e1d67af4d53f408eb4c1e8c6"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f18fb67c79f455e66ff346c8db73ab32",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 12434898,
            "upload_time": "2023-12-31T04:56:09",
            "upload_time_iso_8601": "2023-12-31T04:56:09.360499Z",
            "url": "https://files.pythonhosted.org/packages/c0/69/5ec0ea4595bcce0a4995b794dcc3a501f9de36389d6420b21b052ad0d6bb/imagecodecs-2024.1.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c068b3b9084d2445590248b11eb7c0ad7ce0bfd54aaaa2fb5c143dffa2b0760",
                "md5": "cdf0791ff4a1469dcecd914497e19bdd",
                "sha256": "ca6eb9cb4d1e8dabbbaaa9e257a421eaab2e9c9d37888dda31c15cf56648f67d"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cdf0791ff4a1469dcecd914497e19bdd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 38212340,
            "upload_time": "2023-12-31T04:56:17",
            "upload_time_iso_8601": "2023-12-31T04:56:17.571885Z",
            "url": "https://files.pythonhosted.org/packages/7c/06/8b3b9084d2445590248b11eb7c0ad7ce0bfd54aaaa2fb5c143dffa2b0760/imagecodecs-2024.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06fe93a82442733c50dbe94b8fa757c7cdb6769073b6576e0f9f3974225d1e4c",
                "md5": "8c7f8d92d1244f1917b8fffc2c648f2a",
                "sha256": "c5a2c70ee23bc1c59c76bafcdc79c6f61c8c231bad5789df22699d77eb3b6556"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8c7f8d92d1244f1917b8fffc2c648f2a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 39562462,
            "upload_time": "2023-12-31T04:56:28",
            "upload_time_iso_8601": "2023-12-31T04:56:28.188475Z",
            "url": "https://files.pythonhosted.org/packages/06/fe/93a82442733c50dbe94b8fa757c7cdb6769073b6576e0f9f3974225d1e4c/imagecodecs-2024.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1e208d1f1335a66e91bc72f17265e3f6a75bb4805c9c6126f0c5c329d4e4ee0",
                "md5": "4bdd9affaf54b2ac51415beb9f8f608d",
                "sha256": "38b7abfdddc317fc44f69eaa82ca95e44be0392f8b6eefa55f7ff2bf912a2dda"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "4bdd9affaf54b2ac51415beb9f8f608d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 21157957,
            "upload_time": "2023-12-31T04:56:34",
            "upload_time_iso_8601": "2023-12-31T04:56:34.133466Z",
            "url": "https://files.pythonhosted.org/packages/b1/e2/08d1f1335a66e91bc72f17265e3f6a75bb4805c9c6126f0c5c329d4e4ee0/imagecodecs-2024.1.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "753983816e1be14a39e3c670707c5e59fb612adcbee510b70dffd6b8a81a25eb",
                "md5": "c9ce5fad4778cc410d15992ad65bf31f",
                "sha256": "a5153df7451f170dfd41c00a2686281bd0a73fcbf315f546689276b594cf97ae"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c9ce5fad4778cc410d15992ad65bf31f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 25394120,
            "upload_time": "2023-12-31T04:56:42",
            "upload_time_iso_8601": "2023-12-31T04:56:42.385618Z",
            "url": "https://files.pythonhosted.org/packages/75/39/83816e1be14a39e3c670707c5e59fb612adcbee510b70dffd6b8a81a25eb/imagecodecs-2024.1.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "411cb4c53e8a196264c280ef9d2d483252f937bf0fae1f4b82df91ba7c63034e",
                "md5": "e17a78bdf38c23713bb7809e26c15f83",
                "sha256": "32eb26ebb89dd56f1bb7984f71ce84bfe34d6c21fa573b113fb4f473a9aa7e6c"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp311-cp311-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e17a78bdf38c23713bb7809e26c15f83",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 15189672,
            "upload_time": "2023-12-31T04:56:47",
            "upload_time_iso_8601": "2023-12-31T04:56:47.376936Z",
            "url": "https://files.pythonhosted.org/packages/41/1c/b4c53e8a196264c280ef9d2d483252f937bf0fae1f4b82df91ba7c63034e/imagecodecs-2024.1.1-cp311-cp311-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b1df5a71548c34562066fb6fff35844ac62b2a4b8bc26497777d7c814dd971a",
                "md5": "43ca7b7c330281a60047b1d42163cb2d",
                "sha256": "3e10aea5e391f53f39cb07f1559c780f2292436e756afb7fdf0379b3eacef9cd"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "43ca7b7c330281a60047b1d42163cb2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 12434760,
            "upload_time": "2023-12-31T04:56:52",
            "upload_time_iso_8601": "2023-12-31T04:56:52.029328Z",
            "url": "https://files.pythonhosted.org/packages/1b/1d/f5a71548c34562066fb6fff35844ac62b2a4b8bc26497777d7c814dd971a/imagecodecs-2024.1.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5343f8286a15d41efbf970f63d55d39f2c8647bc13ca77e6ed8ac316672828e9",
                "md5": "e5e551f802d170a025b630a3bc6e3f2c",
                "sha256": "c2f5dfa0bc36d86ce3e3b4f14a99bc1cdb8d65898fbd316d7f2b1ff9fdc6f6eb"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e5e551f802d170a025b630a3bc6e3f2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 40287931,
            "upload_time": "2023-12-31T04:57:00",
            "upload_time_iso_8601": "2023-12-31T04:57:00.496257Z",
            "url": "https://files.pythonhosted.org/packages/53/43/f8286a15d41efbf970f63d55d39f2c8647bc13ca77e6ed8ac316672828e9/imagecodecs-2024.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be4c4f76fa67ea68480686a757b612436570da3e8cbd6fbf7c69f44fe00ce4aa",
                "md5": "c03f1c5388c38a680c3bee817651c935",
                "sha256": "e6db283c41118cb66c4ec05f966d1b7cc9251f66fcba8cb472d71af2184902fb"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c03f1c5388c38a680c3bee817651c935",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 41637512,
            "upload_time": "2023-12-31T04:57:10",
            "upload_time_iso_8601": "2023-12-31T04:57:10.230548Z",
            "url": "https://files.pythonhosted.org/packages/be/4c/4f76fa67ea68480686a757b612436570da3e8cbd6fbf7c69f44fe00ce4aa/imagecodecs-2024.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89e7f93d059ce79356d0e28bd7f0eeae3b3778c1d88dcb59c67140f4b9074d2b",
                "md5": "2c55389bb6165424122154df202b1007",
                "sha256": "ef7a13d09966b021c33e2dd726ee44b9cd3cb198b32474c7e48cca55abd52f6a"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "2c55389bb6165424122154df202b1007",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 21142703,
            "upload_time": "2023-12-31T04:57:16",
            "upload_time_iso_8601": "2023-12-31T04:57:16.710624Z",
            "url": "https://files.pythonhosted.org/packages/89/e7/f93d059ce79356d0e28bd7f0eeae3b3778c1d88dcb59c67140f4b9074d2b/imagecodecs-2024.1.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c0103c0409e8a2cd99b220d95779d658d9f487318d5191805f86cf29d683257",
                "md5": "a7320c65a469dbd67d9c4dc987f9a380",
                "sha256": "cfff3b3fae93d414ec851ada3fe6875857bc3c234eb9718c8baef8a3130c2ced"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a7320c65a469dbd67d9c4dc987f9a380",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 25397537,
            "upload_time": "2023-12-31T04:57:23",
            "upload_time_iso_8601": "2023-12-31T04:57:23.136194Z",
            "url": "https://files.pythonhosted.org/packages/2c/01/03c0409e8a2cd99b220d95779d658d9f487318d5191805f86cf29d683257/imagecodecs-2024.1.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "daf41b3f515a9856987acc92f0a89afaac4ba39bc07cc837e00afa643dc1041e",
                "md5": "d4b0b7d84ec014f31b3ad8833b09bad0",
                "sha256": "bf4ed0385973ce3e0b2e2c9d720310e2378b4801ae3f52e0c6cb1c94b116f711"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "d4b0b7d84ec014f31b3ad8833b09bad0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 20574734,
            "upload_time": "2023-12-31T04:57:29",
            "upload_time_iso_8601": "2023-12-31T04:57:29.206320Z",
            "url": "https://files.pythonhosted.org/packages/da/f4/1b3f515a9856987acc92f0a89afaac4ba39bc07cc837e00afa643dc1041e/imagecodecs-2024.1.1-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e87eecb5ef090510846c1adb969240657bae01f976867f4f7b266dc16c90f547",
                "md5": "beae14d1a150b5f1065691b37a282aa2",
                "sha256": "896302c49aa3beae94b45b1d5411850eb129980d1ef6c3e12e0c4a413236866e"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp312-cp312-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "beae14d1a150b5f1065691b37a282aa2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 15267134,
            "upload_time": "2023-12-31T04:57:36",
            "upload_time_iso_8601": "2023-12-31T04:57:36.244762Z",
            "url": "https://files.pythonhosted.org/packages/e8/7e/ecb5ef090510846c1adb969240657bae01f976867f4f7b266dc16c90f547/imagecodecs-2024.1.1-cp312-cp312-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfeb8149ab5ca051e4c477d1b7ec7d17d756c3f399532412fc9fc84f08077d5e",
                "md5": "f90f1bfd7a96c2ccfa6e4739c3110dca",
                "sha256": "63fc197b091f4dd0f3d490570ec175dd6e276b3b4d7d2b3fa0e89548a6686a57"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f90f1bfd7a96c2ccfa6e4739c3110dca",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 12471720,
            "upload_time": "2023-12-31T04:57:40",
            "upload_time_iso_8601": "2023-12-31T04:57:40.048607Z",
            "url": "https://files.pythonhosted.org/packages/bf/eb/8149ab5ca051e4c477d1b7ec7d17d756c3f399532412fc9fc84f08077d5e/imagecodecs-2024.1.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f398e62a1db075e0303da0d9eec21d71244c41a9154a7544a59b8bca5ce10cc",
                "md5": "9124dcfddc5887bc2f206f2207561aa9",
                "sha256": "636c5e6a599df1a5168c32ed0063a7a98585f424da8679cc20af50a1a1c2185f"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9124dcfddc5887bc2f206f2207561aa9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 39862955,
            "upload_time": "2023-12-31T04:57:49",
            "upload_time_iso_8601": "2023-12-31T04:57:49.677640Z",
            "url": "https://files.pythonhosted.org/packages/6f/39/8e62a1db075e0303da0d9eec21d71244c41a9154a7544a59b8bca5ce10cc/imagecodecs-2024.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9745486ce9df4b0d1ebc7cd325feff26fa3d1388bf566e7775f7e3e3188813a",
                "md5": "6f4789699f6f91b46a09d809ec7a7592",
                "sha256": "4b1c30bf8be21a3e58720dfe86cf618be12c4ce5be0657268983caaf38a59368"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6f4789699f6f91b46a09d809ec7a7592",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 41379612,
            "upload_time": "2023-12-31T04:57:58",
            "upload_time_iso_8601": "2023-12-31T04:57:58.373634Z",
            "url": "https://files.pythonhosted.org/packages/c9/74/5486ce9df4b0d1ebc7cd325feff26fa3d1388bf566e7775f7e3e3188813a/imagecodecs-2024.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afa437c61da6b6d271f51694103ab6bf843b253f60c685b2df9b2b357cefea2e",
                "md5": "2531f6eea5c1df5208870cbd3f6320e7",
                "sha256": "12c2bb563bf173067b9ccd193af354fea7b78aa8bc43a61943445b0126b1bd4d"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "2531f6eea5c1df5208870cbd3f6320e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 21150247,
            "upload_time": "2023-12-31T04:58:04",
            "upload_time_iso_8601": "2023-12-31T04:58:04.711614Z",
            "url": "https://files.pythonhosted.org/packages/af/a4/37c61da6b6d271f51694103ab6bf843b253f60c685b2df9b2b357cefea2e/imagecodecs-2024.1.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc5d13bd443718f47f127c0038c6d3ac13a0d2f3aa321b4a528a7f63cbbabdf1",
                "md5": "f292489116e3cea4dd67ff15cc5db9d0",
                "sha256": "ccdca7a78ceab005aa3a92fd548e12d042c02862725b18f0328c15fa117c4638"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f292489116e3cea4dd67ff15cc5db9d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 25410055,
            "upload_time": "2023-12-31T04:58:11",
            "upload_time_iso_8601": "2023-12-31T04:58:11.196289Z",
            "url": "https://files.pythonhosted.org/packages/cc/5d/13bd443718f47f127c0038c6d3ac13a0d2f3aa321b4a528a7f63cbbabdf1/imagecodecs-2024.1.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a35ebcccbddbfb0cb5241cc458d6fdf3cd99e7be1d4f5345fe365e67d97f1f5b",
                "md5": "1f6f33e5f1d0a25332d26de6812a7bfc",
                "sha256": "51b6c1afe1d04dd8b6059d59d94a487097b2fb44c4a89e244a386ea7fe170f89"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "1f6f33e5f1d0a25332d26de6812a7bfc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 20547721,
            "upload_time": "2023-12-31T04:58:18",
            "upload_time_iso_8601": "2023-12-31T04:58:18.890050Z",
            "url": "https://files.pythonhosted.org/packages/a3/5e/bcccbddbfb0cb5241cc458d6fdf3cd99e7be1d4f5345fe365e67d97f1f5b/imagecodecs-2024.1.1-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e70c21bbac1479045de8ef8be722e42b254f73705ec4d0d7521fd6e50aefdb3",
                "md5": "6f3b7d440301c30f70ffa341d5754029",
                "sha256": "93fef596adec62bf49418f6df31c45b19f655af7c943d4ba38ee703a7bc5201d"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp39-cp39-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6f3b7d440301c30f70ffa341d5754029",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 15213825,
            "upload_time": "2023-12-31T04:58:23",
            "upload_time_iso_8601": "2023-12-31T04:58:23.759739Z",
            "url": "https://files.pythonhosted.org/packages/3e/70/c21bbac1479045de8ef8be722e42b254f73705ec4d0d7521fd6e50aefdb3/imagecodecs-2024.1.1-cp39-cp39-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "892a1ac19f6840442f359234af6b66e7e089915a7c6aa2f7c6615364ecb34e39",
                "md5": "d7148b0a9e12e1957e33a82ce1bb5f36",
                "sha256": "d969d2b04b24a3a75d747b830a5ac9e2f4fcdc492db565f65d51951a9587da22"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d7148b0a9e12e1957e33a82ce1bb5f36",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 12461348,
            "upload_time": "2023-12-31T04:58:28",
            "upload_time_iso_8601": "2023-12-31T04:58:28.058471Z",
            "url": "https://files.pythonhosted.org/packages/89/2a/1ac19f6840442f359234af6b66e7e089915a7c6aa2f7c6615364ecb34e39/imagecodecs-2024.1.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ddee2e633995e89d4a3c5bc1c6c8436ad726041c25dbed4501a1e73668064637",
                "md5": "e5efb81c1bfc9e3b31f029986b951b2c",
                "sha256": "8804b1d0be1fbce21d18e26ebafd274e131155a242bfd5fbfd1f02b4df613e28"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e5efb81c1bfc9e3b31f029986b951b2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 38335980,
            "upload_time": "2023-12-31T04:58:35",
            "upload_time_iso_8601": "2023-12-31T04:58:35.538159Z",
            "url": "https://files.pythonhosted.org/packages/dd/ee/2e633995e89d4a3c5bc1c6c8436ad726041c25dbed4501a1e73668064637/imagecodecs-2024.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ecb37683d9e3ea1b1be2842181aaac4740a56aeea7980785f6527bc4ea2d034e",
                "md5": "882fd14cf2589cc9d8938b55a673c424",
                "sha256": "1946d847e57e3b3a9735a7c68c674185d5061dc475071d177aa09335c667b687"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "882fd14cf2589cc9d8938b55a673c424",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 39683556,
            "upload_time": "2023-12-31T04:58:44",
            "upload_time_iso_8601": "2023-12-31T04:58:44.349741Z",
            "url": "https://files.pythonhosted.org/packages/ec/b3/7683d9e3ea1b1be2842181aaac4740a56aeea7980785f6527bc4ea2d034e/imagecodecs-2024.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4dd02cb126d028a43bda3c33f5be66bd560b2ed35a7b2cc2d9a350ddad817c6",
                "md5": "e6b34870d8c473b0604b68340aa45e6c",
                "sha256": "d80b382d906152f4a5d1c93d4e589044836d8e6bb11246dabf72f1e74b1166fb"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "e6b34870d8c473b0604b68340aa45e6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 21186879,
            "upload_time": "2023-12-31T04:58:50",
            "upload_time_iso_8601": "2023-12-31T04:58:50.198412Z",
            "url": "https://files.pythonhosted.org/packages/d4/dd/02cb126d028a43bda3c33f5be66bd560b2ed35a7b2cc2d9a350ddad817c6/imagecodecs-2024.1.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f91ea75a6ba12818cf96b29d127e4858e9d80cfce2b51583d5233871e71484db",
                "md5": "c6e176fe6ba6ca250112ee159773c52a",
                "sha256": "bd14e068fb78f291d1e27e548839a470faaf75dd02c9d1376d5194519544cf11"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c6e176fe6ba6ca250112ee159773c52a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 25422346,
            "upload_time": "2023-12-31T04:58:56",
            "upload_time_iso_8601": "2023-12-31T04:58:56.101454Z",
            "url": "https://files.pythonhosted.org/packages/f9/1e/a75a6ba12818cf96b29d127e4858e9d80cfce2b51583d5233871e71484db/imagecodecs-2024.1.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca70fc5223b4edd7925aad5e885415d56f1bbb1d4f96c6df9f088f440cc54c85",
                "md5": "ebfd2c120bd74577c57e3734067ffe4e",
                "sha256": "1967ba770f780ab9aa560cf850268d601e189e4df3dd4109fa8a19cba19c9cda"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ebfd2c120bd74577c57e3734067ffe4e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 25038967,
            "upload_time": "2023-12-31T04:59:03",
            "upload_time_iso_8601": "2023-12-31T04:59:03.303942Z",
            "url": "https://files.pythonhosted.org/packages/ca/70/fc5223b4edd7925aad5e885415d56f1bbb1d4f96c6df9f088f440cc54c85/imagecodecs-2024.1.1-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92e3e17c8b9703dc467041ac76d41fe18f67d877ea0ab35d8fac2046e3873945",
                "md5": "0509b94cf074c791e7de6acd084bd738",
                "sha256": "fde46bd698d008255deef5411c59b35c0e875295e835bf6079f7e2ab22f216eb"
            },
            "downloads": -1,
            "filename": "imagecodecs-2024.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0509b94cf074c791e7de6acd084bd738",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 9452821,
            "upload_time": "2023-12-31T04:59:06",
            "upload_time_iso_8601": "2023-12-31T04:59:06.848498Z",
            "url": "https://files.pythonhosted.org/packages/92/e3/e17c8b9703dc467041ac76d41fe18f67d877ea0ab35d8fac2046e3873945/imagecodecs-2024.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-31 04:59:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cgohlke",
    "github_project": "imagecodecs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "imagecodecs"
}
        
Elapsed time: 0.15206s