Skip to content

Commit

Permalink
smoothmore
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 9, 2025
1 parent e24a117 commit 334b612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import PIL.Image
import PIL.ImageFilter
version = PIL.Image.__version__
print(version)

i = PIL.Image.open("pelican-bird.png")
i.filter(PIL.ImageFilter.SMOOTH_MORE)
i.save("result"+str(version)+".png")

comparison = PIL.Image.open("result10.2.0.png")
Expand Down

0 comments on commit 334b612

Please sign in to comment.