VBM (VDC BitMap)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |subcat2=Commodore graphics formats |extensions={{ext|vbm}}, {{ext|bm}} |released=≤1995 }} '''VBM''' (VDC BitMap) is a b...") |
|||
Line 16: | Line 16: | ||
== Software == | == Software == | ||
* http://csbruce.com/cbm/ftp/unix/pbmtovbm.c | * http://csbruce.com/cbm/ftp/unix/pbmtovbm.c | ||
+ | * [http://imageconverter.rest7.com/ Rest7 Online Image Converter] | ||
== Sample files == | == Sample files == |
Revision as of 02:07, 21 November 2015
VBM (VDC BitMap) is a bi-level raster image format associated with the ACE operating system for Commodore 64 and 128 computers. It was developed by Craig Bruce.
Contents |
Identification
VBM files begin with a signature of 'B' 'M' 0xCB
, followed by a 1-byte version number that is probably always either 0x02
or 0x03
. Note the similarity to the unrelated Windows BMP format.
Specifications
Software
Sample files
- http://csbruce.com/cbm/ftp/images/vbm/
- http://www.commodore.ca/manuals/funet/cbm/c128/graphics/viewers/vbm/index-t.html