BMP pixel-by-pixel reader

General Computer Utilities
Post Reply
tsh73
Posts: 46
Joined: Fri May 04, 2007 12:03 pm

BMP pixel-by-pixel reader

Post by tsh73 »

BMP pixel-by-pixel reader
reads and displays information in bitmap header.
palette and bitmap itself.

by tsh73
compiled from various sources (sources in C and QB) to Just Basic 1.01
v.1.1 11 May 2007
released to public domain
- to all Just Basic users who find this interesting (or useful)

all color depths I've seen (1, 4, 8, 16, 24 and 32)
no compression

bitmap examples included - created by Gimp from very old file of unknown origin YROSE.JPG
Attachments
readBMP.zip
(536.05 KiB) Downloaded 799 times
Post Reply