aboutsummaryrefslogtreecommitdiffstats
path: root/man/blind-from-image.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/blind-from-image.1')
-rw-r--r--man/blind-from-image.129
1 files changed, 29 insertions, 0 deletions
diff --git a/man/blind-from-image.1 b/man/blind-from-image.1
new file mode 100644
index 0000000..5829371
--- /dev/null
+++ b/man/blind-from-image.1
@@ -0,0 +1,29 @@
+.TH BLIND-FROM-IMAGE 1 blind
+.SH NAME
+blind-from-image - Convert an image to a frame
+.SH SYNOPSIS
+.B blind-from-image
+[-h] [-f | -p]
+.SH DESCRIPTION
+.B blind-from-image
+reads an image from stdin and converts in the
+frame usable by
+.BR blind ,
+and prints the frame to stdout.
+.SH OPTIONS
+.TP
+.B -f
+Treat the image from stdin as a Farbfeld image.
+.TP
+.B -h
+Omit the head when printed the frame to stdout.
+This is useful if you are converting multiple
+images, as the output can be appended to video
+with its head already written.
+.TP
+.B -p
+Treat the image from stdin as a Portable
+Arbitrary Map image.
+.SH AUTHORS
+Mattias Andrée
+.RI < maandree@kth.se >