﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
1053	API Image object height/width attributes missing	Jonas Haraldsson		"Image containers in the API Image object doesnt have width/height attributes

current:

{{{
{
 u'fullImage': {
  u'url': u'gmg.tld/path/123.png'
 },
 u'image': {
  u'url': u'gmg.tld/path/123.thumbnail.png'
 }
}
}}}

expected:
{{{
{
 u'fullImage': {
  u'height': 128,
  u'width': 256,
  u'url': u'gmg.tld/path/123.png'
 },
 u'image': {
  u'height': 32,
  u'width': 64,
  u'url': u'gmg.tld/path/123.thumbnail.png'
 }
}
}}}
"	defect	closed	major	0.8.0	programming	fixed	api, image, height, width		
