Rotate and Save Image - C#
- by Taylor
Hello, I'm trying to rotate and save an image, along with returning a BitmapSource.
I pass in the rotation value (90 or -90) and the full path to the image I want to rotate to the method shown here. It works fine if I start and stop my application between calling this method. however, if the application calls rotate multiple times the rotate only…