Better blur
This commit is contained in:
@@ -74,7 +74,7 @@ class GameCover:
|
|||||||
image = (
|
image = (
|
||||||
image.convert("RGB")
|
image.convert("RGB")
|
||||||
.resize((10, 15))
|
.resize((10, 15))
|
||||||
.filter(ImageFilter.BoxBlur(3))
|
.filter(ImageFilter.GaussianBlur(2))
|
||||||
)
|
)
|
||||||
|
|
||||||
tmp_path = Gio.File.new_tmp(None)[0].get_path()
|
tmp_path = Gio.File.new_tmp(None)[0].get_path()
|
||||||
|
|||||||
Reference in New Issue
Block a user