Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 596 Bytes

README.rst

File metadata and controls

36 lines (22 loc) · 596 Bytes

icekit-imagetools

Doing cool things to images since 2016.

3rd-party C libraries

You need to install lcms (once per machine) for color management, before installing pillow.

$ brew install lcms

or

$ sudo apt-get install liblcms2-dev

To install

pip install imagetools

If you still get a Color Management related error, pip uninstall pillow, then pip install pillow.

Includes:

Zoom tiles generator

Converter to sRGB

To come:

Color extraction, face recognition, etc.