IImageProcessor interface

namespace: global   assemblySerenity.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