0

Are there any tools or demo projects that would allow me to select an image from camera roll and have the utility analyze that image, listing colors of all pixels or significant pixel areas?

I got a set of requirement documents in front of me, and would like to easily understand what colors the designer wants me to use. I do not have photoshop installed on my Mac.

Thank you for any pointers

Alex Stone
  • 46,408
  • 55
  • 231
  • 407
  • 1
    Have you already taken a look at [this](http://stackoverflow.com/a/1262893/251513)? – Mat May 21 '12 at 22:03
  • if you want to get only colour code then you can visit the link http://chir.ag/projects/name-that-color/#6195ED – Siba Prasad Hota May 21 '12 at 22:05
  • 1
    As Mat indicates, you can grab the bytes for a UIImage from the answer he links and log out the RGB values from there for each pixel, although you'll quickly be buried in data that way. Are you instead looking for an image histogram? – Brad Larson May 21 '12 at 22:11

0 Answers0