Package | Description |
---|---|
org.monte.media.anim |
Provides media handlers for the ANIM file format.
|
org.monte.media.avi |
Provides media handlers for the AVI file format.
|
org.monte.media.converter |
Provides media handlers for the AVI file format.
|
org.monte.media.jpeg |
Provides media handlers for JPEG images and the JFIF file format.
|
org.monte.media.png |
Provides media handlers for the PNG file format.
|
org.monte.media.quicktime |
Provides media handlers for the QuickTime file format.
|
Modifier and Type | Class and Description |
---|---|
class |
BitmapCodec
Converts BufferedImage to BitmapImage.
|
Modifier and Type | Class and Description |
---|---|
class |
DIBCodec
DIBCodec encodes a BufferedImage as a Microsoft Device Independent
Bitmap (DIB) into a byte array. |
class |
RunLengthCodec
RunLengthCodec encodes a BufferedImage as a byte[] array. |
class |
TechSmithCodec
TechSmithCodec (tscc) encodes a BufferedImage as a byte[] array. |
class |
ZMBVCodec
Implements the DosBox Capture Codec
"ZMBV" . |
Modifier and Type | Class and Description |
---|---|
class |
ColorAdjustCodec
Adjusts the colors of a buffered image.
|
class |
FFRtoVFRConverter
This codec converts frames from a fixed frame rate into a variable frame rate
by coalescing identical frames.
|
class |
FrameRateConverter
This codec converts frames from one frame rate into another.
|
class |
ScaleImageCodec
Scales a buffered image.
|
Modifier and Type | Class and Description |
---|---|
class |
JPEGCodec
JPEGCodec encodes a BufferedImage as a byte[] array. |
Modifier and Type | Class and Description |
---|---|
class |
PNGCodec
PNGCodec encodes a BufferedImage as a byte[] array.. |
Modifier and Type | Class and Description |
---|---|
class |
AnimationCodec
Implements the Apple Animation codec.
|
class |
RawCodec
RawCodec encodes a BufferedImage as a byte[] array. |