Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
When I'm read Jpeg files using Bitmap variable
when I read R G B . Is it same or different ?
Posted
Comments
Nitesh Kejriwal 9-Feb-13 12:08pm    
Please explain more about your question.
Zoltán Zörgő 10-Feb-13 3:25am    
Any progress?

1 solution

In .net the Bitmap class covers more general concept: (theoretically) all raster images. As you can see here: http://msdn.microsoft.com/en-us/library/at62haz6.aspx[^], .net bitmap object[^] supports by default several raster image formats, including jpeg. When you try to read pixel data, you will get the proper value (depending on pixel format too), indifferent of the file format your loaded image had.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Feb-13 14:45pm    
Adequate explanation, a 5.
—SA
Zoltán Zörgő 9-Feb-13 15:01pm    
Thank you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900