| Package | Description |
|---|---|
| org.monte.media.anim | |
| org.monte.media.ilbm | |
| org.monte.media.image | |
| org.monte.media.seq |
| 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) |
void |
ANIMKeyFrame.unpackVertical(byte[] in,
BitmapImage bm) |
void |
ANIMOutputStream.writeFrame(BitmapImage image,
int duration) |
| Modifier and Type | Field and Description |
|---|---|
protected BitmapImage |
ILBMDecoder.bodyBitmap |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
ILBMDecoder.unpackVertical(byte[] in,
BitmapImage bm) |
void |
ILBMEncoder.write(java.io.File f,
BitmapImage img,
int camg) |
| Modifier and Type | Method and Description |
|---|---|
BitmapImage |
BitmapImage.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) |
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) |
Copyright © 2022. All Rights Reserved.