Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 791 Bytes

IImageProcessor.md

File metadata and controls

21 lines (15 loc) · 791 Bytes

IImageProcessor interface

namespace: Serenity.Web   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