Package ij.plugin
Class JpegWriter
- java.lang.Object
-
- ij.plugin.JpegWriter
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_QUALITY
-
Constructor Summary
Constructors Constructor Description JpegWriter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static intgetQuality()Deprecated.replaced by FileSaver.getJpegQuality()voidrun(String arg)This method is called when the plugin is loaded.static Stringsave(ImagePlus imp, String path, int quality)Thread-safe method.static voidsetQuality(int jpegQuality)Deprecated.replaced by FileSaver.setJpegQuality()
-
-
-
Field Detail
-
DEFAULT_QUALITY
public static final int DEFAULT_QUALITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
run
public void run(String arg)
Description copied from interface:PlugInThis method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
-
setQuality
public static void setQuality(int jpegQuality)
Deprecated.replaced by FileSaver.setJpegQuality()
-
getQuality
public static int getQuality()
Deprecated.replaced by FileSaver.getJpegQuality()
-
-