Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjo129/image-sorter
Sort through folders of videos and images. Root out blurred and overexposed images.
https://github.com/arjo129/image-sorter
computational-photography data-analysis photo-browser photo-gallery photography uwp uwp-apps
Last synced: 16 days ago
JSON representation
Sort through folders of videos and images. Root out blurred and overexposed images.
- Host: GitHub
- URL: https://github.com/arjo129/image-sorter
- Owner: arjo129
- Created: 2017-08-08T02:06:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T05:00:18.000Z (over 7 years ago)
- Last Synced: 2024-11-10T03:37:08.112Z (2 months ago)
- Topics: computational-photography, data-analysis, photo-browser, photo-gallery, photography, uwp, uwp-apps
- Language: C#
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Imagesorter App
This is a UWP (Universal windows platform app) which uses only UWP APIs to sort through large numbers of images and videos.
You can select a folder and root out blurred images.## Why I built this
I wrote this app upon my return from South Africa. During this trip my family took over 5000 photos and 500 videos.
So how do you sort through the good ones and bad ones?
This app essentially allows me to individually delete photos and videos that are low quality. It ranks all photos by metrics like blurriness, exposure quality etc.
I can then identify which photos are worth keeping and which are not.
It is the first time that I dealt with UWP and C#. I must say despite all of M$S$ problems, they have put together a very solid developer platform.