static BufferedImage imageFromByteArray(byte[] data) ctex { ret ImageIO.read(new ByteArrayInputStream(data)); }