ResiZer is a script, which recursively traverses directories and resizes images and deletes unwanted files.
Given an inputpath, ResiZer will recursively find all imagefiles and resize them. It will also delete unwanted files. Please refer to the resizer.ini file, there is an extensive documentation available.
- Developed with Python 3.6, should work on every Python 3.x version
- Developed on Linux, it should work on windows aswell
- Download or clone the repository
- pip install -r requirements.txt
If you want to run the script inside a docker environment, i have added a working Dockerfile.
- python resizer.py
- 0.1
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details
- Pillow
- Schedule
- Peewee