浏览代码

Added README and screenshot, offline <> TODO list.

master
父节点
当前提交
d92f956cf5
共有 2 个文件被更改,包括 24 次插入1 次删除
  1. +24
    -1
      README.md
  2. 二进制
      screenshot.png

+ 24
- 1
README.md 查看文件

@@ -1,3 +1,26 @@
# xiew

Encode and decode data as PNG image.
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)

二进制
screenshot.png 查看文件

之前 之后
宽度: 30  |  高度: 30  |  大小: 2.5KB

正在加载...
取消
保存