static IImageRegion g22_biggestRegionByBounds(Iterable> regions) { ret highestBy(regions, r -> r.bounds().area()); }