Hi all.
I am having some problems with my project and hope someone could help me.
From my understanding of Bitmap, bitmap object consists of 4 parts: BITMAPFLEHEADER, BITMAPFILEINFO, palette information and the actual pixel data.
I have a method that takes in only the pixel data of the bitmap object as agruement. But i have no idea on how to exract/retrieve the pixel data from the bitmap object.
Anyone can help me? Code can be either in C# or C++.
Thanks in advance.
I am having some problems with my project and hope someone could help me.
From my understanding of Bitmap, bitmap object consists of 4 parts: BITMAPFLEHEADER, BITMAPFILEINFO, palette information and the actual pixel data.
I have a method that takes in only the pixel data of the bitmap object as agruement. But i have no idea on how to exract/retrieve the pixel data from the bitmap object.
Anyone can help me? Code can be either in C# or C++.
Thanks in advance.