Skip to content

Commit 5cb47f0

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 86a0dbe + ca0f94d commit 5cb47f0

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
@@ -245,8 +245,6 @@ PImage processedImage = Glitch.apply(image, intensity, scanlineheight);
245245
#### Strokes image
246246
![alt strokes](https://github.com/Milchreis/processing-imageprocessing/blob/master/img/strokes.png?raw=true)
247247
```java
248-
// gridSize
249-
// lineLength
250248
PImage processedImage = Strokes.apply(image, gridSize, lineLength);
251249
PImage processedImage = Strokes.apply(image,
252250
gridSize, // is positive and the area for compound pixels

0 commit comments

Comments
 (0)