| |
Class |
Description |
|
BasicFilter
|
|
|
BlackAndWhiteFilter
|
Black And White filter class. Turns color images to black and white images. |
|
BoxFilter
|
Box filter class. Creates an isometric box and renders the image on that specific view . gives a 3d view. |
|
DropShadowFilter
|
DropShadowFilter. adds the picture a drop shadow as if the image is hovering above the floor or infront of the wall. |
|
FisheyeFilter
|
This fisheye filter code (by Paul Kinlan) was taken partly from the following site (with permission of course) http://www.kinlan.co.uk/2005/05/fisheye-example-code-that-integrates.html |
|
FloorReflectionFilter
|
|
|
ImageWatermarkFilter
|
Text Water Mark Filter .Can be used to add a watermark text to the image. The weater mark can be both horizontaly and verticaly aligned. Also provides simple captions functionality (Simple text on an image) |
|
PolaroidFrameFilter
|
Converts the image into a "Instant Polaroid" like picture by adding a frame to the picture and the ability to add captions. |
|
ResizeFilter
|
Resize filter class. A simple functionality to resize images |
|
RotateFilter
|
Rotation filter class. References were taken from the following code example http://www.codeproject.com/csharp/rotateimage.asp |
|
RoundedCorners
|
Rounded Corners filter class . Turns right 90 degrees corners to round corners |
|
SkewFilter
|
|
|
TextWatermarkFilter
|
Text Water Mark Filter .Can be used to add a watermark text to the image. The weater mark can be both horizontaly and verticaly aligned. Also provides simple captions functionality (Simple text on an image) |
|
WaterMarkFilter
|
An abstract watermark filter. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated. |