Browse Source

rm fixme

main
Colin McMillen 8 months ago
parent
commit
7b7eb22c91
  1. 1
      Photo.cs

1
Photo.cs

@ -182,7 +182,6 @@ public class Photo {
}
// FIXME: add comments / captions as ImageDescription?
// FIXME: warn if the file already exists?
using (Image<Rgba32> image = await Image.LoadAsync<Rgba32>(Filename)) {
Util.RotateImageFromExif(image, Orientation);

Loading…
Cancel
Save