| Constructor | Description |
|---|---|
Raw() |
| Modifier and Type | Method | Description |
|---|---|---|
static ImagePlus |
open(String filePath,
FileInfo fi) |
Opens the image at 'filePath' using the format specified by 'fi'.
|
static ImagePlus |
openAll(String directory,
FileInfo fi) |
Opens all the images in the specified directory as a stack,
using the format specified by 'fi'.
|
static ImagePlus |
openAllVirtual(String directory,
FileInfo fi) |
Opens all the images in the specified directory as a virtual stack,
using the format specified by 'fi'.
|
void |
run(String arg) |
This method is called when the plugin is loaded.
|
public void run(String arg)
PlugInpublic static ImagePlus open(String filePath, FileInfo fi)
public static ImagePlus openAll(String directory, FileInfo fi)