Encode and decode data as PNG image.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Ognjen Milan Robovic d92f956cf5 Added README and screenshot, offline <> TODO list. pirms 2 mēnešiem
.gitignore Finished... pirms 2 mēnešiem
LICENSE Initial commit pirms 2 mēnešiem
README.md Added README and screenshot, offline <> TODO list. pirms 2 mēnešiem
compile.sh Finished... pirms 2 mēnešiem
install.sh Initial stuff... pirms 2 mēnešiem
screenshot.png Added README and screenshot, offline <> TODO list. pirms 2 mēnešiem
xiew.c Finished... pirms 2 mēnešiem

README.md

xiew

xiew -- Encode and decode data as PNG image.

  • Everything related to my libraries is clean of all warning options on Clang, GCC and Valgrind.

Compile:

$ sh compile.sh

Install:

$ sudo sh install.sh

Use:

$ xiew -e input.ext output.png -- "Encode file as PNG image."
$ xiew -d input.png output.ext -- "Decode PNG image as file."

This is PNG image “encoding” of file ‘xiew.c’ as PNG image... You can get the original file by decoding it with ‘xiew’ program.

screenshot