Encode and decode data as PNG image.
ファイルへ移動
2024-04-03 02:44:41 -04:00
.gitignore Finished... 2024-04-02 17:40:59 -04:00
compile.sh Finished... 2024-04-02 17:40:59 -04:00
install.sh Initial stuff... 2024-04-02 16:24:14 -04:00
LICENSE Initial commit 2024-04-02 16:21:49 -04:00
README.md Added README and screenshot, offline <> TODO list. 2024-04-03 02:44:41 -04:00
screenshot.png Added README and screenshot, offline <> TODO list. 2024-04-03 02:44:41 -04:00
xiew.c Finished... 2024-04-02 17:40:59 -04:00

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