static BufferedImage imageFromBytes(byte[] b) ctex { ret b == null ? null : ImageIO.read(new ByteArrayInputStream(b)); }