Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
1  
Have you already taken a look at this? – Mat May 21 '12 at 22:03
if you want to get only colour code then you can visit the link 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

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.