C# Class ImageProcessor.Processors.AutoRotate

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

Public Methods

Method Description
AutoRotate ( ) : System

Initializes a new instance of the AutoRotate class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

AutoRotate() public method

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