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