Encode and decode data as PNG image.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Ognjen Milan Robovic d92f956cf5 Added README and screenshot, offline <> TODO list. před 1 měsícem
.gitignore Finished... před 1 měsícem
LICENSE Initial commit před 1 měsícem
README.md Added README and screenshot, offline <> TODO list. před 1 měsícem
compile.sh Finished... před 1 měsícem
install.sh Initial stuff... před 1 měsícem
screenshot.png Added README and screenshot, offline <> TODO list. před 1 měsícem
xiew.c Finished... před 1 měsícem

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