public class Save_Image5D extends Object implements ij.plugin.PlugIn
| Constructor and Description |
|---|
Save_Image5D() |
| Modifier and Type | Method and Description |
|---|---|
void |
run(String arg)
Save the Image5D in TIFF format using a save file dialog.
|
boolean |
saveAsImage5D(ij.ImagePlus imp,
String name,
String directory)
Save the Image5D as a multi-image TIFF using the specified name and
directory.
|
public void run(String arg)
run in interface ij.plugin.PlugInCopyright © 2015–2021 Fiji. All rights reserved.