Skip to content

jpanganiban/easy-pil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy-PIL

PIL made easy.

Installation

git clone git@github.com:jpanganiban/easy-pil.git

python setup.py install/develop

Running Tests

python setup.py test

Usage

Inherit PILImage object

from easypil import PILImage

class MyPILImage(PILImage):
  # Do awesome stuff
  pass

About

PIL made easy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages