static L allToRGBImage(Collection l) { ret map(l, func(BufferedImage img) { RGBImage(img) }); }