Retrive RGB value using DIB
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I need some help for retrive RGB values from Images using DIB ,and without using GetPixel and SetPixel API function's pleaes some source code. Thanx alot On Earth nothing impossible, while your mind running. Faroqtam
CDibData (Ok I wrote it) will give you an idea of how to to access the pixels directly (via Windows). Any way, goto the 'bitmap & palette' section of CP (don't forget to look up GDI+). P.S. The QuickFill article has the most resent version of the CDibData file. INTP