Skip to content

Commit

Permalink
Version changes/formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenotriple authored Aug 25, 2023
1 parent ee12b46 commit 2ea207f
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,25 @@ If the auto-save box is checked, text will be saved when moving between img/txt

If the user chooses a folder with images but no matching text files, they will be prompted to create blank text files. The blank text files will only be created for images that currently don't have any text files.

# Requirements

This uses pillow for image viewing, and tkinter for the gui.

tkinter comes preinstalled with Python.

Install pillow with the following command:
```
pip install pillow
```

# Version History

v1.42 changes:

*Misc ui improvements*

*Now supports loading .jpeg/.webp/.bmp image types*

v1.41 changes:

*Image aspect ratio is now preserved.*
Expand All @@ -46,7 +63,3 @@ v1.2 changes:
v1.1 changes:

*Fixed trailing space/new line when saving.*

__________

This uses pillow for image viewing, and tkinter for the gui.

0 comments on commit 2ea207f

Please sign in to comment.