Package | Description |
---|---|
org.monte.media.ilbm |
Provides media handlers for the ILBM file format.
|
org.monte.media.image |
Provides classes for image processing.
|
org.monte.media.pbm |
Provides media handlers for the PBM file format.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<ColorCyclingMemoryImageSource> |
ILBMDecoder.sources
Stores all the ILBM pictures found during decoding
as an instance of ColorCyclingMemoryImageSource.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ColorCyclingMemoryImageSource> |
ILBMDecoder.produce()
Processes the input stream and creates a vector of
ColorCyclingMemoryImageSource instances.
|
Modifier and Type | Method and Description |
---|---|
static BitmapImage |
BitmapImageFactory.toBitmapImage(ColorCyclingMemoryImageSource mis) |
Modifier and Type | Field and Description |
---|---|
protected ColorCyclingMemoryImageSource |
PBMDecoder.memoryImageSource
BODY data
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<ColorCyclingMemoryImageSource> |
PBMDecoder.sources
Stores all the PBM pictures found during decoding as an instance of
MemoryImageSource.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ColorCyclingMemoryImageSource> |
PBMDecoder.produce()
Processes the input stream and creates a vector of MemoryImageSource
instances.
|