public class DeepZoom extends Object implements ij.plugin.PlugIn
| Constructor and Description |
|---|
DeepZoom() |
| Modifier and Type | Method and Description |
|---|---|
static void |
convertRGBStackToRGB(ij.ImagePlus imp)
Converts a 2 or 3 slice 8-bit stack to RGB.
|
static void |
generateDeepZoom(String source,
String folder,
String name,
int width,
int height)
Warning: this method is a hack upon a hack (upon a hack).
|
static void |
main(String[] args)
Main method used for testing only.
|
void |
run(String arg) |
public void run(String arg)
run in interface ij.plugin.PlugInpublic static void main(String[] args)
args - the command line argumentspublic static void convertRGBStackToRGB(ij.ImagePlus imp)
public static void generateDeepZoom(String source, String folder, String name, int width, int height)
source - file name of sourcefolder - folder name on local file systemname - HTML namewidth - starting widthheight - starting heightCopyright © 2015–2022 SciJava. All rights reserved.