Encode and decode data as PNG image.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ognjen Milan Robovic d92f956cf5 Added README and screenshot, offline <> TODO list. il y a 1 mois
.gitignore Finished... il y a 1 mois
LICENSE Initial commit il y a 1 mois
README.md Added README and screenshot, offline <> TODO list. il y a 1 mois
compile.sh Finished... il y a 1 mois
install.sh Initial stuff... il y a 1 mois
screenshot.png Added README and screenshot, offline <> TODO list. il y a 1 mois
xiew.c Finished... il y a 1 mois

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