static BufferedImage imageOnBackground(Color bg, BufferedImage img) { ret renderImageOnBackground(bg, img); } static BufferedImage imageOnBackground(BufferedImage img, Color bg) { ret renderImageOnBackground(img, bg); }