You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a sorting option item -or- add a setting to choose how image modification date is evaluated.
e.g. sorting item 'Last modified by file date'
-or-
a preference 'Date evaluation: byMetadata || byFileProperties'
Why do you want this feature?
Currently image modification date is evaluated by using image metadata such as exif. This is of great advantage to sort a special type of images: Personal photos for example.
But for users mainly dealing with downloaded images this way of sorting is of disadvantage. In this case it would be better to use the File.lastModified() API to match the download date.
Checklist
Feature description
Add a sorting option item -or- add a setting to choose how image modification date is evaluated.
e.g. sorting item 'Last modified by file date'
-or-
a preference 'Date evaluation: byMetadata || byFileProperties'
Why do you want this feature?
Currently image modification date is evaluated by using image metadata such as exif. This is of great advantage to sort a special type of images: Personal photos for example.
But for users mainly dealing with downloaded images this way of sorting is of disadvantage. In this case it would be better to use the File.lastModified() API to match the download date.
Additional information
This feature request refers to issue #399
The text was updated successfully, but these errors were encountered: