Java Utililty Methods PNG
List of utility methods to do PNG
HOME
Java
P
PNG
Description
The list of methods to do PNG are organized into topic(s).
Method
BufferedImage
pngToImage(byte[] imageData)
Converts a byte array into an image.
return
ImageIO
.read(
new
ByteArrayInputStream
(imageData));