reorganize

[ XITE Reference Manual | XITE home ]

Name

reorganize - rotate, mirror or transpose an image

Syntax

reorganize [-nvhtlurb] <inimage> <outimage>

   Normal   V-Mirror  H-Mirror Transpose
     n         v         h         t
    a b       b a       c d       a c
    c d       d c       a b       b d

   Rot-90   Rot-180   Rot-270  B-Transpose
     l         u         r         b
    b d       d c       c a       d b
    a c       b a       d b       c a

Description

rotate, mirror or transpose an image.

Restrictions

inimage must have bands with pixel type unsigned byte.

See also

rotate(1), quadratic(1), affine(1), shift_img(1), transpose_img(1), warp(1)

Author

Otto Milvang

Id

$Id: reorganize.c,v 1.25 1997/04/23 13:01:06 svein Exp $