https://github.com/paparascal2020/imageresizertutorial
This is for a tutorial I am doing on a Basic Image Resizing tool in Python3
https://github.com/paparascal2020/imageresizertutorial
Last synced: 11 months ago
JSON representation
This is for a tutorial I am doing on a Basic Image Resizing tool in Python3
- Host: GitHub
- URL: https://github.com/paparascal2020/imageresizertutorial
- Owner: PapaRascal2020
- License: gpl-3.0
- Created: 2022-08-01T17:41:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T17:46:33.000Z (almost 4 years ago)
- Last Synced: 2025-02-22T05:18:32.592Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Resizer Tutorial
This is for a tutorial I am doing on a Basic Image Resizing tool in Python3
## Requirements
* Python3
* PILLOW (pip3 install PILLOW)
* Glob
## Info
This program takes images in the input folder and checks to see if the image is more than 4MP. If it is then it will resize it to the dimensions specified and save a new version of the file in the output folder.
Very Very Basic