CHANGES.md
MANIFEST.in
Makefile
README.md
requirements.txt
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/thumb.py
moar/thumbnailer.py
moar/engines/__init__.py
moar/engines/base.py
moar/engines/pil_engine.py
moar/engines/wand_engine.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/base.py
moar/storages/file_storage.py
tests/__init__.py
tests/conftest.py
tests/test_engines.py
tests/test_filesystem_storage.py
tests/test_filter_crop.py
tests/test_filter_sepia.py
tests/test_filters.py
tests/test_moar.py
tests/test_thumb.py
tests/test_thumbnailer.py
tests/utils.py
tests/assets/1_topleft.jpg
tests/assets/2_topright.jpg
tests/assets/3_bottomright.jpg
tests/assets/4_bottomleft.jpg
tests/assets/5_lefttop.jpg
tests/assets/6_righttop.jpg
tests/assets/7_rightbottom.jpg
tests/assets/8_leftbottom.jpg
tests/assets/a200x140.jpg
tests/assets/a200x140.png
tests/assets/b94x200.png
tests/assets/pil-blur20.png
tests/assets/pil-crop500x500.png
tests/assets/pil-crop50x50-100|20.png
tests/assets/pil-crop50x50-30pc|50pc.png
tests/assets/pil-crop50x50-70.png
tests/assets/pil-crop50x50-center.png
tests/assets/pil-crop50x90.png
tests/assets/pil-filters.png
tests/assets/pil-full.jpeg
tests/assets/pil-grayscale.png
tests/assets/pil-rotate60.png
tests/assets/pil-sepia.png
tests/assets/pil-sepia240|220|190.png
tests/assets/pil-sepiaFFAF2E.png
tests/assets/wand-crop500x500.png
tests/assets/wand-crop50x50-100|20.png
tests/assets/wand-crop50x50-30pc|50pc.png
tests/assets/wand-crop50x50-70.png
tests/assets/wand-crop50x50-center.png
tests/assets/wand-crop50x90.png
tests/assets/wand-filters.png
tests/assets/wand-full.jpeg
tests/assets/wand-rotate60.png
tests/assets/t/.gittouch