blind-from-image.1 (824B)
1 .TH BLIND-FROM-IMAGE 1 blind 2 .SH NAME 3 blind-from-image - Convert an image to a frame 4 .SH SYNOPSIS 5 .B blind-from-image 6 [-h] [-f | -p] 7 .SH DESCRIPTION 8 .B blind-from-image 9 reads an image from stdin and converts in the 10 frame usable by 11 .BR blind , 12 and prints the frame to stdout. 13 .SH OPTIONS 14 .TP 15 .B -f 16 Treat the image from stdin as a Farbfeld image. 17 .TP 18 .B -h 19 Omit the head when printed the frame to stdout. 20 This is useful if you are converting multiple 21 images, as the output can be appended to video 22 with its head already written. 23 .TP 24 .B -p 25 Treat the image from stdin as a Portable 26 Arbitrary Map image. 27 .SH SEE ALSO 28 .BR blind (7), 29 .BR blind-to-image (1), 30 .BR blind-write-head (1), 31 .BR blind-next-frame (1), 32 .BR blind-from-text (1), 33 .BR blind-repeat (1), 34 .BR blind-convert (1) 35 .SH AUTHORS 36 Mattias Andrée 37 .RI < maandree@kth.se >