| 1 |
Usage |
|---|
| 2 |
===== |
|---|
| 3 |
|
|---|
| 4 |
For now it must be ran from command line: |
|---|
| 5 |
./mactorii.app/Contents/MacOS/mactorii /path/to/some/place/*.jpg |
|---|
| 6 |
|
|---|
| 7 |
It is still a bit slow, so start with a small image collection. mactorii |
|---|
| 8 |
supports whaever PIL supports, so you don't have to use *.jpg |
|---|
| 9 |
|
|---|
| 10 |
Operation |
|---|
| 11 |
========= |
|---|
| 12 |
|
|---|
| 13 |
Clicking on an image will sort all images loaded based on their |
|---|
| 14 |
similarity to the selected image. The selected image is displayed as the |
|---|
| 15 |
top-left image. Images are drawn down then across, so the closest match |
|---|
| 16 |
would be directly below the top-left image. |
|---|
| 17 |
|
|---|
| 18 |
Hovering over an image will show you its size. While hovering over an |
|---|
| 19 |
image you can press the following keys: |
|---|
| 20 |
|
|---|
| 21 |
d deletes the image you are hovering over. By "delete" |
|---|
| 22 |
it moves the image into .mactorii-trash, so nothing |
|---|
| 23 |
is /actually/ deleted. In full-view mode this also |
|---|
| 24 |
deletes the picture, and drops you back into |
|---|
| 25 |
thumbnail mode. |
|---|
| 26 |
|
|---|
| 27 |
u undeletes the last image. There is no hard limit on |
|---|
| 28 |
the undo queue. |
|---|
| 29 |
|
|---|
| 30 |
You can press the following keys at anytime: |
|---|
| 31 |
|
|---|
| 32 |
left/right in thumbnail view, scrolls left/right. |
|---|
| 33 |
+shift in thumbnail view, scrolls 2x as fast. |
|---|
| 34 |
|
|---|
| 35 |
f displays fps. |
|---|
| 36 |
c attempts to cluster similar images. |
|---|
| 37 |
v displays the picture you are hovering over in full |
|---|
| 38 |
window view. Pressing this key while in full-view |
|---|
| 39 |
will drop you back into thumbnail view. |
|---|