| Modifier and Type | Field | Description |
|---|---|---|
static int |
DEFAULT_QUALITY |
| Constructor | Description |
|---|---|
JpegWriter() |
| Modifier and Type | Method | Description |
|---|---|---|
static int |
getQuality() |
Deprecated.
replaced by FileSaver.getJpegQuality()
|
void |
run(String arg) |
This method is called when the plugin is loaded.
|
static String |
save(ImagePlus imp,
String path,
int quality) |
Thread-safe method.
|
static void |
setQuality(int jpegQuality) |
Deprecated.
replaced by FileSaver.setJpegQuality()
|
public static final int DEFAULT_QUALITY
public void run(String arg)
PlugInpublic static void setQuality(int jpegQuality)
public static int getQuality()