IImageProcessor interface
namespace: Serenity.Web assembly: Serenity.Net.Services
Image processor abstraction
public interface IImageProcessor
Members
| 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. |
See Also
- Source: IImageProcessor.cs