This project allows you to resize an image to a specified percentage of its original dimensions using OpenCV in Python.
- 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.
Before running the project, you need to install the necessary libraries. The project uses OpenCV for image manipulation.
pip install opencv-python