From e7ae1730b5b14fcc15cac980c9420973d3e22327 Mon Sep 17 00:00:00 2001 From: Xin Zeng Date: Mon, 6 Mar 2017 16:21:37 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1561e5b..672eed1 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ The current version of TinyCrayon SDK provides the following three tools: * Hair Brush: Smooth and natual looking, paint on the hair/fur of an object and the algorithm will select the hair/fur for you in high quality. * Regular Brush: A regular brush tool with the capability to adjust its size, hardness and opacity. -![Quick Select Demo](https://cloud.githubusercontent.com/assets/4088232/23132020/3319c514-f7c7-11e6-84b3-117949b28b91.gif) | ![Quick Select Demo](https://cloud.githubusercontent.com/assets/4088232/23131889/bb2ab39c-f7c6-11e6-935d-733a6a65080b.gif) +![Quick Select Tool](https://cloud.githubusercontent.com/assets/4088232/23601820/6184c8e2-0288-11e7-9b4d-2a19083e1178.gif) | ![Hair Brush Tool](https://cloud.githubusercontent.com/assets/4088232/23601822/64b50fe0-0288-11e7-8d19-6fd5ef51f7c8.gif) ------------ | ------------- -Quick Select Demo | Hair Brush Demo +Quick Select Tool | Hair Brush Tool ## Features * Free: TinyCrayon SDK is provided under MIT license, you can use it in your commercial applications for free! From b62319bd2f275efb15b41d95f12d12134c1b91d1 Mon Sep 17 00:00:00 2001 From: Xin Zeng Date: Mon, 6 Mar 2017 17:51:48 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 672eed1..8edccc7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The current version of TinyCrayon SDK provides the following three tools: * Hair Brush: Smooth and natual looking, paint on the hair/fur of an object and the algorithm will select the hair/fur for you in high quality. * Regular Brush: A regular brush tool with the capability to adjust its size, hardness and opacity. -![Quick Select Tool](https://cloud.githubusercontent.com/assets/4088232/23601820/6184c8e2-0288-11e7-9b4d-2a19083e1178.gif) | ![Hair Brush Tool](https://cloud.githubusercontent.com/assets/4088232/23601822/64b50fe0-0288-11e7-8d19-6fd5ef51f7c8.gif) +![Quick Select Tool](https://cloud.githubusercontent.com/assets/4088232/23604871/6f0c390c-0295-11e7-979d-f4824d839931.gif) | ![Hair Brush Tool](https://cloud.githubusercontent.com/assets/4088232/23604872/7248944e-0295-11e7-83dc-002b267789d1.gif) ------------ | ------------- Quick Select Tool | Hair Brush Tool From afddcd8b2cdbd591eec79713cabdcd7f368390a3 Mon Sep 17 00:00:00 2001 From: Xin Zeng Date: Mon, 6 Mar 2017 17:52:17 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8edccc7..0d8e4db 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The current version of TinyCrayon SDK provides the following three tools: * Hair Brush: Smooth and natual looking, paint on the hair/fur of an object and the algorithm will select the hair/fur for you in high quality. * Regular Brush: A regular brush tool with the capability to adjust its size, hardness and opacity. -![Quick Select Tool](https://cloud.githubusercontent.com/assets/4088232/23604871/6f0c390c-0295-11e7-979d-f4824d839931.gif) | ![Hair Brush Tool](https://cloud.githubusercontent.com/assets/4088232/23604872/7248944e-0295-11e7-83dc-002b267789d1.gif) +![Quick Select Tool](https://cloud.githubusercontent.com/assets/4088232/23604872/7248944e-0295-11e7-83dc-002b267789d1.gif) | ![Hair Brush Tool](https://cloud.githubusercontent.com/assets/4088232/23604871/6f0c390c-0295-11e7-979d-f4824d839931.gif) ------------ | ------------- Quick Select Tool | Hair Brush Tool From e4794cb76e7683542540c4ebe848a4e1a29f8476 Mon Sep 17 00:00:00 2001 From: Xin Zeng Date: Mon, 6 Mar 2017 17:53:32 +0800 Subject: [PATCH 4/4] Set theme jekyll-theme-slate --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c741881 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-slate \ No newline at end of file