From 003a3b5f1211e6b681dd92951b89cb6ffbfef3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Arrufat?= Date: Fri, 20 Dec 2024 16:59:17 +0900 Subject: [PATCH] readme: wording --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d5d4c54..247669d 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ This library is in early stages of development and being used internally. As a result, the API might change often. -## Reason of being +## Motivation -This library is used by [Ameli](https://ameli.co.kr/) for its makeup virtual try on. +This library is used by [Ameli](https://ameli.co.kr/) for their makeup virtual try on. ## Features -Initially, the features in this library are the ones required to get the virtual makeup try on working. +Initially, the features in this library are the ones required to get the virtual try on for makeup working. However, we hope that it can be a foundation from which we can build a high quality image processing library, collaboratively. Current features include: @@ -37,16 +37,15 @@ Current features include: - blur - sharpen - views (called `sub_image` in dlib or `roi` in OpenCV.) -- drawing functions +- drawing and filling functions - lines - circles - polygons ## Examples -I plan to add examples for most of the features of this library as simple HTML/JS + Wasm. One of the greatest things about dlib -is the large amount of examples illustrating how to use many of that library features. -They can be accessed from [here](https://bfactory-ai.github.io/zignal/examples/). +One of the greatest things about dlib is the large amount of examples illustrating how to use many of that library features. +I plan to showcase most of the features of this library as simple HTML/JS + Wasm examples, which can be accessed from [here](https://bfactory-ai.github.io/zignal/examples/). Currently, there are examples for: - [Color space conversions](https://bfactory-ai.github.io/zignal/examples/colorspace.html)