|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectloci.formats.FormatHandler
loci.formats.FormatWriter
loci.formats.QTWriter
QTWriter is the file format writer for uncompressed QuickTime movie files.
| Field Summary | |
protected long |
byteCountOffset
Seek to this offset to update the total number of pixel bytes. |
protected int |
created
Time the file was created. |
protected int |
numBytes
Total number of pixel bytes. |
protected int |
numWritten
Number of planes written. |
protected Vector |
offsets
Vector of plane offsets. |
protected RandomAccessFile |
out
Current file. |
| Fields inherited from class loci.formats.FormatWriter |
fps |
| Fields inherited from class loci.formats.FormatHandler |
chooser, currentId, filters, format, suffixes |
| Constructor Summary | |
QTWriter()
|
|
| 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 loci.formats.FormatWriter |
getFramesPerSecond, save, setFramesPerSecond, testConvert |
| Methods inherited from class loci.formats.FormatHandler |
createFilters, getFileChooser, getFileFilters, getFormat, getSuffixes, isThisType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected RandomAccessFile out
protected int numWritten
protected long byteCountOffset
protected int numBytes
protected Vector offsets
protected int created
| Constructor Detail |
public QTWriter()
| Method Detail |
public void save(String id,
Image image,
boolean last)
throws FormatException,
IOException
save in class FormatWriterFormatException
IOException
public static void main(String[] args)
throws IOException,
FormatException
IOException
FormatException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||