ó
P'—^c           @   s2   d  Z  d d l Td d l Td d l Td d l Td S(   s  
PILKit image processors.

A processor accepts an image, does some stuff, and returns the result.
Processors can do anything with the image you want, but their responsibilities
should be limited to image manipulations--they should be completely decoupled
from the filesystem.

i   (   t   *N(   t   __doc__t   baset   cropt   overlayt   resize(    (    (    s<   /tmp/pip-unpacked-wheel-gNgxnH/pilkit/processors/__init__.pyt   <module>   s   


