From 98cae0e9c133aaf32fb084d3bf179211f7c65a53 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Tue, 25 Jul 2023 11:05:00 -0400 Subject: [PATCH] add comment about exif width/height tags --- Program.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Program.cs b/Program.cs index 1b51b67..9b83762 100644 --- a/Program.cs +++ b/Program.cs @@ -171,6 +171,7 @@ public class Photo { if (exifs != null) { // FIXME: handle Orientation // FIXME: handle date shot / edited (and sort by shot date?) + // FIXME: PixelXDimension & PixelYDimension hold the image geometry in Exif. IExifValue? model; if (exifs.TryGetValue(ExifTag.Model, out model)) { @@ -541,8 +542,8 @@ public class Game : GameWindow { // Load textures from JPEGs. // string[] files = Directory.GetFiles(@"c:\users\colin\desktop\photos-test\"); // string[] files = Directory.GetFiles(@"c:\users\colin\pictures\photos\2023\07\14\"); - string[] files = Directory.GetFiles(@"G:\DCIM\100EOSR6\"); - // string[] files = Directory.GetFiles(@"C:\Users\colin\Pictures\photos\2018\06\23"); + // string[] files = Directory.GetFiles(@"G:\DCIM\100EOSR6\"); + string[] files = Directory.GetFiles(@"C:\Users\colin\Pictures\photos\2018\06\23"); // string[] files = Directory.GetFiles(@"C:\Users\colin\Desktop\Germany all\104D7000"); // string[] files = Directory.GetFiles(@"C:\Users\colin\Desktop\many-birds\");