Implement ProcessingState class and use for images
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 23 Jan 2013 18:44:28 +0000 (19:44 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 8 Feb 2013 09:05:42 +0000 (10:05 +0100)
commit93b14fc300618e8b2c4ebfd54b9c59369ce0f417
tree6c2c73bd2ce5a1671884913f12bab5cf2aec3abd
parent9d7c69fb74283d15589d8ed970d5b3bd1cfee2f0
Implement ProcessingState class and use for images

The idea is to have a class that has the knowledge of the
currently being processed media and also has tools for
that.

The long term idea is to make reprocessing easier by for
example hiding the way the original comes into the
processing code.
mediagoblin/media_types/image/processing.py
mediagoblin/processing/__init__.py
mediagoblin/processing/task.py