Pure Python library for PNG image encoding/decoding
I have a 2d numpy.array object of dtype=uint16 representing a grayscale image. How do I save it to …