png-parser Evaluate kotlin multiplatform with sample code which reads the PNG image format. To generate test data, use imagemagick. Example: 1x1 white colored pixel created using imagemagick: convert -size 1x1 xc:white white.png xxd -p white.png