home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="OutOfBounds">
- <description>
- OutOfBoundsEffect extrapolates image pixels out of the bounds of the original image.
- It does not change the bounds of the image but if it is ever called with a requested rectangle
- that is not included within the regular bounds of the input image, it will use an
- extrapolation/extension technique to fill the entire requested area beyond the bounds of the image.
- See OutOfBoundsExtensionMode property for details about available extension modes.
- </description>
- <property name="OutOfBoundsExtensionMode" type="int" default="0" label="Out-of-bounds extension mode">
- <choice>Mirror</choice>
- <comments>
- This property specifies how the image should be extended out of bounds (a.k.a. wrap mode).
- Typical extension modes are
- mirror where the image is reflected at its borders,
- repeat (a.k.a. periodic or wrap) where the image is repeated like a wallpaper,
- clamp where the border pixels are used to extrapolate out-of-bounds pixels,
- and
- border color where a specific color is choosen to fill out-of-bounds areas.
- Current version of OutOfBoundsEffect only support mirroring.
- </comments>
- </property>
- <input index="0"/>
- </effect>
-