How do I convert a InputStream to BufferedImage in Java/Groovy?

Viewed 38713

Yes, I'm that stupid. I'm trying to stick some groovy code together from various cookbook recipes, and I can't get from an InputStream to BufferedImage in Java/Groovy. Google is not being my friend at present.

1 Answers
Related