Link to home
Start Free TrialLog in
Avatar of thirst4truth
thirst4truth

asked on

Simple Desktop Application for projecting RGB values from an image

I have  a programming trouble can you help me with this ?
 
I need a small graphical user interface which asks for a input which is an image (jpeg or bmp) and we need to supply it with an image.
It would calculate the RGB values for all the pixels and average (Some kind of mean; purpose is to confirm with an uniform value) and
it would look up in a table (the type of table is up to us it can be a text based, two coloumn or a comma separated file what ever)
and project the value(float or int) as the output.

Any idea or help
SOLUTION
Avatar of jvulliet
jvulliet

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of thirst4truth
thirst4truth

ASKER

I am using un managed c++ then.

Well how to complie this peice of code?

How to give image as an input?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Iam using visual studio to complie it.

i dont know abt api

sorry for i have only intermediate knowledge in this subject
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial