8000 Update README.md · CodeExplode/Image-Tagger@0abf239 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0abf239

Browse files
authored
Update README.md
1 parent 45300c7 commit 0abf239

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ Controls:
99
* Mouse click to pan, mouse wheel to zoom
1010
* Drag in more than one image to begin a batch. Dragging in more images adds to the batch
1111
* Ctrl B to enter or exit batch mode. Can convert current search results into a batch
12-
* Alt disables maintaining aspect ratio when resizing the training area by the corners
12+
* Alt disables snapping to pre-programmed aspect ratios when resizing the selected training area
13+
* F to automatically select as much of the image as possible for one of the valid training aspect ratios (useful since mouse snapping is a bit clunky)
1314
* L & R to show/hide the left & right panels
15+
* Ctrl+V to paste the current clipboard text to the tags list, without having to select the text box
1416

1517
Implemented:
1618
* Tagging
1719
* Searching images by tags
1820
* Clickable tags or text inputs, switch between by clicking on Filter<> or Tags<>
1921
* Drag & Drop images (dragging in tens of thousands may take a minute)
20-
* Drag & Drop onto tag names for fast tagging. Located on the right panel (shown by pressing R)
22+
* Drag & Drop onto tag names for fast tagging. Located on the right panel shown by pressing R
2123
* Gallery functionality
2224
* Full-screen slideshow with speed setting
2325
* Interpolation options
@@ -30,8 +32,10 @@ Not Implemented:
3032
* Negative search terms
3133
* WebP support, GIF playback
3234

33-
To rename a tag, do a search on just the tag, enter batch mode (Ctrl B), enable batch tagging, and then edit the tag.
35+
The training area selections currently snap to match the following aspect ratios and their inversions: 512:512, 512:576, 512:640, 512:704, 512:768, 512:832
3436

35-
It occasionally freezes when dragging in large batches of images, which I'm looking into. It's best to save beforehand.
37+
To rename a tag, search for all images with the tag and enter batch mode (Ctrl B), then use batch tagging to rename the tag for all images which use it.
38+
39+
It occasionally freezes when dragging in large batches of images. It's best to save beforehand.
3640

3741
Using [an icon from flaticon](https://www.flaticon.com/free-icon/computer_8891318)

0 commit comments

Comments
 (0)
0