static int getPixel(BufferedImage img, int x, int y) { ret img.getRGB(x, y); }