image resizing: Refactor some decisions into resize_tool.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 21 Apr 2013 12:45:40 +0000 (14:45 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 27 Apr 2013 15:19:50 +0000 (17:19 +0200)
commit3b359dddc7c08326db21ddf9666836df79658b6f
treefad371845d0cd502da01ca6fb7d96c5bd2584cb7
parentf96c284e0a4bc94b065eea1227e45cfa17846f66
image resizing: Refactor some decisions into resize_tool.

Loading the thumb/medium sizes from the config, saving
things to the db, and loading the image is now all done by
resize_tool. It still calls resize_image for the actual
work.
mediagoblin/media_types/image/processing.py
mediagoblin/tests/test_submission.py