Skip to content

Commit

Permalink
updated README.md to document changes due to #1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeviBorodenko authored Apr 20, 2020
1 parent 00208d5 commit 58ba779
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ blurred1 = kernel.applyTo(image1_path)

blurred2 = kernel.applyTo(image2)

# if you need the dimension of the blurred image to be the same
# as the original image, pass `keep_image_dim=True`
blurred_same = kernel.applyTo(image2, keep_image_dim=True)

# show result
blurred1.show()

Expand Down

0 comments on commit 58ba779

Please sign in to comment.