Package | Description |
---|---|
org.monte.media.anim |
Provides media handlers for the ANIM file format.
|
org.monte.media.ilbm |
Provides media handlers for the ILBM file format.
|
org.monte.media.image |
Provides classes for image processing.
|
org.monte.media.seq |
Provides media handlers for the SEQ file format.
|
Modifier and Type | Method and Description |
---|---|
BitmapImage |
ANIMReader.createCompatibleBitmap() |
Modifier and Type | Method and Description |
---|---|
void |
ANIMDeltaFrame.decode(BitmapImage bitmap,
ANIMMovieTrack track) |
abstract void |
ANIMFrame.decode(BitmapImage bitmap,
ANIMMovieTrack track) |
void |
ANIMKeyFrame.decode(BitmapImage bitmap,
ANIMMovieTrack track) |
void |
ANIMReader.readFrame(int index,
BitmapImage image)
Reads a frame into the supplied image.
|
void |
ANIMKeyFrame.unpackVertical(byte[] in,
BitmapImage bm)
Vertical run decoder.
|
void |
ANIMOutputStream.writeFrame(BitmapImage image,
int duration) |
Modifier and Type | Field and Description |
---|---|
protected BitmapImage |
ILBMDecoder.bodyBitmap
BODY data
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<BitmapImage> |
ILBMDecoder.bitmapSources |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<BitmapImage> |
ILBMDecoder.produceBitmaps()
Processes the input stream and creates a vector of
BitmapImages instances.
|
Modifier and Type | Method and Description |
---|---|
void |
ILBMDecoder.unpackVertical(byte[] in,
BitmapImage bm)
Vertical run decoder.
|
void |
ILBMEncoder.write(java.io.File f,
BitmapImage img,
int camg) |
Modifier and Type | Method and Description |
---|---|
BitmapImage |
BitmapImage.clone()
Creates a clone.
|
static BitmapImage |
BitmapImageFactory.toBitmapImage(java.awt.image.BufferedImage mis) |
static BitmapImage |
BitmapImageFactory.toBitmapImage(ColorCyclingMemoryImageSource mis) |
static BitmapImage |
BitmapImageFactory.toBitmapImage(java.awt.image.MemoryImageSource mis) |
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
BitmapImageFactory.toBufferedImage(BitmapImage bm)
Creates a BufferedImage using the provided BitmapImage.
|
static java.awt.Image |
BitmapImageFactory.toMemoryImage(BitmapImage bm) |
static void |
BitmapImageFactory.write(BitmapImage bm,
java.io.File f) |
static void |
BitmapImageFactory.write(BitmapImage bm,
java.io.OutputStream out) |
Modifier and Type | Method and Description |
---|---|
BitmapImage |
SEQReader.createCompatibleBitmap() |
Modifier and Type | Method and Description |
---|---|
void |
SEQDeltaFrame.decode(BitmapImage bitmap,
SEQMovieTrack track) |
abstract void |
SEQFrame.decode(BitmapImage bitmap,
SEQMovieTrack track) |
void |
SEQReader.readFrame(int index,
BitmapImage image)
Reads a frame into the supplied image.
|