C# Class ImageProcessor.Plugins.Cair.Processors.ContentAwareResize

Resizes an image to the given dimensions using content aware resizing.
Inheritance: IGraphicsProcessor
Datei anzeigen Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
ContentAwareResize ( ) : System

Initializes a new instance of the ContentAwareResize class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Private Methods

Method Description
ProcessCairImage ( string arguments, int timeout ) : void

The process cair image.

Method Details

ContentAwareResize() public method

Initializes a new instance of the ContentAwareResize class.
public ContentAwareResize ( ) : System
return System

ProcessImage() public method

Processes the image.
public ProcessImage ( ImageFactory factory ) : Image
factory ImageFactory /// The current instance of the class containing /// the image to process. ///
return Image