Variable ImageInfo.levels

struct ImageInfo
{
  // ...
  uint levels = 1u;
  // ...
}