MakeJpeg
This application saves a montage of a single analyze data file as a jpeg
image.
Invocation
java MakeJpeg
This starts up the java interpreter and runs the MakeJpeg application.
You need to have set up your environment
for java in order for this to work.
MakeJpeg window
This is an all java application (no C/C++ back-end) that uses new jpeg
encoder that is shipped with Sun's java 1.4. MakeJpeg also has a no GUI
mode, where it produces a Jpeg image without displaying any graphical components.
Usage: java MakeJpeg [-nogui] <analyze image> [output filename]
[<overlay image> <low threshold> <hi threshold>]
-
-nogui - run MakeJpeg in no GUI mode.
-
analyze image - input analyze image
-
output filename - optional output filename if not specified output
image will be created in current working directory and have the same name
as input analyze image with .jpg suffix.
Information to be entered
-
Anz Image file:
Input analyze image file.
-
Output jpg file:
Output filename. jpg suffix will be appended if it is not specified.
If directory is given instead of the file, then the input filename will
be used as a output filename with '.jpg' extension.
-
Advanced Image Settings...
Image settings s.a. magnification and jpeg quality.
-
Advanced Image Settings... Image quality (0-100)
Jpeg image quality (0-100) default is 60. Higher image quality results
in larger file size.
-
Advanced Image Settings... Image magnification (0-200)
Image magnification (0-200%). Default is 100%.
-
Advanced Image Settings... Add overlay image
When enabled, this option adds an overlay image to a an image that
is going to be saved.
-
Advanced Image Settings... Lower threshold
Set the lower theshold for the overlay image. Voxels above this theshold
will be added as an overlay.
-
Advanced Image Settings... Upper threshold
Set the upper theshold for the overlay image. Voxels below this theshold
will be added as an overlay.
-
Advanced Image Settings... Overwrite existing files
Overwrite output file if it exists.
-
Advanced Image Settings... View results
Pop up a MontageFrame that displays an image that was saved out.
Last updated Tue Feb 18 10:38:09 EST 2003