Browse Source

add fixme

main
Colin McMillen 7 months ago
parent
commit
5f636dd910
  1. 1
      Program.cs

1
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<Rgba32> image, ushort orientation) {
if (orientation <= 1) {
return;

Loading…
Cancel
Save