Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/musatahawar/image-resizer
Hi! This is a simple python program to resize an image.
https://github.com/musatahawar/image-resizer
Last synced: 20 days ago
JSON representation
Hi! This is a simple python program to resize an image.
- Host: GitHub
- URL: https://github.com/musatahawar/image-resizer
- Owner: MusaTahawar
- License: mit
- Created: 2023-11-01T16:24:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T16:26:47.000Z (about 1 year ago)
- Last Synced: 2024-11-09T17:19:02.055Z (3 months ago)
- Size: 3.91 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 in Python
This Python script is a simple tool for resizing images using the popular image processing library, Pillow (PIL). It allows you to easily resize one or more images with just a few lines of code.
## Prerequisites
Before you can use this script, you need to have Python and Pillow installed on your system. You can install Pillow using pip:
```bash
pip install Pillow