Mystiick / ImageProcessor

Console application that is responsible for creating thumbnails and loading the data for MystiickWeb.
MIT License
0 stars 0 forks source link

Image create dates incorrect #8

Open Mystiick opened 2 years ago

Mystiick commented 2 years ago

Most noticeable on http://kaisan.studio/photogrid/category/Vacation, the created dates are definitely out of order. The date is correct, but the time is not. This may be due to the camera, or it may be the DateTime.ParseExact when pulling out the create date from exif data, or the exif data itself

Mystiick commented 2 years ago

Digging into this, all the images that are out of order have been edited, either cropped or brightness increased. Need to look into if there's a way to either keep the original date, or find a good way to keep the real created date