Name |
Description |
Alpha |
Encapsulates methods to change the alpha component of the image to effect its transparency. |
AutoRotate |
Performs auto-rotation to ensure that EXIF defined rotation is reflected in the final image. |
BackgroundColor |
Changes the background color of an image. |
Brightness |
Encapsulates methods to change the brightness component of the image. |
Contrast |
Encapsulates methods to change the contrast component of the image. |
Crop |
Crops an image to the given directions. |
DetectEdges |
Produces an image with the detected edges highlighted. |
EntropyCrop |
Performs a crop on an image to the area of greatest entropy. |
Filter |
Encapsulates methods with which to add filters to an image. |
Gamma |
Encapsulates methods to change the gamma component of the image to effect its luminance. |
GaussianSharpen |
Applies a Gaussian sharpen to the image. |
Halftone |
The halftone processor applies a classical CMYK halftone to the given image. |
Hue |
Encapsulates methods to adjust the hue component of an image. |
Mask |
Applies a mask to the given image. If the mask is not the same size as the image it will be centered against the image. |
Meta |
Encapsulates methods to control preservation of meta information. |
Overlay |
Adds an image overlay to the current image. If the overlay is larger than the image it will be scaled to match the image. |
Quality |
Encapsulates methods to change the quality component of the image. |
ReplaceColor |
Encapsulates methods allowing the replacement of a color within an image. |
Resize |
Resizes an image to the given dimensions. |
Resolution |
Encapsulates methods to change the resolution of the image. |
Rotate |
Encapsulates methods to rotate an image. |
RoundedCorners |
Encapsulates methods to add rounded corners to an image. |
Vignette |
Encapsulates methods with which to add a vignette image effect to an image. |
Watermark |
Encapsulates methods to add a watermark text overlay to an image. |