diff options
author | June McEnroe <programble@gmail.com> | 2018-03-02 18:14:06 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-03-02 18:14:06 -0500 |
commit | 35f0b756374117ef9e140305e2a781101e14d428 (patch) | |
tree | 88c5f4efb6d671f8f9e368c22e8bec5e1f34c95c /bin | |
parent | Add -f -r options to glitch (diff) | |
download | src-35f0b756374117ef9e140305e2a781101e14d428.tar.gz src-35f0b756374117ef9e140305e2a781101e14d428.zip |
Add glitch to README
Diffstat (limited to '')
-rw-r--r-- | bin/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/README b/bin/README index 87f6633e..21bdf89f 100644 --- a/bin/README +++ b/bin/README @@ -65,6 +65,18 @@ Graphics data explorer. Build with GFX={cocoa,fb,x11}. Dumps PNGs. -+ zoom 0-9 set bits + glitch + +PNG glitcher based on pngo. + + -c write to stdout + -o PATH write to file + -p broken Paeth predictor + -f filter when reconstructing + -r reconstruct when filtering + -d LIST declare pattern of comma-separated filters + -a LIST apply pattern of comma-separated filters + hnel The tr(1) of PTYs, for remapping keys. Originally for preserving HJKL in |