Skip to main content

pencils/pencil draw

Project description

use just like this!

>>> from pencildraw.pencil_drawing import *
>>> img = imread('your pic name')
>>> res = pencil_drawing(img, 8, 1, 8, 1.0, 1.0)
>>> from matplotlib import pylab as plt
>>> plt.imshow(res)
>>> plt.show()
>>> from pencildraw.pencil_drawing import *
>>> img = imread('your pic name')
>>> res = pencil_drawing(img, 8, 1, 8, 1.0, 1.0)
>>> from matplotlib import pylab as plt
>>> plt.imshow(res)
>>> plt.show()
>>> from snowland.pencil_drawing import *
>>> img = imread('your pic name')
>>> res = pencil_drawing(img, 8, 1, 8, 1.0, 1.0)
>>> from matplotlib import pylab as plt
>>> plt.imshow(res)
>>> plt.show()

Project details


Download files

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

Source Distribution

snowland-pencildraw-0.2.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

snowland_pencildraw-0.2-py3-none-any.whl (6.8 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