|
|
@ -25,11 +25,6 @@ namespace SixLabors.ImageSharp.Processing.Processors |
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
private Matrix3x2 processMatrix; |
|
|
private Matrix3x2 processMatrix; |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// The final rotated angle.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
private int optimizedRotatedAngle; |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Gets or sets the angle of processMatrix in degrees.
|
|
|
/// Gets or sets the angle of processMatrix in degrees.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
|