Classes
| Class | Description | |
|---|---|---|
| ImageFilterProvider |
The ImageFilterProvider is the base class from which
different filter providers may be derived.
| |
| ImageFilterProviderFactory |
This factory is responsible for creating and caching ImageFilterProvider instances.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ICropFilter |
Creates a new Image by cropping an area out of an existing image.
| |
| IFilter |
Represents an image filter that may create a new image by
modifying an existing one.
| |
| IFlipFilter |
Creates a new Image flipped horizontally, vertically, or both.
| |
| IGrayscaleFilter |
Creates a new Image with all of the colors in the palette
converted to grayscale colors.
| |
| IResizeFilter |
Creates a new Image resized to have the exact given dimensions.
| |
| IResizeToMaxDimensionsFilter |
Creates a new Image resized proportionally to have the given maximum
width and height.
| |
| IResizeToPercentageFilter |
Creates a new Image resized to the given percentage of the
original image size.
| |
| IRotateFilter |
Creates a new Image by rotating an image.
| |
| ISepiaFilter |
Creates a new Image with all of the colors in the palette
converted to sepia colors.
|