Вопрос

How can i get color palettes of uploaded in my website?

Это было полезно?

Решение

If you find that there is no way getting them without using C++ you can use GDI+ in C++. There is Bitmap or Image classes in it. You just need to get the pixels, go through them and get the RGB. If I understand your question.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top