Skip to content

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

PrakharSachan5342/Image-Manipulation-with-Pillow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Image-Manipulation-with-Pillow

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)

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

No packages published

Languages