WebImage
WebImage(path) Loads an image from the specified path.
WebImage.AddImagesWatermark(image) Adds the specified image as a watermark.
WebImage.AddTextWatermark(text) Adds the specified text to the image.
WebImage.FlipHorizontal()
WebImage.FlipVertical() Flips the image
WebImage.GetImageFromRequest() Loads an image
WebImage.Resize(width, height) Resizes the image.
WebImage.RotateLeft()
WebImage.RotateRight() Rotates the image .
WebImages takes support from its nested classes
- ImageTransformation (abstract)
- CropTransformation : ImageTransformation
- WatermarkTransformation : ImageTransformation
- WatermarkTextTransformation : WatermarkTransformation
- WatermarkImageTransformation : WatermarkTransformation
- ResizeTransformation : ImageTransformation
- RotateTransformation : ImageTransformation