static byte[] convertToPNG(BufferedImage img) ctex { new ByteArrayOutputStream stream; ImageIO.write(img, "png", stream); ret stream.toByteArray(); }