static BufferedImage reconstructBufferedImage(BufferedImage img) { if (img == null) null; RGBImage rgb = new(img); rgb.uncacheBufferedImage(); ret rgb.getBufferedImage(); }