문제

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