From 5f636dd910cda223a9e214a43946324d04af356b Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Fri, 15 Sep 2023 13:11:44 -0400 Subject: [PATCH] add fixme --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index 9b2672a..23d0af8 100644 --- a/Program.cs +++ b/Program.cs @@ -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 image, ushort orientation) { if (orientation <= 1) { return;