Public · Protected · Private
WebImage
Type: Public  |  Created: 2012-08-24  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • 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

     

    2012-08-24 22:23
This blog is frozen. No new comments or edits allowed.