Skip to content

Commit

Permalink
sharpen image?
Browse files Browse the repository at this point in the history
  • Loading branch information
jesi-rgb committed May 9, 2023
1 parent ef8d6cf commit acf67b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blur-filter/blur.py
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,9 @@ def construct(self):
sharpen_kernel_mob = VGroup(
*[
VGroup(
Square().set_fill(DB_DARK_GREEN, opacity=1).set_stroke(width=0.3),
Square()
.set_fill(DB_DARK_GREEN, opacity=1)
.set_stroke(DB_LIGHT_GREEN, width=3.6),
Text(str(n), font=DB_MONO, weight=BOLD),
).arrange(ORIGIN)
for n in sharpen_kernel_array.flatten()
Expand Down

0 comments on commit acf67b1

Please sign in to comment.