Variable ImageDims.height

struct ImageDims
{
  // ...
  uint height = 1u;
  // ...
}