Skip to content

Commit 0c57775

Browse files
committed
Further thanks
1 parent 778926c commit 0c57775

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Image processing for Processing
2-
This library collects various image processing algorithms and provides a simple access to them. All algorithms are implemented in Java and runs without any other dependencies. If you need high power performance better use [opencv for processing](https://github.com/atduskgreg/opencv-processing).
2+
This library collects various image processing algorithms and provides simple access to them. All algorithms are implemented
3+
in Java and runs without any other dependencies. Some algorithms are pretty standard and others maybe do you know from Photoshop.
4+
It starts with less basic features and grow over the last years.
5+
If you need high power performance better use [opencv for processing](https://github.com/atduskgreg/opencv-processing).
36

47
If you like this project and you want to keep me awake 🤪
58

@@ -64,7 +67,7 @@ The following algorithms are supported in this library. Click on the link to see
6467
#### Original image
6568
![alt original](https://github.com/Milchreis/processing-imageprocessing/blob/master/examples/Basics/data/example.jpg?raw=true)
6669

67-
_Photo is taken by me [more here](https://www.instagram.com/milchreisjunkie/)_
70+
_Photo taken by me [more here](https://www.instagram.com/milchreisjunkie/)_
6871

6972
## Basics
7073

@@ -385,4 +388,10 @@ PImage processedImage = Blend.apply(image1, image2, intensity);
385388
```
386389

387390
# Special thanks
388-
My special thanks goes to [avatarr](https://github.com/avatarr/java-image-processing-algorithm) for implementing and publishing basic algorithms. Also thank you very much Tom Gibara for your great blog post and the implementation of the [canny edge detector](http://www.tomgibara.com/computer-vision/canny-edge-detector).
391+
My special thanks goes to [avatarr](https://github.com/avatarr/java-image-processing-algorithm) for implementing and
392+
publishing basic algorithms. Also thank you very much Tom Gibara for your great blog post and the implementation of
393+
the [canny edge detector](http://www.tomgibara.com/computer-vision/canny-edge-detector).
394+
395+
Moreover I thank you [Joseph HENRY](https://discourse.processing.org/u/josephh/summary) for the Sine-Wave-effect code and
396+
@uheinema for the Sabattier code in the [Processing Discourse](https://discourse.processing.org/).
397+

0 commit comments

Comments
 (0)