File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Smartcrop.js implements an algorithm to find good crops for images.
7
7
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
9
10
10
11
It does this using fairly dumb image processing. In short:
12
+
11
13
1 . Find edges using laplace
12
14
1 . Find regions with a color like skin
13
15
1 . Find regions high in saturation
@@ -17,8 +19,8 @@ It does this using fairly dumb image processing. In short:
17
19
1 . Output the candidate crop with the highest rank
18
20
19
21
## 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
22
24
23
25
24
26
## Simple Example
You can’t perform that action at this time.
0 commit comments