Page 1 of 1

Analysis Color

Posted: 2007-10-15T17:25:52-07:00
by ctkhai
Hi

I am using C++ and ImageMagick-6.3.6 to do some image function. Now I have an image from CCTV with red color background and a few white rectangles. Those rectangles white color some bright and some dark. How can I find out the color value on those rectangles?


Thanks

Re: Analysis Color

Posted: 2007-10-16T19:17:01-07:00
by anthony
In IM, crop a single pixel and output it using txt:-

Better method would probably involve some image viewer, like XV, Gimp, or whatever you like to use.

Re: Analysis Color

Posted: 2007-10-17T13:20:12-07:00
by ctkhai
thank you. i will try on it.