public class DeepZoomExporter extends Object implements IProcessor
| Constructor and Description |
|---|
DeepZoomExporter(boolean launch,
boolean silverlight,
String folder,
String url,
String name,
String description,
int width,
int height)
Creates an object 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)
process in interface IProcessorimage - Copyright © 2015–2022 SciJava. All rights reserved.