static BufferedImage transparentBufferedImage(int w, int h) { ret new BufferedImage(w, h, BufferedImage.TYPE_INT_ARGB); }