public class SEQDecoder
extends java.lang.Object
SEQDecoder
.
References:
http://www.fileformat.info/format/atari/egff.htm
http://www.atari-forum.com/wiki/index.php/ST_Picture_Formats
Constructor and Description |
---|
SEQDecoder(javax.imageio.stream.ImageInputStream in)
Creates a decoder for the specified image input stream.
|
SEQDecoder(java.io.InputStream in)
Creates a decoder for the specified input stream.
|
Modifier and Type | Method and Description |
---|---|
void |
produce(SEQMovieTrack track,
boolean loadAudio)
Decodes the stream and produces animation frames into the specified
movie track.
|
void |
setEnforce8BitColorModel(boolean b) |
public SEQDecoder(java.io.InputStream in)
public SEQDecoder(javax.imageio.stream.ImageInputStream in)
public void produce(SEQMovieTrack track, boolean loadAudio) throws java.io.IOException
This method can only be called once.
track
- The decoded data is stored in this track.loadAudio
- Whether to decode audio (currently unused).java.io.IOException
public void setEnforce8BitColorModel(boolean b)