Rotate an image 90, or 180, or 270 degrees, or flip or mirror it.
Allows the user to rotate images. The user may perform a 90, 180, or 270 degree clockwise rotation, a flip (about the horizontal axis), or a mirror (about the vertical axis).
- IN
- The input image name. The input image may be subwindowed and/or subbanded. It may be of data types BYTE, INTEGER*2, INTEGER*4, or REAL*4. It may be one or multi-images and may be one or multi-bands.
- OUT
- The output image name. The output image will be of the same data type as the input image.
- IN
- The input image name. The input image may be subwindowed and/or subbanded. It may be of data types BYTE, INTEGER*2, INTEGER*4, or REAL*4. It may be one or multi-images and may be one or multi-bands.
- OUT
- The output image name. The output image will be of the same data type as the input image.
- IN
- The input image name. The input image may be subwindowed and/or subbanded. It may be of data types BYTE, INTEGER*2, INTEGER*4, or REAL*4. It may be one or multi-images and may be one or multi-bands.
- OUT
- The output image name. The output image will be of the same data type as the input image.
- IN
- The input image name. The input image may be subwindowed and/or subbanded. It may be of data types BYTE, INTEGER*2, INTEGER*4, or REAL*4. It may be one or multi-images and may be one or multi-bands.
- OUT
- The output image name. The output image will be of the same data type as the input image.
- IN
- The input image name. The input image may be subwindowed and/or subbanded. It may be of data types BYTE, INTEGER*2, INTEGER*4, or REAL*4. It may be one or multi-images and may be one or multi-bands.
- OUT
- The output image name. The output image will be of the same data type as the input image.
The user has requested to flip image NY.DAT 90 degrees in a clockwise direction, storing the resultant image in OUT.DAT.
The user has requested to flip bands 1 and 3 of image IMAGE1 about their horizontal axes, storing the resultant image in OUTB13.IMG.
The user has requested to flip a 512 x 512 window of band 1 of image IMAGE1 about its vertical axis, storing the resultant image in OUTWIN.IMG
The new image is adjusted according to the specified subcommand, and copied to the output image.
A nonfatal error was encountered during processing. The output image file is retained, and processing continues. The error message that is displayed immediately preceding this message is the specific error that was encountered.
An error was encountered attempting to update the corner point information of the DDR record with the newly rotated corner point values.
A fatal error was encountered during processing. The output image file is deleted or not, depending on the TAE global $DELFLG, and processing is terminated. The error message that is displayed immediately preceding this message is the the specific error that was encountered.
If multiple image names are specified as input to the IN parameter, the images specified or the windows specified must all be the same size.
If multiple image names are specified as input to the IN parameter, the images specified must all be of the same data type.
An error was encountered attempting to dynamically allocate memory for buffers to flip the image data.
An error was encountered while reading image lines from the input image.
An error was encountered while writing image lines to the output image.