Document blind-mosaic-edges (upcoming) - blind - suckless command-line video ed… | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 5c3968e6eda6583e9e2776be55e8d9af285e01a8 | |
parent 38dfe2510b19c25901e9db08426319c21fabdf95 | |
Author: Mattias Andrée <[email protected]> | |
Date: Thu, 13 Jul 2017 23:29:53 +0200 | |
Document blind-mosaic-edges (upcoming) | |
Signed-off-by: Mattias Andrée <[email protected]> | |
Diffstat: | |
M README | 3 +++ | |
M man/blind-hexagon-tessellation.1 | 3 ++- | |
A man/blind-mosaic-edges.1 | 39 +++++++++++++++++++++++++++++… | |
M man/blind-mosaic.1 | 3 ++- | |
M man/blind-rectangle-tessellation.1 | 3 ++- | |
M man/blind-repeat-tessellation.1 | 3 ++- | |
M man/blind-triangle-tessellation.1 | 3 ++- | |
M man/blind.7 | 3 +++ | |
8 files changed, 55 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -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 | |
@@ -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 < [email protected] > | |
diff --git a/man/blind-mosaic-edges.1 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 < [email protected] > | |
diff --git a/man/blind-mosaic.1 b/man/blind-mosaic.1 | |
@@ -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 < [email protected] > | |
diff --git a/man/blind-rectangle-tessellation.1 b/man/blind-rectangle-tessellat… | |
@@ -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 < [email protected] > | |
diff --git a/man/blind-repeat-tessellation.1 b/man/blind-repeat-tessellation.1 | |
@@ -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 < [email protected] > | |
diff --git a/man/blind-triangle-tessellation.1 b/man/blind-triangle-tessellatio… | |
@@ -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 < [email protected] > | |
diff --git a/man/blind.7 b/man/blind.7 | |
@@ -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 |