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. |
Filter |
Encapsulates methods with which to add filters to an image. |
Flip |
Flips an image horizontally or vertically. |
Format |
Sets the output of the image to a specific format. |
GaussianBlur |
Applies a Gaussian blur to the image. |
GaussianSharpen |
Applies a Gaussian sharpen to the image. |
Halftone |
The halftone processor applies a classical CMYK halftone to the given 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. |
Pixelate |
Encapsulates methods to pixelate an image. |
ReplaceColor |
Encapsulates methods allowing the replacement of a color within an image. |
Resize |
Resizes an image to the given dimensions. |
Rotate |
Encapsulates methods to rotate an image. |
RotateBounded |
Encapsulates methods to rotate an image without expanding the canvas. |
Saturation |
Encapsulates methods to change the saturation component of the 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. |