namespace: Serenity.Web assembly: Serenity.Net.Services
Image processor abstraction
public interface IImageProcessor
name | description |
---|---|
GetImageSize(…) | Gets the size for an image |
Load(…) | Loads the image from the source stream |
Save(…) | Saves the image to target stream |
Scale(…) | Generates a thumbnail of the source image based on parameters. |
- Source: IImageProcessor.cs