AirMagnify
AirMagnify is a Java gui wrapper for the AIR 5.2.1 Woods, UCLA) magnify program.
This program will magnify images independently along the three major axes using Fourier interpolation.
For more information about the AIR package see the AIR 5 homepage
AIR documentation for the magnify program
Invocation
java AirMagnify
This starts up the java interpreter and runs the AirMagnify application. You need to have set up your environment for java in order for this to work.
AirMagnify is also available in the AirToolChest, GlobalWorkbench and GlobalDesktop computing environments.
java AirToolChest
java GlobalWorkbench
java GlobalDesktop
AirMagnify window
Information to be entered
- Input image
The name of the input file(s), directory, or file list.
- Output image directory/file
The name of the output directory or file. Default is current working
directory.
- Output file prefix
Optional prefix name to use in output files. The default name of any output
files is the same as the input file name. The optional prefix will
be prepended to the input file name and the resulting name will be used as
the output file name.
- Options
- Magnify X, Y, Z
The magnification factors in each dimension. This must be an integer
greater than or equal to 1.
- Shrink X, Y, Z
The optional minification factors in each dimension. This must be a positive
integer less than the magnification factor. It must also be a factor
of the given magnification dimension of the file.
- Overwrite existing files
Use this option if you want the program to overwrite any existing files
with the same name as the specified output files.
Last updated Wed Jan 2 09:44:33 EST 2002