aboutsummaryrefslogtreecommitdiffstats
path: root/man/blind-coordinate-field.1
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-07-03 14:30:44 +0200
committerMattias Andrée <maandree@kth.se>2017-07-03 14:30:44 +0200
commit56ed14063c8b2c82d5ea0652028f47f76cb710f0 (patch)
tree7a156516993dfed31a6356e36d5c5e692605963c /man/blind-coordinate-field.1
parentblind-spiral-gradient: add support for superelliptic sprials (diff)
downloadblind-56ed14063c8b2c82d5ea0652028f47f76cb710f0.tar.gz
blind-56ed14063c8b2c82d5ea0652028f47f76cb710f0.tar.bz2
blind-56ed14063c8b2c82d5ea0652028f47f76cb710f0.tar.xz
Document blind-coordinate-field, blind-*-gradient, and blind-*-wave (sinc still pending), and sinus => sine
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/blind-coordinate-field.1')
-rw-r--r--man/blind-coordinate-field.150
1 files changed, 50 insertions, 0 deletions
diff --git a/man/blind-coordinate-field.1 b/man/blind-coordinate-field.1
new file mode 100644
index 0000000..371cfec
--- /dev/null
+++ b/man/blind-coordinate-field.1
@@ -0,0 +1,50 @@
+.TH BLIND-COORDINATE-FIELD 1 blind
+.SH NAME
+blind-coordinate-field - Generate a video where each pixel indicate their position
+.SH SYNOPSIS
+.B blind-coordinate-field
+[-f
+.I frames
+| -f
+.RB ' inf ']
+[-F
+.IR pixel-format ]
+-w
+.I width
+-h
+.I height
+.SH DESCRIPTION
+.B blind-coordinate-field
+prints a video to stdout.
+The values in first channel will be the X-position
+for each pixel, and the first channel will be the
+Y-position for each pixel. The values in the other
+channels will be zero.
+.SH OPTIONS
+.TP
+.BR -f " "\fIframes\fP
+The number of frames in the video. If
+.I frames
+is
+.RB ' inf ',
+the number of frames will be specified as 0 in the output's
+head (works fine with most
+.B blind
+tools) but the video will be printed to stdout until there are
+no processes with an open read end to this process's stdout.
+.TP
+.BR -F " "\fIpixel-format\fP
+Select pixel format, see
+.BR blind-convert (1)
+for more information.
+.TP
+.BR -w " "\fIwidth\fP
+The width of the video, in pixels.
+.TP
+.BR -h " "\fIheight\fP
+The height of the video, in pixels.
+.SH SEE ALSO
+.BR blind (7)
+.SH AUTHORS
+Mattias Andrée
+.RI < maandree@kth.se >