home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="Transform">
- <description>
- TransformEffect transforms its input using the matrix specified by the TransformMatrix property.
- It supports all affine and perspective transformations.
- Different interpolation methods can be selected with the InterpolationMode property.
- </description>
-
- <property name="TransformMatrix" type="float[16]" default="1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1" label="Transform Matrix">
- </property>
- <property name="InterpolationMode" type="int" default="1" label="Interpolation Mode">
- <choice>NearestNeighbor</choice>
- <choice>Bilinear</choice>
- <choice>Bicubic</choice>
- </property>
- <property name="ScaleMode" type="int" default="0" label="Scale Mode">
- <choice>ApplyNoScale</choice>
- <choice>ApplyScale</choice>
- <choice>ApplyFineScale</choice>
- </property>
- <property name="TransformScaleDecompositionMode" type="int" default="1" label="Transform Scale Decomposition Mode">
- <choice>NoDecomposeTransformScale</choice>
- <choice>DecomposeTransformScale</choice>
- </property>
- <input index="0"/>
- </effect>
-