Skip to content

Commit f61455c

Browse files
committed
Add README
1 parent a8cf7df commit f61455c

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

How-It-Works.png

333 KB
Loading

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# ImageSort
2+
ImageSort is an rather old program I use regularly to sort thousands of images.
3+
4+
![How it works](How-It-Works.png?raw=true)
5+
6+
You simply choose a directory that contains *all* images you want to sort.
7+
8+
Then you select a target directory where selected images will be copied to.
9+
10+
Now you start looking at every image and copying those that are good.
11+
12+
### Keyboard shortcuts
13+
There are keyboard shortcuts to make the task easier.
14+
15+
* Space: **Rotate** current image by 90 degrees
16+
* Enter: **Copy/Save** the current image
17+
* Right arrow key: Move to the **next** image
18+
* Left arrow key: Move to the **previous** image
19+
20+
That's all you need to know. If you want to see an image in another program, just double-click it.
21+
You can also right-click the image to open it in file explorer.
22+
23+
Another option is jumping to the any image by right-clicking, choosing "Jump to" and then typing in the number you want to visit.
24+
25+
### Languages
26+
This program automatically runs in German or English. Other languages are currently not supported or planned.
27+
28+
### Use cases
29+
If you ever had to go through hundreds or thousands of photos to get a few good ones, you will know how long it usually takes. Then you have to wait until the images are copied to your destination directory, then open the next one etc. That's annoying.
30+
31+
So the next time you want to create a photo book/album, just try this program.
32+
33+
### Limitations
34+
This program is quite limited as it is thought to be used for this one use case.
35+
36+
* currently only considers files that have these extensions: JPG, JPEG, PNG and BMP
37+
38+
### Contributions
39+
Contributions, suggestions, questions and any issue reports are very welcome. Please don't hesistate to ask :)
40+
41+
I probably won't add any large features though.
42+
43+
### [License](LICENSE)
44+
This is free as in freedom software. Do whatever you like with it.

0 commit comments

Comments
 (0)