Skip to content

Commit 91085e1

Browse files
committed
Update README.md
1 parent 324309a commit 91085e1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55

66
Smartcrop.js implements an algorithm to find good crops for images.
77

8-
![](http://29a.ch/sandbox/2014/smartcrop/doc/example.jpg)
8+
![Example](http://29a.ch/sandbox/2014/smartcrop/example.jpg)
9+
Image: [https://www.flickr.com/photos/endogamia/5682480447/](https://www.flickr.com/photos/endogamia/5682480447) by N. Feans
910

1011
It does this using fairly dumb image processing. In short:
12+
1113
1. Find edges using laplace
1214
1. Find regions with a color like skin
1315
1. Find regions high in saturation
@@ -17,8 +19,8 @@ It does this using fairly dumb image processing. In short:
1719
1. Output the candidate crop with the highest rank
1820

1921
## Demos
20-
* [Test Suite]() containing over 100 images, **heavy**
21-
* [Testbed]() allows you to upload your own images
22+
* [Test Suite](http://29a.ch/sandbox/2014/smartcrop/examples/testsuite.html) containing over 100 images, **heavy**
23+
* [Test Bed](http://29a.ch/sandbox/2014/smartcrop/examples/testbed.html) allows you to upload your own images
2224

2325

2426
## Simple Example

0 commit comments

Comments
 (0)