aboutsummaryrefslogtreecommitdiffstats
path: root/man/blind-mosaic-edges.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/blind-mosaic-edges.1')
-rw-r--r--man/blind-mosaic-edges.139
1 files changed, 39 insertions, 0 deletions
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
@@ -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@kth.se >