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

Is there an open source software wherein I can detect the color code of a particular image?

i am looking for a utitlity. In the past when i had access to photoshop it would give me the color scheme when i clicked on a particular area. i just couldnt find an open source software.

ANSWER: I just found out a quick and dirty solution. (This is super quick works perferfect)

If you already have the Pidgin (IM software) ,

**Click on a user to open a chat window.

Click on Font->Foreground Color.

Click on the eyedropper and click on any color you see on your screen to get the color *code.*

share|improve this question
You want to average the whole image? Or just specific pixels? Are you doing this programmatically, or just looking for a utility? – Brad Nov 7 '12 at 3:11
Why can't you just google or something like this? – Praveen Kumar Nov 7 '12 at 3:12
i did google and tried out something which didnt work for me. – Micheal Nov 7 '12 at 3:30
thanks for the downvotes. But I feel my question was valid, and also the answer I came up with could be pretty useful to someone else – Micheal Nov 8 '12 at 18:09

closed as not constructive by casperOne Nov 7 '12 at 13:18

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

To get color palette of an image: http://lokeshdhakar.com/projects/color-thief/

share|improve this answer

Use Paint.NET

Paint.NET is free image and photo editing software for computers that run Windows. It features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools. An active and growing online community provides friendly help, tutorials, and plugins.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.