static RGBImage rgbBucketsToBigPicture(LL buckets) { new L images; for (L bucket : buckets) images.add(mergeImagesVertically(bucket)); ret mergeImagesHorizontally_top(images); }