Encode and decode data as PNG image.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Ognjen Milan Robovic d92f956cf5 Added README and screenshot, offline <> TODO list. 1 месяц назад
.gitignore Finished... 1 месяц назад
LICENSE Initial commit 1 месяц назад
README.md Added README and screenshot, offline <> TODO list. 1 месяц назад
compile.sh Finished... 1 месяц назад
install.sh Initial stuff... 1 месяц назад
screenshot.png Added README and screenshot, offline <> TODO list. 1 месяц назад
xiew.c Finished... 1 месяц назад

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