Skip to content

Evaluate kotlin multiplatform with sample code which reads PNG image format according to wikipedia description

License

Notifications You must be signed in to change notification settings

hodgdon/png-parser

Repository files navigation

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

About

Evaluate kotlin multiplatform with sample code which reads PNG image format according to wikipedia description

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published