rm fixme
This commit is contained in:
parent
adc6bf7972
commit
7b7eb22c91
1
Photo.cs
1
Photo.cs
@ -182,7 +182,6 @@ public class Photo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: add comments / captions as ImageDescription?
|
// FIXME: add comments / captions as ImageDescription?
|
||||||
// FIXME: warn if the file already exists?
|
|
||||||
using (Image<Rgba32> image = await Image.LoadAsync<Rgba32>(Filename)) {
|
using (Image<Rgba32> image = await Image.LoadAsync<Rgba32>(Filename)) {
|
||||||
Util.RotateImageFromExif(image, Orientation);
|
Util.RotateImageFromExif(image, Orientation);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user