I need to write some java code to save the PNG Image with the interlaced=1, which is Adam7.
I tried to use the PNGJ lib to help to do it, but I cannot find some sample code to do it.
Any one can help me with it?
I need to write some java code to save the PNG Image with the interlaced=1, which is Adam7.
I tried to use the PNGJ lib to help to do it, but I cannot find some sample code to do it.
Any one can help me with it?
It seems like PNGJ is not able to save interlaced images.
From the PNGJ wiki
Have a look at JavaPNG or Commons Imaging.