span style="color: #808080;">' "BM"
' file size (x*y+header+pal)
' junk
' header+palette
' 40
' x resolution
' y resolution
' 1
' bits per pixel
' 0-none/1,2-rle
' x*y
' 3790
' 3780
'----------------------------------------------------------------------------
'Demo: (you can safetly delete this)
"test.bmp", 20, 20, 619, 459, 4
 
'
' MakeBMP - make any size Windows 3.0 BMP file
'
' Usage:
'    MakeBMP file$, xStart, yStart, xEnd, yEnd, BPP
'
'    file$     name of file to make
'    xStart    starting x coordinate
'    yStart    starting y coordinate
'    xEnd      ending x coordinate
'    yEnd      ending y coordinate
'    BPP       bits per pixel (8 - 256 colors, 4 - 16 colors, 1 - 2 colors)
'
' Freeware by Jernej Simoncic
'
' Send comments, quetions, etc. to jernej.simoncic@guest.arnes.si or
' ICQ#: 26266467
' You can visit my homepage at: http://www2.arnes.si/~sopjsimo/
'
"BM"