blind-to-image.1 - blind - suckless command-line video editing utility | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
blind-to-image.1 (596B) | |
--- | |
1 .TH BLIND-TO-IMAGE 1 blind | |
2 .SH NAME | |
3 blind-to-image - Convert a frame to an image | |
4 .SH SYNOPSIS | |
5 .B blind-to-image | |
6 [-d | |
7 .I depth | |
8 | -f] | |
9 .SH DESCRIPTION | |
10 .B blind-to-image | |
11 reads a frame from stdin, converts it to a | |
12 Portable Arbitrary Map image, and prints it to | |
13 stdout. | |
14 .SH OPTIONS | |
15 .TP | |
16 .BR -d " "\fIdepth\fP | |
17 Use | |
18 .IR depth -bits | |
19 per channel in the output. | |
20 .TP | |
21 .B -f | |
22 Output a Farbfeld image instead of a | |
23 Portable Arbitrary Map image. | |
24 .SH SEE ALSO | |
25 .BR blind (7), | |
26 .BR blind-from-image (1), | |
27 .BR blind-next-frame (1), | |
28 .BR blind-to-text (1), | |
29 .BR convert (1) | |
30 .SH AUTHORS | |
31 Mattias Andrée | |
32 .RI < [email protected] > |