Skip to content

An Image Resizer Script made with Python and OpenCV

Notifications You must be signed in to change notification settings

Nneji123/Image-Resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Image Resizer

Language Module

About

This is a simple Python Script that uses opencv(cv2) and resizes an image when the user inputs the width and height of the image.

OpenCV is a library of programming functions mainly aimed at real-time computer vision. Originally developed by Intel, it was later supported by Willow Garage then Itseez. The library is cross-platform and free for use under the open-source Apache 2 License.

Requirements

  1. Python 3 should be installed.
  2. Opencv library should be installed. To do that;

To run from the terminal:

cd image-resizer
python resize_images.py

Usage

  1. To use the script input the location of the image and image name or just the image name if you're running the script in the same directory as your image.
  2. Input the width that you want to resize the image to.
  3. Input the height that you want to resize the image to.
  4. Input the new image location and name.

Video Preview

vid.mov

About

An Image Resizer Script made with Python and OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages