http://pastebin.ca/977711
and name to it img2png.c
(2) get the libpng file from http://www.libpng.org/pub/png/libpng.html
(3) compile with
gcc img2png.c -lcrypto -lpng -o img2png
(4) Run
./img2png applelogo.img2 applelogo.png
This is my blog on the development of
iPhone & Android in ChromeOS, Mac, Windows & Linux.
gcc img2png.c -lcrypto -lpng -o img2png
./img2png applelogo.img2 applelogo.png
No comments:
Post a Comment