Fix #1053 - Add height and width attributes and MetadataProcess task
commit4a09d5956aed00b6dbc1dea53e217bee1f9dc0f0
authorJessica Tallon <jessica@megworld.co.uk>
Thu, 11 Dec 2014 11:29:03 +0000 (11 11:29 +0000)
committerJessica Tallon <jessica@megworld.co.uk>
Thu, 11 Dec 2014 11:52:34 +0000 (11 11:52 +0000)
treef074c00e453227b9e5f288c14a37c5df0b1d2872
parentf2698759cd291512b458c9d785c7c67ec9630ee2
Fix #1053 - Add height and width attributes and MetadataProcess task

    Added "height" and "width" attributes to "image" and "fullImage"
    in the API where possible. The height and width of images wasn't
    being stored anywhere so I've created a task to add or update
    the metadata on images and also started adding those to new images
    when they're submitted in the InitialProcessor.
mediagoblin/db/models.py
mediagoblin/media_types/image/processing.py