read color names from a jpeg image

  • Thread starter Thread starter prem
  • Start date Start date
P

prem

Hi all,

I want to read the colors used in a jpeg image. I want the code or any any
other code components that can do that.

any suggestion , links and samples will be gratly appreciated

thanks in advance,
--prem
 
* "prem said:
I want to read the colors used in a jpeg image. I want the code or any any
other code components that can do that.

any suggestion , links and samples will be gratly appreciated

'Bitmap.GetPixel'. Load the JPEG image into a 'Bitmap' object...
 
Back
Top