Implement Raw Image media type plugin
authorOdin Hørthe Omdal <odinho@opera.com>
Mon, 12 May 2014 21:41:03 +0000 (23:41 +0200)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 16 Jul 2014 19:29:58 +0000 (14:29 -0500)
commitffbf9c8b438ef8d203da54807b6ff5db3cc4d334
treef97cfe2b965bc3dfbdc62342f9abe2fa23b8528d
parente99431cc05dd6282f55d1e4cf18248e9d282455c
Implement Raw Image media type plugin
docs/source/siteadmin/media-types.rst
mediagoblin/media_types/image/__init__.py
mediagoblin/media_types/raw_image/__init__.py [new file with mode: 0644]
mediagoblin/media_types/raw_image/models.py [new file with mode: 0644]
mediagoblin/media_types/raw_image/processing.py [new file with mode: 0644]