Skip to content

Instantly share code, notes, and snippets.

View hooddanielc's full-sized avatar
🎯
Focusing

Daniel Hood hooddanielc

🎯
Focusing
View GitHub Profile
@niw
niw / libpng_test.c
Last active June 10, 2024 16:59
How to read and write PNG file using libpng. Covers trivial method calls like png_set_filler.
/*
* 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 -lpng16 libpng_test.c
@magnetikonline
magnetikonline / README.md
Last active March 14, 2024 22:48
IE 7/8/9/10/11 Virtual machines from Microsoft - Linux w/VirtualBox installation notes.