https://github.com/blacksujit/image-resizer
This Python project offers a powerful image resizer that optimizes image size and compression for efficient storage without sacrificing quality. It leverages the capabilities of OpenCV (cv2)
https://github.com/blacksujit/image-resizer
image project python resizer simple-project
Last synced: about 1 year ago
JSON representation
This Python project offers a powerful image resizer that optimizes image size and compression for efficient storage without sacrificing quality. It leverages the capabilities of OpenCV (cv2)
- Host: GitHub
- URL: https://github.com/blacksujit/image-resizer
- Owner: Blacksujit
- Created: 2024-03-07T18:23:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T21:59:55.000Z (about 2 years ago)
- Last Synced: 2025-01-29T11:22:52.223Z (over 1 year ago)
- Topics: image, project, python, resizer, simple-project
- Language: Python
- Homepage:
- Size: 975 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Title:
# Python Image Resizer with Compression
# Description:
This project provides a Python script for resizing and compressing images to minimize storage space while maintaining acceptable quality.
It utilizes OpenCV (cv2) for efficient image processing.
# Features:
1.)Image Resizing: Resizes images to a specified width and height, preserving aspect ratio if desired.
2.)Compression: Balances image quality and file size using adjustable compression levels.
3.)Easy to Use: Simple and straightforward script with clear instructions.
# Requirements:
*Python 3.x
*OpenCV (cv2) - Install using pip install opencv-python
# Installation:
# Clone the repository.
git clone https://github.com/Blacksujit/Image-Resizer.git
# Usage:
Save the script as main.py.
# Bash:
Insall OpenCV:
```
pip install opencv-python
```
# Photos For Visual Appeal:
# Old Image :-

# New Resized Image:-
