add fixme

This commit is contained in:
Colin McMillen 2023-09-15 13:11:44 -04:00
parent 9db0ddd15c
commit 5f636dd910

View File

@ -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;