Skip to content

Instantly share code, notes, and snippets.

@xiaolu
xiaolu / libpng_test.c
Last active August 29, 2015 14:21 — forked from niw/libpng_test.c
/*
* A simple libpng example program
* http://zarb.org/~gc/html/libpng.html
*
* Modified by Yoshimasa Niwa to make it much simpler
* and support all defined color_type.
*
* To build, use the next instruction on OS X.
* $ brew install libpng
* $ clang -lz -lpng15 libpng_test.c