Python Imaging Library (PIL) to perform image manipulation tasks. It first opens an image file called 'image.jpg'. Then, it converts the image to grayscale using the convert('L') method, producing a black and white version of the image. Next, a blur filter is applied to the original image using the filter(ImageFilter.BLUR)
-
Notifications
You must be signed in to change notification settings - Fork 0
Python Imaging Library (PIL) to perform image manipulation tasks. It first opens an image file called 'image.jpg'. Then, it converts the image to grayscale using the convert('L') method, producing a black and white version of the image. Next, a blur filter is applied to the original image using the filter(ImageFilter.BLUR)
PrakharSachan5342/Image-Manipulation-with-Pillow
About
Python Imaging Library (PIL) to perform image manipulation tasks. It first opens an image file called 'image.jpg'. Then, it converts the image to grayscale using the convert('L') method, producing a black and white version of the image. Next, a blur filter is applied to the original image using the filter(ImageFilter.BLUR)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published