Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

You can install ImageUtils with pip:

pip install PIL (or pip install Pillow)
pip install ImageUtils

or you can add ImagUtils as dependency of another package in it's setup.py:

setup(
    ...
    install_requires=['ImageUtils[pillow]']
    ...
)

Note: Defining extra requirements in square brackets also fetches dependencies. Possible extra requirement names are pil and pillow.

About

Utilities for working with images.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages