diff --git a/README.md b/README.md index a71d569..d1a858a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ # xiew -Encode and decode data as PNG image. \ No newline at end of file +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: +```bash +$ sh compile.sh +``` + +Install: +```bash +$ sudo sh install.sh +``` + +Use: +```bash +$ 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](screenshot.png) diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..5b28a1f Binary files /dev/null and b/screenshot.png differ