Package ij.plugin
Class JpegWriter
java.lang.Object
ij.plugin.JpegWriter
- All Implemented Interfaces:
PlugIn
The File/Save As/Jpeg command (FileSaver.saveAsJpeg() method)
uses this plugin to save images in JPEG format.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
Deprecated.replaced by FileSaver.getJpegQuality()void
This method is called when the plugin is loaded.static String
Thread-safe method.static void
setQuality
(int jpegQuality) Deprecated.replaced by FileSaver.setJpegQuality()
-
Field Details
-
DEFAULT_QUALITY
public static final int DEFAULT_QUALITY- See Also:
-
-
Constructor Details
-
JpegWriter
public JpegWriter()
-
-
Method Details
-
run
Description copied from interface:PlugIn
This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt. -
save
Thread-safe method. -
setQuality
public static void setQuality(int jpegQuality) Deprecated.replaced by FileSaver.setJpegQuality() -
getQuality
public static int getQuality()Deprecated.replaced by FileSaver.getJpegQuality()
-