diff --git a/src/ImageProcessor/Imaging/Rotation.cs b/src/ImageProcessor/Imaging/Rotation.cs index 421216e00a..0b841c297a 100644 --- a/src/ImageProcessor/Imaging/Rotation.cs +++ b/src/ImageProcessor/Imaging/Rotation.cs @@ -46,6 +46,9 @@ /// Width of the image. /// Height of the image. /// The angle. + /// + /// Based on + /// /// The zoom needed public static float ZoomAfterRotation(int imageWidth, int imageHeight, float angle) {