A Prevailing Colors analyzer

Heyhey. Sup? I’m looking to have code that will analyze an image and return it’s predominent color(s)(2 or 3). And then be able to generate colors at varying opposites to it.

That’s nice, good luck with that.

In Flash there is no method that can analyse a picture or pixels.
But if you’re really stubborn about this there are ways to get result to some degree…
But that includes converting the bitmappicture to a vectorimage, might be pretty complex.

thanks for the heads up

you could open the image in PHP and do it there