Standard Library function thatrotates and magnifies (or demagnifies) an image on the display screen.
ang
mag
xctr
yctr
The magnification factor can be of integer or floating-point data type. It is specified as follows (with 1 being the default value):
mag = 1 | no change |
mag ![]() | causes magnification |
mag ![]() | causes demagnification |
ROT_INT uses the bilinear interpolation method to rotate and scale the input image.
TIP: If a faster (but less accurate) method of interpolation is needed, use the related function ROT, which uses a nearest neighbor method.
For information on interpolation methods, see Efficiency and Accuracy of Interpolation in Chapter 6 of the PV-WAVE User's Guide.