Translate, Rotate, Scale

This program move_image supports the translation, rotation and scaling of KUIM format images. (see code)

Command Usage

move_image [options] infile outfile
           [-d]     Print debugging information
           [-r #]   Rotation angle
           [-s # #] Scaling factor in X and Y
           [-t # #] Translation factors in X and Y

Example

move_image -s 2 1 -t 20 10 -r 45 input.im move_image.im
disp input.im move_image.im