Does anyone know a way of saving a png image without using awt? ImageIO unfortunately depends on several awt classes. I expect DevIL could, but since thats rumoured to be dissappearing from LWJGL in the future I’d rather not use it. All the other 3rd party libraries I’ve found seem to have an unsuitable license (commercial or GPL) or have an awt dependancy.
Am I stuck with having to write a png saver by hand? 
