Open
Description
Image API fields seem to have been changed without notice.
The fields height
and width
are now no longer returned by default, and are optional fields that require setters. They have been renamed to displayHeight
and displayWidth
.
Todo: implement setters and getters, remove old ones (or keep old ones for BC? Not many users, so maybe remove?)