Encode and decode data as PNG image.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ognjen Milan Robovic d92f956cf5 Added README and screenshot, offline <> TODO list. 4 weeks ago
.gitignore Finished... 4 weeks ago
LICENSE Initial commit 4 weeks ago
README.md Added README and screenshot, offline <> TODO list. 4 weeks ago
compile.sh Finished... 4 weeks ago
install.sh Initial stuff... 4 weeks ago
screenshot.png Added README and screenshot, offline <> TODO list. 4 weeks ago
xiew.c Finished... 4 weeks ago

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