Advertisement
bacnguyenxgen

Untitled

Jun 30th, 2022
1,059
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. from PIL import Image,ImageFilter
  2.  
  3. anh_goc = Image.open("minecraft.jpg")
  4. anh_sua = anh_goc.filter(ImageFilter.BLUR)
  5. anh_sua.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement