loci.formats
Class JPEGWriter
java.lang.Object
loci.formats.FormatHandler
loci.formats.FormatWriter
loci.formats.JPEGWriter
- public class JPEGWriter
- extends FormatWriter
JPEGWriter is the file format writer for JPEG files.
|
Method Summary |
static void |
main(String[] args)
|
void |
save(String id,
Image image,
boolean last)
Saves the given image to the specified (possibly already open) file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPEGWriter
public JPEGWriter()
save
public void save(String id,
Image image,
boolean last)
throws FormatException,
IOException
- Saves the given image to the specified (possibly already open) file.
The last flag is ignored, since this writer produces single-image JPEGs.
- Specified by:
save in class FormatWriter
- Throws:
FormatException
IOException
main
public static void main(String[] args)
throws FormatException,
IOException
- Throws:
FormatException
IOException