Skip to main content

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

forthebadge made-with-python
Python 3.10

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

py_imagizer-0.0.2-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page