Skip to content

Code for performing image processing operations in Python using OpenCV

License

Notifications You must be signed in to change notification settings

dhvani-k/ImageCraft_Image_Manipulation_Toolkit

Repository files navigation

ImageCraft: Image Manipulation Toolkit

Welcome to ImageCraft, a toolkit designed for executing fundamental image processing tasks using Python. Powered by the renowned OpenCV library, this toolkit offers a seamless experience for those diving into the realm of computer vision.

Getting Started

To use this code, you will need to install the following dependencies:

Python 3.6 or higher OpenCV Once you have installed the dependencies, you can run the code by following these steps.

Features

The code in this repository can perform the following image processing operations:

Grayscaling Scaling Translating Flipping Inverting Rotating Usage The code in this repository is designed to be easy to use. The main program takes a path to an input image as its only argument. The program then performs all of the image processing operations on the input image and saves the results to a new image file.

For example, to grayscale an image named input.png and save the result to a file named grayscale.png, you would run the following command:

python manipulation.py input.png grayscale.png

Documentation

The documentation for the OpenCV library can be found here:

Dive in and transform your images with ImageCraft!