Skip to content

Commit 4ad91ba

Browse files
author
dn0z
committed
Updated README
1 parent 663d242 commit 4ad91ba

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Batch Image Resize
22

3+
![screenshot](about_header.png?raw=true)
4+
35
### What is this?
46
This is a simple and open source tool written in
57
[Python](https://www.python.org/) to resize multiple images at once.
@@ -17,10 +19,10 @@ to overwrite the original files.
1719
### How to build it?
1820
1. Make sure you have installed [Python 3](https://www.python.org/downloads/)
1921
2. Get these:
20-
- [Pillow](https://pypi.python.org/pypi/Pillow/3.4.2)
21-
- [enum34](https://pypi.python.org/pypi/enum34)
22-
- [py2exe](https://pypi.python.org/pypi/py2exe/)
23-
- [setuptools](https://pypi.python.org/pypi/setuptools)
22+
- [Pillow](https://pypi.python.org/pypi/Pillow/3.4.2)
23+
- [enum34](https://pypi.python.org/pypi/enum34)
24+
- [py2exe](https://pypi.python.org/pypi/py2exe/)
25+
- [setuptools](https://pypi.python.org/pypi/setuptools)
2426
3. Run `build.bat`
2527

2628
### Version info

0 commit comments

Comments
 (0)