Friday, July 3, 2015

How to read a 24bits bitmap file

Hi Guys!
Bitmap (.bmp) files are digital image files that are easy to understand in terms of its byte to byte contents. Easy as its encode only the pixel in a format widely understood by many (I believe). The pixel encoding is in RGB format which stands for RED, GREEN and BLUE. In this blog, I'll show you guys how to read a .bmp file byte and byte using Excel Visual Basic for Application (VBA) with the help of windows API.