commit efa355f0085f13ef650b8db34dcdde1c2ac83484
Author:     Mattias Andrée <maand...@kth.se>
AuthorDate: Sat Jan 21 11:10:18 2017 +0100
Commit:     Mattias Andrée <maand...@kth.se>
CommitDate: Sat Jan 21 11:10:18 2017 +0100

    Update todo
    
    Signed-off-by: Mattias Andrée <maand...@kth.se>

diff --git a/TODO b/TODO
index e41ee0a..c21609f 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
-blind-transform                transformation by matrix multiplication, -t for 
tiling, -s for improve quality
-                               on downscaling (pixels' neighbours must not 
change).
+blind-transform                affine transformation by matrix multiplication, 
-t for tiling, -s for
+                               improve quality on downscaling (pixels' 
neighbours must not change).
 blind-chroma-key       replace a chroma with transparency.
 blind-primary-key      replace a primary with transparency, -g for greyscaled 
images.
 blind-primaries                given three selectable primaries split the 
video into three side-by-side which
@@ -13,5 +13,6 @@ blind-affine-colour   apply an affine transformation to the 
colour of each pixel,
                                -a for ignoring the alpha channel,
                                -l for linear transformation,
                                -p for transforming each pixel with their own 
transformation.
+blind-translate                animated translation
 
 Add [-j jobs] to blind-from-video and blind-to-video.
diff --git a/man/blind-crop.1 b/man/blind-crop.1
new file mode 100644
index 0000000..d1d4a8f
--- /dev/null
+++ b/man/blind-crop.1
@@ -0,0 +1,12 @@
+.TH BLIND-FLOP 1 blind
+.SH NAME
+blind-flop - Mirror a video horizontally
+.SH SYNOPSIS
+.B blind-flop
+.SH DESCRIPTION
+.B blind-flop
+reads a video from stdin and prints it, mirrored
+horizontally, to stdout.
+.SH AUTHORS
+Mattias Andree
+.RI < maand...@kth.se >

Reply via email to