Here is Python Script which converts an image to sketch.
opencv2: OpenCV is a library of programming functions mainly aimed at real-time computer vision.
- pip install opencv-python
- import cv2
- use .cv2color function to convert image color
- use .GaussianBlur function to make the image smooth and remove blur effect
- use .imwrite function and save image as specified name
For any queries please contact?