the height of the image
@$pb.TagNumber(4) $fixnum.Int64 get height => $_getI64(3);
@$pb.TagNumber(4) set height($fixnum.Int64 v) { $_setInt64(3, v); }