Class AutoOrientExtensions
- Namespace
- SixLabors.ImageSharp.Processing
- Assembly
- SixLabors.ImageSharp.dll
Defines extensions that allow the application of auto-orientation operations to an Image using Mutate/Clone.
public static class AutoOrientExtensions
- Inheritance
-
AutoOrientExtensions
- Inherited Members
Methods
AutoOrient(IImageProcessingContext)
Adjusts an image so that its orientation is suitable for viewing. Adjustments are based on EXIF metadata embedded in the image.
public static IImageProcessingContext AutoOrient(this IImageProcessingContext source)
Parameters
source
IImageProcessingContextThe current image processing context.