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.

il y a 2 mois
1234567891011121314151617181920212223242526
  1. # xiew
  2. xiew -- Encode and decode data as PNG image.
  3. - Everything related to my libraries is clean of all warning options on Clang, GCC and Valgrind.
  4. Compile:
  5. ```bash
  6. $ sh compile.sh
  7. ```
  8. Install:
  9. ```bash
  10. $ sudo sh install.sh
  11. ```
  12. Use:
  13. ```bash
  14. $ xiew -e input.ext output.png -- "Encode file as PNG image."
  15. $ xiew -d input.png output.ext -- "Decode PNG image as file."
  16. ```
  17. This is PNG image "encoding" of file 'xiew.c' as PNG image...
  18. You can get the original file by decoding it with 'xiew' program.
  19. ![screenshot](screenshot.png)