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

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

Méthodes publiques

Méthode Description
ContentAwareResize ( ) : System

Initializes a new instance of the ContentAwareResize class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Private Methods

Méthode Description
ProcessCairImage ( string arguments, int timeout ) : void

The process cair image.

Method Details

ContentAwareResize() public méthode

Initializes a new instance of the ContentAwareResize class.
public ContentAwareResize ( ) : System
Résultat System

ProcessImage() public méthode

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