TurnLeft
From Avisynth wiki
(Difference between revisions)
Raffriff42 (Talk | contribs) m (one more touch-up) |
(add link to avs+ documentation) |
||
| Line 1: | Line 1: | ||
| + | <div {{BlueBox2|40|0|3px solid purple}} > | ||
| + | {{AvsPlusFullname}}<br> | ||
| + | Up-to-date documentation: [https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/corefilters/turn.html https://avisynthplus.readthedocs.io] | ||
| + | </div> | ||
| + | |||
| + | |||
{{Template:Func3Def | {{Template:Func3Def | ||
|TurnLeft(clip ''clip'') | |TurnLeft(clip ''clip'') | ||
Latest revision as of 05:48, 18 September 2022
AviSynth+
Up-to-date documentation: https://avisynthplus.readthedocs.io
TurnLeft(clip clip)
TurnRight(clip clip)
Turn180(clip clip)
| TurnLeft | rotates the clip 90 degrees counterclockwise. |
| TurnRight | rotates the clip 90 degrees clockwise. |
| Turn180 | rotates the clip 180 degrees. |
[edit] See Also
- Zoom which can rotate, zoom and pan.
[edit] Changes
| v2.55 | Turn180 added. |