Umb 10.7 + Slimsy 4.1.0
Client reported a couple of images rotated. I didn't believe them, but I do now! Images in question are .jpg's that appear correctly in the Media section. When rendered out, one is rotated 90º ACW, another is rotated 180º while others aren't rotated at all. Further investigation appears to show that if you remove the "format" part of the URL then the images are not rotated. So, an image with a url of: media/owxhwaag/img_2090.jpg?rxy=0.5018751218320042,0.21335940197299258&width=800&height=600&format=webp&quality=70&rnd=133433141853500000 might be rotated, whereas media/owxhwaag/img_2090.jpg?rxy=0.5018751218320042,0.21335940197299258&width=800&height=600&quality=70&rnd=133433141853500000 is not. It's also the same if the format parameter is png as well, same result.
For now, I'm going to have to let less performant images through 😦 I have requested the client send me the original images so I can check the EXIF data in case that, or the stripping of it, is the culprit.
My question is, where is this happening, is it Slimsy or is it ImageSharp? Happy to put an issue in to either once I'm more confident of the likely area of responsibility.