Byte Array to Image object

BufferedImage img = ImageIO.read(new ByteArrayInputStream(bytes));

Leave a Comment