public class Saver extends Object
Modifier and Type | Method and Description |
---|---|
static String[] |
formats()
Returns the supported formats.
|
String |
getExtension() |
boolean |
save(ij.ImagePlus imp,
String path) |
void |
setQuality(float q) |
public Saver(String extension)
public static final String[] formats()
public void setQuality(float q)
q
- Between 0 and 1.public boolean save(ij.ImagePlus imp, String path)
imp
- The ImagePlus
to save.path
- The path to save the image at, to which the extension
will be appended if not there.public String getExtension()
Copyright © 2015–2021 Fiji. All rights reserved.