| Package | Description |
|---|---|
| agi.foundation.graphics.imaging |
Provides types for raster and image processing, and for writing JPEG 2000 files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilteringRasterStream
A class decorator for applying a
RasterFilter to each update of a RasterStream. |
class |
VideoStream
A raster stream that streams from a video.
|
| Modifier and Type | Method and Description |
|---|---|
RasterStream |
FilteringRasterStream.getStream()
Gets the
RasterStream that will have the RasterFilter applied on each update. |
| Constructor and Description |
|---|
FilteringRasterStream(RasterStream rasterStream,
RasterFilter filter)
Initializes a new instance with a
RasterStream and the RasterFilter that will be applied to each update of that stream. |