Python PIL — Apply sketch effect
Jan 16
--
Python script that will apply a sketch effect to an existing image, we achieve this using the Python PIL library. We start by opening the image and then converting it to grayscale. Using the ‘ImageFilter’ module we then apply a contour effect to our image.
Support us by subscribing to our YouTube channel for daily coding content.