From 4d9692e7874206c085936982c1ba66738aea7018 Mon Sep 17 00:00:00 2001 From: Lingdong Huang Date: Thu, 30 Mar 2017 21:11:54 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fc520b3..f79a3a5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Convert images to vectorized line drawings for plotters. ![Alt text](/screenshots/1.png?raw=true "") +- Exports polyline-only svg file with optimized stroke sequence for plotters; +- Sketchy style powered by Perlin noise; +- Contour-only or hatch-only modes. + ## Dependencies Python 2, PIL/Pillow, numpy, OpenCV (Optional for better speed and results)