diff options
author | June McEnroe <june@causal.agency> | 2018-09-05 01:38:13 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-05 01:38:13 -0400 |
commit | b57dc3512ebca3fe64ff268bcde4a5969e1cc5a6 (patch) | |
tree | b70362b6eb4b94fc6e0a0b2654028936cc088f71 /bin/README | |
parent | Add glitch -x and -y (diff) | |
download | src-b57dc3512ebca3fe64ff268bcde4a5969e1cc5a6.tar.gz src-b57dc3512ebca3fe64ff268bcde4a5969e1cc5a6.zip |
Simplify glitch -x -y to just zero
Diffstat (limited to '')
-rw-r--r-- | bin/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/README b/bin/README index c1b454a6..53c170c5 100644 --- a/bin/README +++ b/bin/README @@ -41,8 +41,8 @@ PNG glitcher based on pngo. -a LIST apply pattern of comma-separated filters -i invert after filtering -m mirror scanlines after filtering - -y swap first and last scanline after filtering - -x swap first and last pixels of scanlines after filtering + -x zero first pixels after filtering + -y zero first scanline after filtering hnel |