PNGj, metadata doesn't get saved
问题 I'm trying to save metadata, but it doesn't get saved, an i don't get any errors either. The image get saved correctly. I'm using the PNGJ library. Reading metadata, (and the image) works correctly, and i'm checking with imagemagick. The code is: ImageInfo imi = new ImageInfo(size.x, size.y, 8, true); PngWriter pngW = new PngWriter(outputStream, imi); pngW.setCompLevel(compressionLevel); pngW.getMetadata().setText(PngChunkTextVar.KEY_Title, "My image"); ImageLineInt iline = new ImageLineInt