Classes

  ClassDescription
Public classImageFilterProvider
The ImageFilterProvider is the base class from which different filter providers may be derived.
Public classImageFilterProviderFactory
This factory is responsible for creating and caching ImageFilterProvider instances.

Interfaces

  InterfaceDescription
Public interfaceICropFilter
Creates a new Image by cropping an area out of an existing image.
Public interfaceIFilter
Represents an image filter that may create a new image by modifying an existing one.
Public interfaceIFlipFilter
Creates a new Image flipped horizontally, vertically, or both.
Public interfaceIGrayscaleFilter
Creates a new Image with all of the colors in the palette converted to grayscale colors.
Public interfaceIResizeFilter
Creates a new Image resized to have the exact given dimensions.
Public interfaceIResizeToMaxDimensionsFilter
Creates a new Image resized proportionally to have the given maximum width and height.
Public interfaceIResizeToPercentageFilter
Creates a new Image resized to the given percentage of the original image size.
Public interfaceIRotateFilter
Creates a new Image by rotating an image.
Public interfaceISepiaFilter
Creates a new Image with all of the colors in the palette converted to sepia colors.