3D->Single 2D
This program unfold transforms a 3D KUIM format image into a 2D
image for display purposes. The -x -y and -b switches
control the final shape of the output image.
(see code)
Command Usage
unfold [options] infile outfile
[-d] Print debugging information
[-l] No lines separating images
[-s # #] Size in X and Y directions
[-x] Unfold in X direction
[-y] Unfold in Y direction
[-b] Unfold in BOTH directions
Example
header input.im
HEADER Program - KUIM Version 1.0
Image Name = input.im
Image Dimensions = 256,190,4
Image Type = BYTE
Image Range = [14,252]
unfold -b input.im unfold.im
disp unfold.im