Contents

imagecodecs 2024.1.1

0

Image transformation, compression, and decompression codecs

Image transformation, compression, and decompression codecs

Stars: 101, Watchers: 101, Forks: 18, Open Issues: 1

The cgohlke/imagecodecs repo was created 4 years ago and the last code push was 3 months ago.
The project is popular with 101 github stars!

How to Install imagecodecs

You can install imagecodecs using pip

pip install imagecodecs

or add it to a project with poetry

poetry add imagecodecs

Package Details

Author
Christoph Gohlke
License
BSD
Homepage
https://www.cgohlke.com
PyPi:
https://pypi.org/project/imagecodecs/
GitHub Repo:
https://github.com/cgohlke/imagecodecs

Classifiers

No  imagecodecs  pypi packages just yet.

Errors

A list of common imagecodecs errors.

Code Examples

Here are some imagecodecs code examples and snippets.

Related Packages & Articles

easy-thumbnails 2.8.5

A powerful, yet easy to implement image thumbnail generator application for Django. The primary function of easy-thumbnails is to dynamically create thumbnails based on a source image. Under the hood, easy-thumbnail uses PIL to perform the image manipulation.

cramjam 2.8.3

Thin Python bindings to de/compression algorithms in Rust

smart-open 7.0.4

Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2…)

pillow 10.3.0

Pillow is a Python package that extends the image processing capabilities of your Python interpreter. It provides a comprehensive suite of tools for dealing with images, similar to those found in image processing software like Photoshop. The library supports a wide range of file formats and offers an efficient internal representation for images. It's an essential tool for developers working on projects involving image manipulation, such as graphics and multimedia software, image processing, and computer vision applications.