static BufferedImage addBorderToImage(BufferedImage img, Color color, int border) { ret img_addBorder(img, color, border); }