Slick PNGDecoder Error - java.lang.UnsupportedOperationException: Unsupported format for this image
问题 I'm making a simple little Galaga clone in Java with the Slick library. Unfortunately, I've run into an issue in which I get this error, followed by the game closing: Mon May 12 08:54:32 EDT 2014 WARN:class org.newdawn.slick.opengl.PNGImageData failed to read the data java.lang.UnsupportedOperationException: Unsupported format for this image at org.newdawn.slick.opengl.PNGDecoder.decode(PNGDecoder.java:272) at org.newdawn.slick.opengl.PNGImageData.loadImage(PNGImageData.java:97) at org