|
Class Summary |
| BaseFilter |
The base filter for all the image filters in the bounce package. |
| BlueFilter |
A filter to create a 'blue scale' image. |
| BrighterFilter |
A filter to create an X% brighter image. |
| CyanFilter |
A filter to create a 'cyan scale' image. |
| DarkerFilter |
A filter to create an X% darker image. |
| GrayFilter |
A filter that creates a gray version of the image. |
| GreenFilter |
A filter to create a 'green scale' image. |
| ImageLoader |
Loads Images from file and stores the images in a list for future reference. |
| ImageUtilities |
A class with utility methods for the images. |
| MagentaFilter |
A filter to create a 'magenta scale' image. |
| RedFilter |
A filter to create a 'red scale' image. |
| SilhouetteFilter |
A filter to create an silhouette of an image, ie a
visible pixel is replaced by a pixel of a different color. |
| YellowFilter |
A filter to create a 'yellow scale' image. |