public class DeepZoomExporter extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DeepZoomExporter.LevelProcessorX
Inner class at the top of the image chain.
|
class |
DeepZoomExporter.TileProcessorX
Inner class that chains from the CutTileProcessor.
|
| Constructor and Description |
|---|
DeepZoomExporter(boolean launch,
boolean silverlight,
String folder,
String url,
String name,
String description,
int width,
int height)
Creates an instance to export a particular image.
|
public DeepZoomExporter(boolean launch,
boolean silverlight,
String folder,
String url,
String name,
String description,
int width,
int height)
launch - whether or not to launch a browser window to view resultssilverlight - whether or not to use Microsoft Silverlight (tm)
technology to view the imagefolder - output folderurl - when launching a browser, url to use; otherwise uses filename - of HMTL filedescription - that goes in HTML page titlewidth - of image windowheight - of image windowpublic int process(ImageWrapper image)
image - Copyright © 2015–2022 SciJava. All rights reserved.