Skip to content

AnkitHazra/Image-Resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Resizer Project

This project allows you to resize an image to a specified percentage of its original dimensions using OpenCV in Python.

Project Overview

  • Input: An image file (e.g., mountain.jpg) to be resized.
  • Output: A resized image (e.g., newImage.png) saved at the desired location.
  • Feature: The ability to scale the image by a configurable percentage.

Requirements

Before running the project, you need to install the necessary libraries. The project uses OpenCV for image manipulation.

Install Dependencies

pip install opencv-python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages