add fixme
This commit is contained in:
parent
9db0ddd15c
commit
5f636dd910
@ -370,6 +370,7 @@ public static class Util {
|
||||
}
|
||||
|
||||
// https://sirv.com/help/articles/rotate-photos-to-be-upright/
|
||||
// FIXME: could use AutoOrientProcessor instead?
|
||||
public static void RotateImageFromExif(Image<Rgba32> image, ushort orientation) {
|
||||
if (orientation <= 1) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user