Squiz Matrix
4.12.2
|
Public Member Functions | |
void | run (String arg) |
void | convert (String item) |
Implements the conversion commands in the Image/Type submenu.
Definition at line 8 of file Converter.java.
|
inline |
Converts the ImagePlus to the specified image type. The string
argument corresponds to one of the labels in the Image/Type submenu ("8-bit", "16-bit", "32-bit", "8-bit Color", "RGB Color", "RGB Stack" or "HSB Stack").
Definition at line 26 of file Converter.java.
|
inline |
This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
Implements PlugIn.
Definition at line 12 of file Converter.java.