Is it possible to turn a slick2D image back into a buffered image?
Asked
Active
Viewed 353 times
2
-
Please edit your question to include an [sscce](http://sscce.org/) and cite which [Slick2D API](http://www.slick2d.org/javadoc/) you are using. – trashgod May 17 '13 at 21:12
-
1Try [`org.newdawn.slick.imageout.ImageIOWriter#saveImage()`](http://www.slick2d.org/javadoc/org/newdawn/slick/imageout/ImageIOWriter.html). – trashgod May 18 '13 at 02:37