ImageVersion.decode(List<int> input) : this( _decodeInt(input, 0, 1), _decodeInt(input, 1, 1), _decodeInt(input, 2, 2), _decodeInt(input, 4, 4), );