TurnLeft: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m 1 revision
add link to avs+ documentation
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Template:Func3Def|TurnLeft(clip ''clip'')|TurnRight(clip ''clip'')|Turn180(clip ''clip'')}}
<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>


TurnLeft rotates the clip 90 degrees counterclock wise, and TurnRight rotates the clip 90 degrees clockwise. Turn180 rotates the clip 180 degrees.


'''Changes:'''
{{Template:Func3Def
|TurnLeft(clip ''clip'')
|TurnRight(clip ''clip'')
|Turn180(clip ''clip'')
}}
 
{| border="0"
|-
|'''TurnLeft'''
|rotates the clip 90 degrees counterclockwise.<br>
|-
|'''TurnRight'''&nbsp;
|rotates the clip 90 degrees clockwise.<br>
|-
|'''Turn180'''
|rotates the clip 180 degrees.
|}
 
==== See Also ====
* [[External filters#Rotation.2FShear.2FSkew.2FPerspective|Zoom]] which can rotate, zoom and pan.
 
==== Changes ====
{| border="1"
{| border="1"
|-
|-
Line 10: Line 33:
|}
|}


See Also: '''Zoom''' under [[External filters]] which can Zoom, Pan & Rotate.


[[Category:Internal filters]]
[[Category:Internal filters]]
[[Category:Rotation]]

Latest revision as of 06: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.

See Also

  • Zoom which can rotate, zoom and pan.

Changes

v2.55 Turn180 added.