You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

py-imagizer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

py-imagizer

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


Maintainers
1

Readme

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()

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc