Use save_image from pilkit to avoid reinventing the wheel.

This commit is contained in:
Simon
2013-02-28 00:06:30 +01:00
committed by Simon Conseil
parent a87567f607
commit 933bf01dab
4 changed files with 11 additions and 42 deletions

View File

@@ -3,7 +3,7 @@
import os
from setuptools import setup, find_packages
requires = ['argh', 'clint', 'jinja2', 'Markdown']
requires = ['argh', 'clint', 'jinja2', 'Markdown', 'pilkit']
try:
from PIL import Image, ImageOps # NOQA