blind-triangle-tessellation.1 - blind - suckless command-line video editing uti… | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
blind-triangle-tessellation.1 (1106B) | |
--- | |
1 .TH BLIND-TRIANGLE-TESSELLATION 1 blind | |
2 .SH NAME | |
3 blind-triangle-tessellation - Create a frame with tessellated triangles | |
4 .SH SYNOPSIS | |
5 .B blind-triangle-tessellation | |
6 [-F | |
7 .IR pixel-format ] | |
8 .I block-width | |
9 .I block-height | |
10 .SH DESCRIPTION | |
11 .B blind-triangle-tessellation | |
12 prints a small video to stdout, that | |
13 can be extended to any size with | |
14 .BR blind-repeat-tessellation (1) | |
15 to create a pattern of tessellated | |
16 triangle. Each triangle will be | |
17 a right triangle with a horizontal | |
18 cathetus | |
19 .I block-width | |
20 pixels long and a vertical cathetus | |
21 .I block-height | |
22 pixels long. The hypotenuses will | |
23 go from northwest to southeast. | |
24 .SH OPTIONS | |
25 .TP | |
26 .BR -F " "\fIpixel-format\fP | |
27 Select pixel format, see | |
28 .BR blind-convert (1) | |
29 for more information. Pixel formats starting with | |
30 .BR raw | |
31 are not supported. | |
32 .SH SEE ALSO | |
33 .BR blind (7), | |
34 .BR blind-hexagon-tessellation (1), | |
35 .BR blind-triangle-tessellation (1), | |
36 .BR blind-repeat-tessellation (1), | |
37 .BR blind-get-colours (1), | |
38 .BR blind-apply-palette (1), | |
39 .BR blind-mosaic (1), | |
40 .BR blind-mosaic-corners (1), | |
41 .BR blind-mosaic-edges (1) | |
42 .SH AUTHORS | |
43 Mattias Andrée | |
44 .RI < [email protected] > |