Pencilate

An advanced pencil sketch generator

About : An advanced pencil sketch maker made in just 12 lines of code. Yes you read it right, JUST 12 LINES

Steps followed :

  1. Obtain Image from user
  2. convert to gray-scale
  3. invert the gray image
  4. blur the inverted image
  5. Dodge and Burn the image
  6. The image is ready

Sample Image:

Original

image

Pencil Sketch

result

GitHub

https://github.com/MainakRepositor/Pencilate