Subrange Extraction
This program extract extracts subimages of KUIM format images.
The desired image range to be extracted is specified using
-x -y and -z switches (instead of the old -d method).
(see code)
Command Usage
extract [options] infile outfile
[-r width] Random extract size
[-s cx cy width] Center and width of square
[-x xl xh] Range of X values
[-y yl yh] Range of Y values
[-z zl zh] Range of Z values
[-d] Print debugging information
Example
extract -x 120 180 -y 120 180 input.im extract.im
disp input.im extract.im