It is one stop app that is used for Image Processing and Image Editing.The app has ability to change any image into its dense pencil sketches, colour pencil sketch, colour paints, cartoon image, water colour paints effect, etc. We have use Open CV and Numpy as dependencies that run the Package and you and freely contribute new pieces of code on Github
Project description
Image Manuplation Library using Open CV
Functionality of the Library
- Image to Sketch Conversion
- Image to Cartoon Conversion
- Image to Water Color Conversion
- Image to Oil Paint Conversion
- Image to Color Pencil Painting
- Image to Dense Pencil Sketch
- Image Addition
- Image Subtraction
- RGB Image to HSV Conversion
- Image Translation
- Image Smoothening
- Image Translation
- Image Bilateral Filter
Usage
- Make sure you have Python 3.10 installed in your system.
- Run Following command in the CMD.
pip install py-imagizer
Example
# test.py
import py-imagizer as pi
## Make sure all the images to be used are in assets folder with proper path
image_path = "./assets/demo2.jpg"
# If you want to convert image to sketch then use following commands
image1_path = "./assets/demo2.jpg"
pi.image_to_sketch(image1_path)
Run the following Script.
python main.py
Screenshots
is converted to
Different Functions
image_to_sketch()
image_to_oilPaint()
image_to_colorSketch()
image_to_darkSketch()
image_to_waterColor()
image_addition()
image_subtraction()
bgr_hsv()
smooth_image()
image_translation()
bilateral_filter()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_imagizer-0.0.2-py3-none-any.whl.
File metadata
- Download URL: py_imagizer-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8ef9bd37d8ae86335685fd8a74609186890722692ef242ac7c8851809bc1ddf
|
|
| MD5 |
0db1aeb065bbff14b85fe3be400db6f4
|
|
| BLAKE2b-256 |
748126a36a7ff4de7d0c7e7ce0f285738f27383ceddc2f446fb2fb06f18d8a4c
|