Interpolate

This program interp performs interpolation of KUIM format images. Floating point interpolation is used for accuracy and not speed. Fast interpolation methods are used for scale factors of 0.5 and 2.0. (see code)

Command Usage

interp [options] infile outfile
       [-d]    Print debugging information
       [-s #]  Image scaling factor
       [-x #]  New size in X dimension
       [-y #]  New size in Y dimension

Example

interp -s 0.5 input.im interp.im
disp input.im interp.im