3D->Multiple 2D

This program zsplit takes a 3D KUIM image and splits it into a collection of 2D images. This operation is the opposite of imzcat. (see code)

Command Usage

zsplit [options] infile outprefix
       [-d]    Print debugging information
       [-n #]  Initial suffix value (0)
       [-j]    Output JPEG format

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]

zsplit input.im slice
disp slice00 slice01
disp slice02 slice03