blind-rotate-270.1 (730B)
1 .TH BLIND-ROTATE-270 1 blind 2 .SH NAME 3 blind-rotate-270 - Rotate a video 270 degrees clockwise 4 .SH SYNOPSIS 5 .B blind-rotate-270 6 .SH DESCRIPTION 7 .B blind-rotate-270 8 reads a video from stdin and prints it, rotated 9 270 degrees clockwise (90 degrees anti-clockwise), 10 to stdout. 11 .SH REQUIREMENTS 12 .B blind-rotate-270 13 is implemented as a shell script pipeline of 14 .BR blind-flop (1) 15 and 16 .BR blind-transpose (1), 17 see those for details on requirements. 18 .B blind-rotate-270 19 is not been optimised for memory usage, but instead 20 for code simplicity. 21 .SH SEE ALSO 22 .BR blind (7), 23 .BR blind-rotate-90 (1), 24 .BR blind-rotate-180 (1), 25 .BR blind-flip (1), 26 .BR blind-flop (1), 27 .BR blind-transpose (1) 28 .SH AUTHORS 29 Mattias Andrée 30 .RI < maandree@kth.se >