(wrong string) ée

From: <git_AT_suckless.org>
Date: Fri, 14 Jul 2017 00:32:54 +0200 (CEST)

commit 5c3968e6eda6583e9e2776be55e8d9af285e01a8
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Thu Jul 13 23:29:53 2017 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Thu Jul 13 23:48:13 2017 +0200

    Document blind-mosaic-edges (upcoming)
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/README b/README
index 550212b..08b691b 100644
--- a/README
+++ b/README
_AT_@ -120,6 +120,9 @@ UTILITIES
        blind-mosaic(1)
               Redraw each frame in video as a mosaic
 
+ blind-mosaic-edges(1)
+ Find edges in a mosaic video
+
        blind-next-frame(1)
               Extracts the next frame from a video
 
diff --git a/man/blind-hexagon-tessellation.1 b/man/blind-hexagon-tessellation.1
index 03cc9f7..8062ace 100644
--- a/man/blind-hexagon-tessellation.1
+++ b/man/blind-hexagon-tessellation.1
_AT_@ -29,7 +29,8 @@ for more information.
 .BR blind-repeat-tessellation (1),
 .BR blind-get-colours (1),
 .BR blind-apply-palette (1),
-.BR blind-mosaic (1)
+.BR blind-mosaic (1),
+.BR blind-mosaic-edges (1)
 .SH AUTHORS
 Mattias Andrée
 .RI < maandree_AT_kth.se >
diff --git a/man/blind-mosaic-edges.1 b/man/blind-mosaic-edges.1
new file mode 100644
index 0000000..ec7f6bf
--- /dev/null
+++ b/man/blind-mosaic-edges.1
_AT_@ -0,0 +1,39 @@
+.TH BLIND-MOSAIC-EDGES 1 blind
+.SH NAME
+blind-mosaic-edges - Find edges in a mosaic video
+.SH SYNOPSIS
+[-xy]
+.B blind-mosaic-edges
+.SH DESCRIPTION
+.B blind-mosaic-edges
+reads a mosaic pattern from stdin and set the values
+of each change to 1 at edges and to 0 everywhere else.
+.IR mosaic-stream-edges .
+.SH OPTIONS
+.TP
+.B -x
+At the left and right edges of the video,
+wrap around to the opposite edges.
+.TP
+.B -y
+At the upper and lower edges of the video,
+wrap around to the opposite edges.
+.SH REQUIREMENTS
+.B blind-mosaic-edges
+requires enough free memory to load one full row into
+memory. A row requires 32 bytes per pixel it contains.
+If
+.B -x
+is used, two full rows all be needed, and if
+.B -y
+is used, one full frame will be needed.
+.SH SEE ALSO
+.BR blind (7),
+.BR blind-hexagon-tessellation (1),
+.BR blind-rectangle-tessellation (1),
+.BR blind-triangle-tessellation (1),
+.BR blind-repeat-tessellation (1),
+.BR blind-mosaic (1)
+.SH AUTHORS
+Mattias Andrée
+.RI < maandree_AT_kth.se >
diff --git a/man/blind-mosaic.1 b/man/blind-mosaic.1
index 4c68ad4..ce93b15 100644
--- a/man/blind-mosaic.1
+++ b/man/blind-mosaic.1
_AT_@ -30,7 +30,8 @@ memory. A frame requires 32 bytes per pixel it contains.
 .BR blind-hexagon-tessellation (1),
 .BR blind-rectangle-tessellation (1),
 .BR blind-triangle-tessellation (1),
-.BR blind-repeat-tessellation (1)
+.BR blind-repeat-tessellation (1),
+.BR blind-mosaic-edges (1)
 .SH AUTHORS
 Mattias Andrée
 .RI < maandree_AT_kth.se >
diff --git a/man/blind-rectangle-tessellation.1 b/man/blind-rectangle-tessellation.1
index 09a8d79..f497977 100644
--- a/man/blind-rectangle-tessellation.1
+++ b/man/blind-rectangle-tessellation.1
_AT_@ -31,7 +31,8 @@ for more information.
 .BR blind-repeat-tessellation (1),
 .BR blind-get-colours (1),
 .BR blind-apply-palette (1),
-.BR blind-mosaic (1)
+.BR blind-mosaic (1),
+.BR blind-mosaic-edges (1)
 .SH AUTHORS
 Mattias Andrée
 .RI < maandree_AT_kth.se >
diff --git a/man/blind-repeat-tessellation.1 b/man/blind-repeat-tessellation.1
index f5ebe18..a6c18fc 100644
--- a/man/blind-repeat-tessellation.1
+++ b/man/blind-repeat-tessellation.1
_AT_@ -34,7 +34,8 @@ bytes per pixel it contains.
 .BR blind-hexagon-tessellation (1),
 .BR blind-rectangle-tessellation (1),
 .BR blind-triangle-tessellation (1),
-.BR blind-mosaic (1)
+.BR blind-mosaic (1),
+.BR blind-mosaic-edges (1)
 .SH AUTHORS
 Mattias Andrée
 .RI < maandree_AT_kth.se >
diff --git a/man/blind-triangle-tessellation.1 b/man/blind-triangle-tessellation.1
index e5148ff..93a0468 100644
--- a/man/blind-triangle-tessellation.1
+++ b/man/blind-triangle-tessellation.1
_AT_@ -34,7 +34,8 @@ for more information.
 .BR blind-repeat-tessellation (1),
 .BR blind-get-colours (1),
 .BR blind-apply-palette (1),
-.BR blind-mosaic (1)
+.BR blind-mosaic (1),
+.BR blind-mosaic-edges (1)
 .SH AUTHORS
 Mattias Andrée
 .RI < maandree_AT_kth.se >
diff --git a/man/blind.7 b/man/blind.7
index 2623de9..7386861 100644
--- a/man/blind.7
+++ b/man/blind.7
_AT_@ -136,6 +136,9 @@ Create a custom convolution matrix
 .BR blind-mosaic (1)
 Redraw each frame in video as a mosaic
 .TP
+.BR blind-mosaic-edges (1)
+Find edges in a mosaic video
+.TP
 .BR blind-next-frame (1)
 Extracts the next frame from a video
 .TP
Received on Fri Jul 14 2017 - 00:32:54 CEST

This archive was generated by hypermail 2.3.0 : Fri Jul 14 2017 - 00:36:45 CEST