CHANGES.md
MANIFEST.in
Makefile
README.md
README.rst
requirements.txt
runtests.py
setup.py
Moar.egg-info/PKG-INFO
Moar.egg-info/SOURCES.txt
Moar.egg-info/dependency_links.txt
Moar.egg-info/not-zip-safe
Moar.egg-info/top_level.txt
moar/__init__.py
moar/thumbnailer.py
moar/utils.py
moar/engines/__init__.py
moar/engines/base.py
moar/engines/pil.py
moar/engines/wand.py
moar/filters/__init__.py
moar/filters/blur.py
moar/filters/crop.py
moar/filters/grayscale.py
moar/filters/rotate.py
moar/filters/sepia.py
moar/storages/__init__.py
moar/storages/filesystem.py
tests/__init__.py
tests/test_engine_pil.py
tests/test_engine_wand.py
tests/test_filter_crop_pil.py
tests/test_filter_crop_wand.py
tests/test_filter_sepia_pil.py
tests/test_filter_sepia_wand.py
tests/test_filters_pil.py
tests/test_filters_wand.py
tests/utils.py
tests/res/1_topleft.jpg
tests/res/2_topright.jpg
tests/res/3_bottomright.jpg
tests/res/4_bottomleft.jpg
tests/res/5_lefttop.jpg
tests/res/6_righttop.jpg
tests/res/7_rightbottom.jpg
tests/res/8_leftbottom.jpg
tests/res/a200x140.jpg
tests/res/a200x140.png
tests/res/b94x200.png
tests/res/c/1_topleft.jpg
tests/res/c/2_topright.jpg
tests/res/c/3_bottomright.jpg
tests/res/c/4_bottomleft.jpg
tests/res/c/5_lefttop.jpg
tests/res/c/6_righttop.jpg
tests/res/c/7_rightbottom.jpg
tests/res/c/8_leftbottom.jpg
tests/res/c/blur20-pil.png
tests/res/c/blur20-wand.png
tests/res/c/crop500x500-pil.png
tests/res/c/crop500x500-wand.png
tests/res/c/crop50x50-100|20-pil.png
tests/res/c/crop50x50-100|20-wand.png
tests/res/c/crop50x50-30pc|50pc-pil.png
tests/res/c/crop50x50-30pc|50pc-wand.png
tests/res/c/crop50x50-70-pil.png
tests/res/c/crop50x50-70-wand.png
tests/res/c/crop50x50-center-pil.png
tests/res/c/crop50x50-center-wand.png
tests/res/c/crop50x90-pil.png
tests/res/c/crop50x90-wand.png
tests/res/c/d6cb899f02dec68c1b9ce0bc13ca7301.png
tests/res/c/default-pil.png
tests/res/c/default-wand.png
tests/res/c/grayscale-pil.png
tests/res/c/grayscale-wand.png
tests/res/c/multifilter-pil.png
tests/res/c/multifilter-wand.png
tests/res/c/rotate60ccw-pil.png
tests/res/c/rotate60ccw-wand.png
tests/res/c/rotate60cw-pil.png
tests/res/c/rotate60cw-wand.png
tests/res/c/sepia-pil.png
tests/res/c/sepia-wand.png
tests/res/c/sepia240|220|190-pil.png
tests/res/c/sepia240|220|190-wand.png
tests/res/c/sepiaFFAF2E-pil.png
tests/res/c/sepiaFFAF2E-wand.png
tests/res/c/test.py