bedapisl / fast-colorthief

Selection of most dominant colors in image using Modified Median Cut Quantization
45 stars 1 forks source link

Why is it faster? #1

Closed shinokada closed 2 years ago

shinokada commented 3 years ago

It will be nice if you can tell the following in README. Can you tell us why it is faster? What are the differences? What kind of improvement did you make?

Some examples will be great too.

bedapisl commented 3 years ago

It is faster because it is ported to C++, as is written in README:

Backend is written in C++ for better performance.

Examples might be added in the future :)