Skip to content

Commit ca0f94d

Browse files
authored
Update README.md
1 parent 28a6210 commit ca0f94d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,6 @@ PImage processedImage = Glitch.apply(image, intensity, scanlineheight);
237237
#### Strokes image
238238
![alt lookup-table](https://github.com/Milchreis/processing-imageprocessing/blob/master/img/strokes.png?raw=true)
239239
```java
240-
// gridSize
241-
// lineLength
242240
PImage processedImage = Strokes.apply(image, gridSize, lineLength);
243241
PImage processedImage = Strokes.apply(image,
244242
gridSize, // is positive and the area for compound pixels

0 commit comments

Comments
 (0)