Resolution typedef

Resolution = ({int height, int width})

The resolution of an image.

Implementation

typedef Resolution = ({int width, int height});