public class Test_Save extends Object implements ij.plugin.PlugIn
| Constructor and Description |
|---|
Test_Save() |
| Modifier and Type | Method and Description |
|---|---|
void |
run(String args) |
boolean |
saveAsTiff(String path)
Save the image in TIFF format using the specified path.
|
boolean |
saveAsTiffStack(String path)
Save the stack as a multi-image TIFF using the specified path.
|
public void run(String args)
run in interface ij.plugin.PlugInpublic boolean saveAsTiff(String path)
public boolean saveAsTiffStack(String path)
Copyright © 2015–2021 Fiji. All rights reserved.