Is there any way/library for rotation and fix the image tilt without using system.drawing as I am using azure function so it is not supported.
I am using c#.net core2.1.
I tried Emgu.CV It has following 2 function which internally uses system.drawing
LineSegment2D(Point p1, Point p2)
RotationMatrix2D(PointF center, double angle, double scale)