4041424344454647
PNGCodec codec = new PNGCodec(); codec.setImage(jiuImage); codec.appendComment("Hello World! as a text comment; " + "see http://schmidt.devlib.org/jiu/introduction.html"); codec.setFile("jiu-hello-world.png", CodecMode.SAVE); codec.process(); } }