Hi guys
I'm a little new to assembly programming , in my college they teach Irvine 32 ( not so bad ) but I can't finish the simple task of loading a bmp image file and getting the values of colors of each pixel !
after days of searching , I discovered MASM 32 and some functions like : CreateDIBSection , GetDIBits , GetPixel and so on ...
The problem is I don't know what to use and how to use it !
most of this forum topics are for displaying in a window , which is unfortunately not what I want to do
Basically , I want to create an assembly DLL and attach it to a C# windows form App. , the DLL has a function that reads a bmp image (from disc of course) then return 3 arrays , one for each color value of the RGB .
please be specific and explain in details ( specially what libraries to include ) , cause as I said before , most of my experience is using irvine not masm .
It would be great if there's some sort of a tutorial or a book , would be helpful for future tasks .