IPreflect
Synopsis
reflect or rotate an ip_Image
Input Port
Parameters
FilesRB
|
UIradioBox
|
select the type of reflection/rotation
|
Output Port
dst
|
ip_Image_Out
|
TmpField
|
IPfld
|
obj
|
output renderable object
|
Description
IPreflect reflects or rotates an ip_Image in some direction.
Input
&in_image
The input is a reference to an ip_Image. The ip_Image can be of any type.
Parameters
FilesRB
UIradioBox. Selects what type of rotation/reflection to perform. The choices are:
Horizontal (default) across the Y axis
Vertical across the X axis
Main Diagonal transpose across the main diagonal
Anti Diagonal transpose across the anti-diagonal
Rotate 90 rotate counterclockwise 90 degrees
Rotate 180 rotate counterclockwise 180 degrees
Rotate 270 rotate counterclockwise 270 degrees
Output Port
dst
The output is a new ip_Image. Horizontally and vertically reflected, and Rotate 180 output ip_Images have the same dimensions, type, and number of bands as the input ip_Image. Otherwise, the output ip_Image width equals the input height, and the output height equals the input width.
TmpField
This output is the ip_Image converted back into an AVS/Express field.
obj
This is a renderable version of the output.
Example
Not available
File
v/ip.v
See also