static RGBImage rgb332(RGBImage rgb) { ret new Image332(rgb).toRGB(); } static RGBImage rgb332(BufferedImage img) { ret rgb332(new RGBImage(img)); }