Skip to content

This program converts an image to a sketch using OpenCV library in Python. The user needs to input the full name of the image file present in the script directory.

Notifications You must be signed in to change notification settings

FilipRokita/IMGTOSKETCH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IMGTOSKETCH

A tool that allows you to transform an ordinary image into an image that looks like a pencil sketch. Just run the script where the image you want to convert is located, type the name of the image and hit enter. The converted image will appear in the same folder.

Installation

You will need opencv-python to run IMGTOSKETCH. Install it by using:

pip install opencv-python

Usage

  1. Run IMGTOSKETCH
  2. Input image name (must be in the script directory) and click enter
  3. Output will be in the script directory

Legal

Developer assume no liability and is not responsible for any misuse or damage caused by IMGTOSKETCH. Only use for educational purposes! Program was invented to show python capabilities.

About

This program converts an image to a sketch using OpenCV library in Python. The user needs to input the full name of the image file present in the script directory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages