Java Evangelist John Yeary
Pages
(Move to ...)
Home
About Me
▼
Saturday, January 05, 2013
Java Tip of the Day: Converting an InputStream to a BufferedImage
I was looking for a standard way using the JDK to convert an
InputStream
into a
BufferedImage
as part of a
JUnit
test. The solution was quite simple using
ImageIO
.
Code
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment