home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <effect label="StraighteningEffect">
- <description>Arbitrary rotation effect with an auto function to estimate the alignment angle offset</description>
- <property name="Angle" type="float" default="0" label="Angle (radians)">
- <range min="-3.14159265358979323846" max="3.14159265358979323846" />
- <comments>Rotation angle (in radians)</comments>
- </property>
- <property name="AutoCrop" type="int" default="0" label="AutoCrop mode">
- <choice>AutoCrop Off</choice>
- <choice>AutoCrop On</choice>
- <comments>Turn off or on the automatic crop</comments>
- </property>
- <property name="InterpolationMode" type="int" default="1" label="Interpolation Mode">
- <choice>NearestNeighbor</choice>
- <choice>Bilinear</choice>
- <choice>Bicubic</choice>
- </property>
- <property name="_AutoFix" type="button" label="Auto Straighten" />
- </effect>
-