Skip to content

Commit f737f78

Browse files
committed
add vague hint
1 parent dd0dc26 commit f737f78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

filter/less/filter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,9 @@ Finally, the `blur` function should take an image and turn it into a box-blurred
217217

218218
1. Implement a separate `blur_pixel` function, like you did for `grayscale_pixel` and `sepia_pixel`.
219219

220-
2. Use this function in your `blur` function to make the blurred version of a full image.
220+
1. Use this function in your `blur` function to make the blurred version of a full image.
221221

222+
1. Hint: To blur a pixel, you should always use the surrounding values from the original image. So for blurring, make sure that you have a copy of the original image pixels available.
222223

223224
## Usage
224225

0 commit comments

Comments
 (0)