C# Class ImageProcessor.Processors.AutoRotate

Performs auto-rotation to ensure that EXIF defined rotation is reflected in the final image.
Inheritance: IGraphicsProcessor
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode Description
AutoRotate ( ) : System

Initializes a new instance of the AutoRotate class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

AutoRotate() public méthode

Initializes a new instance of the AutoRotate class.
public AutoRotate ( ) : 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 System.Drawing.Image