You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple BMP image viewer written in C. It reads BMP files and displays them pixel by pixel without using external libraries, helping to understand the BMP file structure and image rendering process.