| Package | Description |
|---|---|
| com.bric.image.bmp | |
| com.bric.image.pixel |
| Class and Description |
|---|
| BytePixelIterator
This is a
PixelIterator that iterates over an image that expresses its pixels in bytes.
|
| PixelIterator
This iterates over an image, one row of pixels at a time.
|
| Class and Description |
|---|
| BufferedImageIterator
This interfaces the
PixelIterator model with
BufferedImages.
|
| BytePixelIterator
This is a
PixelIterator that iterates over an image that expresses its pixels in bytes.
|
| GenericImageSinglePassIterator
This pixel iterator processes a
java.awt.Image in a single pass (either top-to-bottom or bottom-to-top).
|
| IntPixelIterator |
| PixelConverter
This is the abstract base class for most of the converters in this package.
|
| PixelIterator
This iterates over an image, one row of pixels at a time.
|
| ScalingIterator
This iterator scales another iterator as it is being read.
|
| ScalingIterator.ByteScalingIterator |
| ScalingIterator.IntScalingIterator |