From a72b36cc20ef78bd2fcb5f9d7e7b2e537de5aefb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20K=C3=A4chele?= Date: Sat, 15 Aug 2015 01:13:22 +0200 Subject: [PATCH] added a better example section --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19a9e6a..4dd8d7c 100644 --- a/README.md +++ b/README.md @@ -52,15 +52,23 @@ sobel.detect_edges # => ChunkyPNG::Image ## Examples -![Airplane](test/pictures/airplane.png) Input file -![Airplane with naive edge detection](test/output/airplane_standard.png) +![Airplane](test/pictures/airplane.png) + +
+ Naive Edge Detection -![Airplane with sobel edge detection](test/output/airplane_sobel.png) +![Airplane with naive edge detection](test/output/airplane_standard.png) + +
+ Sobel Edge Detection +![Airplane with sobel edge detection](test/output/airplane_sobel.png) + + ## Contributing