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