Learn Before
Concept
Image Filters (Pillow)
Pillow contains an ImageFilter module that contains pre-defined filters. The filter() method can be used to apply these filters onto an image instance.
image.filter(filtertype)
0
1
Updated 2021-07-24
Tags
Python Programming Language
Data Science