File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Batch Image Resize
2
2
3
+ ![ screenshot] ( about_header.png?raw=true )
4
+
3
5
### What is this?
4
6
This is a simple and open source tool written in
5
7
[ Python] ( https://www.python.org/ ) to resize multiple images at once.
@@ -17,10 +19,10 @@ to overwrite the original files.
17
19
### How to build it?
18
20
1 . Make sure you have installed [ Python 3] ( https://www.python.org/downloads/ )
19
21
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 )
24
26
3 . Run ` build.bat `
25
27
26
28
### Version info
You can’t perform that action at this time.
0 commit comments