Skip to content

Commit

Permalink
readme: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat committed Dec 20, 2024
1 parent e9efaeb commit 003a3b5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)
Expand Down

0 comments on commit 003a3b5

Please sign in to comment.